Added option of adding a cooldown to commands assigned to armor stands.
Updated to new PlotSquared API (thanks to @PhanaticD for submitting a pull request for this). Note: If you are still using an old version of PlotSquared, this will break integration so continue to use AST 3.2.0 until you update to the latest PlotSquared.
New Commands:
/ascmd cooldown <ticks> Set the cooldown for the command on nearest armor stand (Setting this overrides the default cooldown from config.yml)
/ascmd cooldown remove Remove the cooldown for the command on nearest armor stand (Default cooldown set in config.yml will be used)
New config.yml Settings:
defaultASCmdCooldownTicks: The default cooldown (in ticks) to use for armor stands have no cooldown specifically set using the ascmd cooldown command.