Advertisement
I_am_the_DDMT

PlayerVaults config

Sep 4th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # PlayerVaults by https://github.com/drtshock/PlayerVaults/graphs/contributors
  2. # Spigot page: https://www.spigotmc.org/resources/playervaultsx.51204/
  3. # Made with love :3
  4.  
  5. # Debug mode
  6. # This will print lots of spammy stuff to console.
  7. # Should probably only enabled this if you're working with drtshock to fix something.
  8. debug: false
  9.  
  10. # Lang files can be found in plugins/PlayerVaults/lang/
  11. # Set the below value to be one of the files in there without .yml
  12. # Currently can use: english, bulgarian, dutch, turkish
  13. language: english
  14.  
  15. # Signs
  16. # Do you want to enable signs?
  17. # You can checkout the project page for info on what this is if you don't know.
  18. # This can save some performance on servers with 250+ players if disabled.
  19. signs-enabled: true
  20.  
  21. # Settings here are for economy integration. playervaults.free bypasses it.
  22. economy:
  23. enabled: false
  24.  
  25. # Blocked Items
  26. # Here you can block items in vaults.
  27. # You can give player's playervaults.bypassblockeditems permission to bypass this list.
  28. # Ops also have an automatic bypass.
  29. # Use material names. This does not work with ids.
  30.  
  31. # Should we even use this? If left to false, the list won't do anything.
  32. blockitems: false
  33.  
  34. backups:
  35. # If you don't want any backups created change this to false.
  36. enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement