Guest User

Untitled

a guest
May 9th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. virtualchest {
  2. check-update=true
  3. # Every command alias is mapped to the specific chest GUI name.
  4. command-aliases {
  5. m-e=example
  6. m-e2=example2
  7. menu-example=example
  8. menu-example2=example2
  9. }
  10. placeholders {
  11. # If set to true, the plugin will use the PlaceholderAPI instead of the placeholders provided by the plugin itself.
  12. use-placeholderapi=true
  13. }
  14. # This list provides all the directories to be scanned. All the .conf files in these directories will be loaded.
  15. scan-dirs=[
  16. "menu/",
  17. "gen1/",
  18. "gen2/",
  19. "gen3/",
  20. "gen4/",
  21. "gen5/",
  22. "gen6/",
  23. "gencustom/"
  24. ]
  25. }
Add Comment
Please, Sign In to add comment