boosCooldowns icon

boosCooldowns -----

Everything you'll ever need to enhance and/or restrict commands on your server.



Custom item costs, hover items, clickable confirmations!
WARNING! READ THIS IF YOU USE ITEM COSTS!

Added:
  • Item costs now accepts custom items with names, lore and enchants!
  • Confirmation messages (Yes/No) can now be clicked to confirm or cancel command.
  • Documented whole configuration file to make it even easier! Just regenerate your config.yml to see it.
Item costs configuration has been changed and you need to update it to new format or it will not work! You can regenerate config.yml to see changes or edit it according to new format(lines starting with # are just comments):
Code (Text):

/testitemcommand:
  #price in items required to use this command
  itemcost:
    #item type (material) has to be one from this list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
    item: STONE
    #number of items required to use command
    count: 5
    #name of required item
    name: "Super Stone"
    #lore of required item (any number of lines)
    lore:
    - "first line of lore"
    - "second line of lore"
    #enchants of required item and enchant level enchant name has to be one from this list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
    enchants:
    - ARROW_DAMAGE,1
    - ARROW_FIRE,1
 
----------, Apr 15, 2016
Resource Information
Author:
----------
Total Downloads: 1,217
First Release: Dec 30, 2014
Last Update: Jun 9, 2025
Category: ---------------
All-Time Rating:
49 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings