Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. DATABASE:
  2. HOST: "127.0.0.1"
  3. AUTHENTICATION:
  4. ENABLED: FALSE
  5. USER: "root"
  6. PASSWORD: "password"
  7.  
  8. SCOREBOARD:
  9. TITLE: "&6&lCorners &c[Beta]"
  10. IN_GAME:
  11. - "&7&m------------------------"
  12. - "&e&lTeam: %teamcolor%%team%"
  13. - "&4&lDTR: &c%dtr%"
  14. - "&6&l%koth%: &c%time%"
  15. - "&a&lCash: &c$%balance%"
  16. - "&9&lEnderpearl: &c%enderpearl_time%"
  17. - "&7&m------------------------&f"
  18. IN_LOBBY:
  19. - "&7&m------------------------"
  20. - "&eMap"
  21. - "&f%map_name%"
  22. - ""
  23. - "&eGame State"
  24. - "&fWaiting..."
  25. - ""
  26. - "&eTeam"
  27. - "&c%team%"
  28. - ""
  29. - "&ePlayers"
  30. - "%players% &c(%needed% players needed...)"
  31. - "&7&m------------------------&f"
  32.  
  33. LOBBY:
  34. ITEMS:
  35. RED:
  36. NAME: "&c&lRed Team"
  37. ITEM: REDSTONE
  38. SLOT: 2
  39. BLUE:
  40. NAME: "&b&lBlue Team"
  41. ITEM: LAPIS
  42. SLOT: 3
  43. GREEN:
  44. NAME: "&a&lGreen Team"
  45. ITEM: EMERALD
  46. SLOT: 5
  47. YELLOW:
  48. NAME: "&e&lYellow Team"
  49. ITEM: GOLD
  50. SLOTH: 6
  51. MIN_PLAYERS: 20
  52.  
  53. MESSAGES:
  54. FACTION:
  55. ENTERING: "&eYou are now Entering: %team%"
  56. LEAVING: "&e You are now Leaving: %team%"
  57. DAMAGE: "&cYou can't damage your team members."
  58. SHOW:
  59. - "&7&m-----------------------------------------------------"
  60. - "&9%FACTION% &7[%ONLINE_COUNT%/%MAX_COUNT%] &3- &eHome:&f %HOME%"
  61. - "&eMembers: %MEMBERS%"
  62. - "&eDeaths until raidable: &a%DTR%%DTR_SYMBOL%"
  63. - "&7&m-----------------------------------------------------"
  64. SHOP:
  65. PURCHASED: "&aYou have successfully purchased %item% for $%money%.
  66. DEATH: "%killer_color%%killer_name%&7[%killer_dtr%&7] &fkilled %death_color%%death_name%&7[%death_dtr%&7]"
  67.  
  68. TIMERS:
  69. START: "60s"
  70. HOME: "10s"
  71. STUCK: "30s"
  72. TEAM:
  73. MAX_DTR: 6.0
  74. DTR_PER_PLAYER: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement