Advertisement
Guest User

Untitled

a guest
Feb 16th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. animationApiThreads: 4
  2. bungee:
  3. ipOnJoin: -
  4. uuidOnJoin: -
  5. forceEnable: -
  6. playerCount: 100
  7. playerList: -1
  8. servers: 1000000
  9. currentServerName: 1000000
  10. uuidAll: -1
  11. serverIP: -1
  12. #Debug mode, if disabled, then some of the stack traces won't be visible in console.
  13. debug: -
  14. #Servers default language.
  15. defaultLang: hu
  16. disableWeatherChange: -
  17. earlyJoinKickMsg: §eStarting server...
  18. earlyJoinProtection: 30
  19. #EconomyAPI settings
  20. economy:
  21. balanceTypes:
  22. default:
  23. defaultValue: 100
  24. name: default
  25. suffix: $
  26. #Migrate all the Economy data through Vault from an other Economy plugin, i.e. Essentials.
  27. migrate: -
  28. #The type of SpigotLibs vault hook, available options:
  29. #NONE - do NOT hook to Vault at all (not suggested)
  30. #USER - hook to Vault as an Economy user (suggested if you don't want to use SpigotLibs Economy management)
  31. #PROVIDER - hook to Vault as an Economy provider (override other Economy plugins, like Essentials)
  32. vaultHookType: USER
  33. #Hook to the clips PlaceholderAPI in order to obtain more variables.
  34. phaHook: +
  35. playerEval: -
  36. allowAllPermsForAuthor: +
  37. #PlayerFile settings
  38. playerFile:
  39. backend: FILE
  40. file: players.yml
  41. mysql:
  42. table: PlayerData
  43. database: SpigotLib
  44. host: 127.0.0.1
  45. password: root
  46. timeout: 10000
  47. username: root
  48. #Allows sync and async metrics of the truth server tps, for the <tps>
  49. #variable, it also helps to detect informations about possible server crashes.
  50. tpsMeter:
  51. checkTime: 10000
  52. limit: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement