Guest User

Untitled

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