Guest User

signs config

a guest
Jul 2nd, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # Essentials Sign Control
  2. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  3. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  4. # Essentials Colored sign support will be enabled when any sign types are enabled.
  5. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  6.  
  7. enabledSigns:
  8. - color
  9. - balance
  10. - buy
  11. - sell
  12. - trade
  13. #- free
  14. #- disposal
  15. - warp
  16. - kit
  17. #- mail
  18. #- enchant
  19. #- gamemode
  20. #- heal
  21. #- info
  22. - spawnmob
  23. - repair
  24. #- time
  25. #- weather
  26.  
  27. # How many times per second can Essentials signs be interacted with per player.
  28. # Values should be between 1-20, 20 being virtually no lag protection.
  29. # Lower numbers will reduce the possibility of lag, but may annoy players.
  30. sign-use-per-second: 4
  31.  
  32. # Backup runs a batch/bash command while saving is disabled.
  33. backup:
  34. # Interval in minutes.
  35. interval: 30
  36. # Unless you add a valid backup command or script here, this feature will be useless.
  37. # Use 'save-all' to simply force regular world saving without backup.
  38. #command: 'rdiff-backup World1 backups/World1'
  39.  
  40. # Set this true to enable permission per warp.
  41. per-warp-permission: false
Advertisement
Add Comment
Please, Sign In to add comment