Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. language {
  2. # This is the language used in all UltimateCore messages
  3. # There must be a file in the config/UltimateCore/language folder with the same name, exluding the .properties.
  4. # If you want to translate UltimateCore to another language please pm Bammerbom on the sponge forums.
  5. language: "EN_US"
  6. # When this is enabled, the language the player selected on the client will be used.
  7. # For this to work, there has to be a file with the name of the language the player uses.
  8. # If this file does not exist the default language is used.
  9. # For all language names: https://jd.spongepowered.org/org/spongepowered/api/text/translation/locale/Locales.html
  10. player-specific: true
  11. }
  12. errors {
  13. # UltimateCore automatically sends all catched errors to www.ultimatecore.org
  14. # Everything send is only identifiable with a randomly generated server id.
  15. # If you want to disable this, set this to false.
  16. enabled: true
  17. }
  18. updater {
  19. # UltimateCore automatically checks for updates from github.com
  20. # Set this to true if you want to automatically check for updates
  21. # This won't download any files
  22. check: true
  23. }
  24. tick {
  25. # The tick task is a task that checks every x ticks to see if a player is still muted, still jailed, etc
  26. # Disabling this is not recommended because a player will not be unmuted automatically
  27. # You can still disable it here if you wish to for some reason
  28. enable: true
  29. # Tick task interval in ticks
  30. # How many ticks between each check
  31. # 20 ticks = 1 second
  32. interval: 60
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement