New Features:
- Cooldowns between statue creations
- Config file supports cooldowns (min), extra items required, and # of extra items required
New Permission:
Code (Text):
playerstatuebuilderx.noWait:
description: The player does not need to wait out the cooldown to make the statue - 5 minutes is default
default: op
Configuration File Details:
Code (Text):
# PlayerStatueBuilderX Configuration File
# For the number of blocks below inside the statue total, add one of the "charge" item to the total
# So if rate is 16 and the total blocks in the statue is 512, the player would need 512/16 = 32 of the "charge" item (in this case, Diamond)
rate: 16
# Cooldown time for using the command in MINUTES (No decimals, set to zero for no cooldown). So 5 means 5 minutes between SUCCESSFUL statue CREATIONS.
cooldown: 5
# The "rate" determines how many extra of this "charge" item a player will need. Ex: EMERALD, REDSTONE, DIAMOND, etc.
charge: DIAMOND