Advertisement
KingofAiming

MyCommand Itemset

Oct 25th, 2019
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. #-----------------------------------------------------------------------------------------------------------#
  2. # MyCommand ItemSet DataBase File (last update v5.0.0) #
  3. # #
  4. # BukkitDev Help page : http://dev.bukkit.org/server-mods/mycommand/ #
  5. #-----------------------------------------------------------------------------------------------------------#
  6. #If autoload it's true,the plugin automatically load a custom set from "set_name".
  7. config:
  8. autoload: false
  9. set_name: testlist
  10. empty_message: true
  11. #Over here the customs set.Use ; for split the multiple lines.
  12. itemset:
  13. testlist:
  14. COMPASS:
  15. name: "&eMy&6Menu"
  16. on_rightclick: "/menu"
  17. on_leftclick: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement