Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. # LANGUAGE DATA
  2. # This section is for the use of customizing every message that the plugin may broadcast or direct message to users.
  3. MYSQL-HOST: localhost
  4. MYSQL-DATABASE: slimefun_1
  5. MYSQL-USER: root
  6. MYSQL-PASS: YOURPASS
  7. MYSQL-PORT: 3306
  8. MYSQL-MAX-CON: 10
  9. MYSQL-CON-TIMEOUT: 15000
  10.  
  11. END-COMMANDS:
  12. - say GAME OVER, EVERYONE RECONNECT
  13.  
  14. PLAYERS-TO-AUTOMATIC-START: 1
  15.  
  16. LANGUAGE-DATA:
  17. LBOARD-BEFORE:
  18. - "&7&m------------------------------------"
  19. LBOARD-RECORD:
  20. - "&7%place%. &f%player% &6%wins% Wins"
  21. LBOARD-AFTER:
  22. - "&7&m------------------------------------"
  23. STATS-OTHER-NO-PERMISSION:
  24. - "&7&m------------------------------------"
  25. - "&cYou need permission to do that"
  26. - "&7&m------------------------------------"
  27. STATS-OTHER-MESSAGE:
  28. - "&7&m------------------------------------"
  29. - "&7Player: &f%player%"
  30. - "&eWins: &6%wins%"
  31. - "&eLoses: &6%loses%"
  32. - "&7&m------------------------------------"
  33. STATS-OTHER-ERROR-MESSAGE:
  34. - "&7&m------------------------------------"
  35. - "&cNo data found. Did this player play here?"
  36. - "&7&m------------------------------------"
  37. STATS-MESSAGE:
  38. - "&7&m------------------------------------"
  39. - "&eWins: &6%wins%"
  40. - "&eLoses: &6%loses%"
  41. - "&7&m------------------------------------"
  42. STATS-ERROR-MESSAGE:
  43. - "&7&m------------------------------------"
  44. - "&cNo data found. Your data may be still loading. Reconnect?"
  45. - "&7&m------------------------------------"
  46. THIMBLE-WIN-MESSAGE:
  47. - "&7&m------------------------------------"
  48. - "&c&l%player% &7has just won the thimble event"
  49. - "&7&m------------------------------------"
  50. THIMBLE-JOIN-MESSAGE:
  51. - "&7&m------------------------------------"
  52. - "&7You have joined the event successfully"
  53. - "&7&m------------------------------------"
  54. THIMBLE-REMOVE-MESSAGE:
  55. - "&7&m------------------------------------"
  56. - "&7You have been removed from the event."
  57. - "&7better luck next time."
  58. - "&7&m------------------------------------"
  59. THIMBLE-WELL-DONE-MESSAGE:
  60. - "&7&m------------------------------------"
  61. - "&7Nice turn, good luck on the next one!"
  62. - "&7&m------------------------------------"
  63. THIMBLE-TOGGLE-ANNOUNCEMENT:
  64. - "&7&m------------------------------------"
  65. - "&c&l%player% &7has just started a thimble event"
  66. - "&7we will be starting soon, so join now!"
  67. - "&7&m------------------------------------"
  68. ANNOUNCE:
  69. - "&7&m------------------------------------"
  70. - "&c&lThimble &7is currently live! Do /thimble"
  71. - "&7to join in on the fun!"
  72. - "&7&m------------------------------------"
  73. THIMBLE-START-ANNOUNCEMENT:
  74. - "&7&m------------------------------------"
  75. - "&c&lThimble &7has started!"
  76. - "&7&m------------------------------------"
  77. THIMBLE-DIVE-MESSAGE:
  78. - "&7&m------------------------------------"
  79. - "&7You have to land in the water! Don't miss!"
  80. - "&7&m------------------------------------"
  81. THIMBLE-FAIL-MESSAGE:
  82. - "&7&m------------------------------------"
  83. - "&7You missed! No more turns! Have a good one!"
  84. - "&7&m------------------------------------"
  85.  
  86. # SCOREBOARD DATA
  87. # This section is for the scoreobard customizability! Only editable inside the config!
  88.  
  89. SCOREBOARD:
  90. ENABLED: true
  91. TITLE: "&c&lRubyThimble"
  92. LINES:
  93. - "&7&m----------------------"
  94. - "&c&lCURRENT DIVER:"
  95. - "&7%current-diver%"
  96. - ""
  97. - "&c&lTURNS TAKEN:"
  98. - "&7%turns-taken%"
  99. - ""
  100. - "&c&lREMAINING PLAYERS:"
  101. - "&7%current-amount%/%starting-amount%"
  102. - "&7&m----------------------"
  103.  
  104. # THIMBLE DATA :
  105. # Feel free to leave the location data alone, it's configurable in game.
  106.  
  107. THIMBLE-DATA:
  108. MATERIAL: "GLOWSTONE"
  109. THIMBLE-SPAWN-LOCATION: # Location where users will teleport to upon joining the event.
  110. X: 0
  111. Y: 100
  112. Z: 0
  113. WORLD: "world"
  114. YAW: 0
  115. PITCH: 0
  116. THIMBLE-DIVE-LOCATION: # Location where user will jump into the pool of water.
  117. X: 0
  118. Y: 100
  119. Z: 0
  120. WORLD: "world"
  121. YAW: 0
  122. PITCH: 0
  123. THIMBLE-RESPAWN-LOCATION: # Location when user successfully lands the jump.
  124. X: 0
  125. Y: 100
  126. Z: 0
  127. WORLD: "world"
  128. YAW: 0
  129. PITCH: 0
  130. THIMBLE-REMOVE-LOCATION: # Location where user will teleport to when they are no longer allowed to play, due to failing their jump.
  131. X: 0
  132. Y: 100
  133. Z: 0
  134. WORLD: "world"
  135. YAW: 0
  136. PITCH: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement