Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1.  
  2. #Example config!
  3.  
  4. #First message that appears on /f top[/LEFT]
  5. #ftopTitle: '&6_______________.[ &2Factions Top %PAGE%/%MAXPAGE% &6]._______________'
  6. ftopTitle: '&c&lTop Factions &f[&7%PAGE%&f/&7%MAXPAGE%&f]'
  7.  
  8. #Max number of pages for f top /f top <page> (0 means unlimited)
  9. maxPages: 0
  10.  
  11. #How many factions per page
  12. maxFactionsOnTop: 10
  13.  
  14. #How long after a chunk has been initially calculated for it to be recalculated on load/unload
  15. chunkGracePeroidMins: 60
  16.  
  17. #Should the reset gracePeroid for chunk stay through restarts
  18. resetGraceChunkGracePeroidAfterRestart: false
  19.  
  20. #How long until /f top resorts and reorders
  21. updateFTopRankingSeconds: 60
  22.  
  23. #The f top message sent after ftopTitle
  24. ftopMessage: '&f&l%NUMBER%&r. &7%FACTION% &f- $%VALUE%'
  25.  
  26. #Exlude factions from F top
  27. excludeFactions: '{wilderness, safezone, warzone}'
  28.  
  29. #MySQL
  30. mysql:
  31. enable: 'false'
  32. hostname: localhost
  33. port: '3306'
  34. database: database
  35. user: user
  36. password: password
  37. [/LEFT][/LEFT]
  38. hoverMessage:
  39. - '&8* &cFaction: &a%faction%'
  40. - '&8* &fLeader: &7%factionadmin%'
  41. - '&8* &fTotal Value: &7$%totalwealth%'
  42. - ''
  43. - '&8* &cSpawners&f:'
  44. - ' %spawners%'
  45. [LEFT]spawnerBlockMessage: " &f%TYPE%: &7%AMOUNT%"
  46. noSpawners: "&6None"
  47. noBlocks: "&6None"[/LEFT]
  48. usePlayerBalance: 'true'
  49. [LEFT][LEFT]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement