Advertisement
Chrispm84

SimpleSpleef

Apr 20th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. # Simple Spleef configuration
  2. # Note on materials: If you use numbers for IDs and data values, make sure that you use an amount! E.g.: 1:35:5 or WOOL:5 works, but not 35:5!
  3. # RED_WOOL does not work! Use WOOL:14 instead!
  4. # Also, if you use single item ids (like 42 for iron block, make sure to suround them with ' - e.g. '42'. If you forget to do this, Bukkit
  5. # will interpret the value as integer and bug SimpleSpleef...
  6. # Material ids/names can be found at https://github.com/Bukkit/Bukkit/blob/master/src/main/java/org/bukkit/Material.java
  7. # Version number of configuration - do not touch! It is used for automatic updates of configuration settings.
  8. version: 3
  9. language: en
  10. settings:
  11. updateNotificationOnStart: true
  12. updateNotificationOnLogin: true
  13. defaultArena: default
  14. enableSigns: true
  15. useSignPermissions: true
  16. signsFirstLine: '[Spleef]'
  17. signsOnlyRightClick: false
  18. announceGame: true
  19. announceJoin: true
  20. announceTeam: false
  21. announceReady: false
  22. announceStart: true
  23. announceStop: true
  24. announceDelete: true
  25. announceCountdown: false
  26. announceLose: true
  27. announceWin: true
  28. announcePrize: true
  29. announcementRadius: -1
  30. sendMessagesToConsole: true
  31. preventTeleportingDuringGames: true
  32. keepOriginalLocationsSeconds: 3600
  33. enableStatistics: true
  34. statisticsModule: file
  35. statisticsSettings: false
  36. arenas:
  37. default:
  38. name: Spleef Arena
  39. type: standard
  40. enabled: false
  41. minimumPlayers: 2
  42. maximumPlayers: 0
  43. remainingPlayersWin: 1
  44. announceOnJoin: true
  45. spleeferStart: false
  46. teamCommand: true
  47. teamBlockMaterialBlue: WOOL:11
  48. teamBlockMaterialRed: WOOL:14
  49. teamJoiningAlsoReadies: true
  50. useReady: true
  51. readyAutoStart: true
  52. readyBlockMaterial: '42'
  53. readyTimeout: 30
  54. emptyInventoryToJoin: false
  55. emptyInventoryToSpectate: false
  56. clearInventory: false
  57. addToInventory: false
  58. addInventoryItems:
  59. - 1:BOW
  60. - 64:ARROW
  61. entryFee: 100.0
  62. entryFeeGoesToPlayer: none
  63. entryFeeAmountToPlayer: 0.0
  64. giveItemPrizes: true
  65. itemPrizes:
  66. - 1:APPLE
  67. - 1:BED
  68. - 6:BOOK
  69. - 1:CAKE
  70. - 1:CHAINMAIL_HELMET
  71. - 16:CLAY_BALL
  72. - 1:COMPASS
  73. - 4:COOKED_FISH
  74. - 1:DIAMOND
  75. - 1:FLINT_AND_STEEL
  76. - 1:GOLD_INGOT
  77. - 4:IRON_INGOT
  78. - 1:GLOWSTONE
  79. - 1:GOLD_HELMET
  80. - 16:INK_SACK
  81. - 1:IRON_HELMET
  82. - 2:OBSIDIAN
  83. - 6:RED_ROSE
  84. - 6:STRING
  85. - 3:SULPHUR
  86. - 6:YELLOW_FLOWER
  87. - 1:MELON_SEEDS
  88. - 1:GRASS
  89. prizeMoneyPerPlayer: 100.0
  90. prizeMoneyFixed: 0.0
  91. prizeExperiencePerPlayer: 5
  92. prizeExperienceFixed: 0
  93. refundMoney: 100.0
  94. loseOnTouchBlocks: true
  95. loseBlocks:
  96. - STATIONARY_WATER
  97. - STATIONARY_LAVA
  98. winOnTouchBlocks: false
  99. winBlocks:
  100. - GOLD_BLOCK
  101. loseOnDeath: true
  102. loseOnLogout: true
  103. noHunger: true
  104. noPvP: true
  105. blockDegeneration: 5
  106. degeneratingBlocks:
  107. - DIRT
  108. - GRASS
  109. - WOOL
  110. - SNOW_BLOCK
  111. - ICE
  112. allowDigBlocks:
  113. - DIRT
  114. - GRASS
  115. - WOOL
  116. - SNOW_BLOCK
  117. - ICE
  118. disallowDigBlocks:
  119. - STONE
  120. instantDig: true
  121. playersReceiveShovelAtGameStart: false
  122. playersLoseShovelAtGameEnd: false
  123. shovelItem: DIAMOND_SPADE
  124. countdownFrom: 10
  125. allowBlockPlacing: false
  126. blockDropping: false
  127. diggingIfArenaUndefined: floorOnly
  128. diggingIfFloorUndefined: inArena
  129. protectArena: true
  130. disallowCreatureSpawns: true
  131. enableExplosionsDuringGame: false
  132. restoreArenaAfterGame: true
  133. simpleRestorerBlock: GRASS
  134. restoreArenaAfterGameTimer: 1
  135. enableBackCommand: true
  136. arenaFloorDissolvesAfter: -1
  137. arenaFloorDissolveTick: 5
  138. arenaFloorRepairsAfter: -1
  139. arenaFloorRepairTick: 10
  140. arenaTimeout: 0
  141. arena:
  142. enabled: true
  143. a:
  144. world: OmegaCraft
  145. x: -26
  146. y: 52
  147. z: -814
  148. b:
  149. world: OmegaCraft
  150. x: 30
  151. y: 98
  152. z: -754
  153. floor:
  154. enabled: true
  155. a:
  156. world: OmegaCraft
  157. x: -8
  158. y: 62
  159. z: -798
  160. b:
  161. world: OmegaCraft
  162. x: 9
  163. y: 67
  164. z: -773
  165. lose:
  166. enabled: true
  167. a:
  168. world: OmegaCraft
  169. x: -8
  170. y: 57
  171. z: -798
  172. b:
  173. world: OmegaCraft
  174. x: 8
  175. y: 57
  176. z: -773
  177. win:
  178. enabled: false
  179. a:
  180. world: world
  181. x: 0
  182. y: 0
  183. z: 0
  184. b:
  185. world: world
  186. x: 0
  187. y: 0
  188. z: 0
  189. loungeSpawn:
  190. enabled: true
  191. world: OmegaCraft
  192. pitch: 5.850058
  193. yaw: 271.3499
  194. x: 1.0096961726255451
  195. y: 75.0
  196. z: -785.2120050074711
  197. gameSpawn:
  198. enabled: true
  199. world: OmegaCraft
  200. pitch: -0.15004453
  201. yaw: 271.8026
  202. x: 0.4185034491705616
  203. y: 68.0
  204. z: -785.1534454924548
  205. redSpawn:
  206. enabled: false
  207. world: world
  208. pitch: 0.0
  209. yaw: 0.0
  210. x: 0.0
  211. y: 0.0
  212. z: 0.0
  213. blueSpawn:
  214. enabled: false
  215. world: world
  216. pitch: 0.0
  217. yaw: 0.0
  218. x: 0.0
  219. y: 0.0
  220. z: 0.0
  221. spectatorSpawn:
  222. enabled: true
  223. world: OmegaCraft
  224. pitch: 5.2500687
  225. yaw: 91.65015
  226. x: 12.441971945337022
  227. y: 68.0
  228. z: -784.9599005915787
  229. loseSpawn:
  230. enabled: true
  231. world: OmegaCraft
  232. pitch: 11.700068
  233. yaw: 267.90207
  234. x: 15.20670058728765
  235. y: 71.0
  236. z: -785.4616383349072
  237. winnerSpawn:
  238. enabled: false
  239. world: world
  240. pitch: 0.0
  241. yaw: 0.0
  242. x: 0.0
  243. y: 0.0
  244. z: 0.0
  245. checkCommands:
  246. activateWhitelist: true
  247. whitelist:
  248. - ^/spl
  249. - ^/spla
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement