Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # Citizens CMD Plugin by Mateus Moreira
  2. # @LichtHund
  3. # Version 2.2
  4. # Wiki: https://github.com/ipsk/CitizensCMD/wiki
  5. # GitHub: https://github.com/ipsk/CitizensCMD
  6. # Spigot: https://www.spigotmc.org/resources/citizens-cmd.30224/
  7.  
  8. #
  9. # Enables Checking for update.
  10. check-updates: true
  11. #
  12. # Available languages EN, PT, BG, RO, NO, CH
  13. lang: 'en'
  14. #
  15. # The default npc cooldown in seconds
  16. default-cooldown: 0
  17. #
  18. # When using a NPC with price, true means that to confirm the use the player needs to seek or press shift
  19. shift-confirm: true
  20. #
  21. # Select cooldown display format, SHORT = 3m 3s | MEDIUM = 3 min 3 sec | FULL - 3 minutes 3 seconds
  22. cooldown-time-display: MEDIUM
  23. #
  24. # Disables citizens check on startup
  25. citizens-check: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement