Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. # Instructions for this configuration file can be found at the BukkitDev page:
  2. # http://dev.bukkit.org/server-mods/casino-slots/pages/info/config/
  3. # If you change the config-version, the defaults will be added. You have been warned.
  4. options:
  5. debug: false
  6. config-version: 1.0
  7. bukkit-version: 2377
  8. track-statistics: true
  9. allow-diagonal-winnings: false
  10. enable-slot-protection: true
  11. enable-chunk-messages: false
  12. enable-worldguard-check: false
  13. towny-checks:
  14. enabled: false
  15. only-mayors: true
  16. no-mayor: You must be a mayor to create a Casino Slot.
  17. only-towns: true
  18. no-town: To create a slot you must be part of a town.
  19. no-ownership: You don't own the plot where that would be at, please make sure you are the owner and then try again.
  20. chat:
  21. display-plugin-prefix: true
  22. plugin-prefix: '> Casino'
  23. plugin-prefix-color: '&c&o'
  24. chat-color: '&a'
  25. update-checking:
  26. enabled: true
  27. channel: bukkit
  28. time: 120
  29. types:
  30. default:
  31. cost: 100
  32. create-cost: 1000
  33. controller: note_block
  34. reel:
  35. - 42,21
  36. - 41,12
  37. - 57,7
  38. - 46,8
  39. - 103,9
  40. - 49,4
  41. - 3,5
  42. rewards:
  43. '42':
  44. message: Winner - 3 iron blocks! An enchanted iron sword.
  45. money: 0.0
  46. action: give 267,16,5 1
  47. '41':
  48. message: Winner - 3 gold blocks! $300 awarded.
  49. money: 300.0
  50. '57':
  51. message: Winner - 3 diamond blocks! $750 awarded.
  52. money: 750.0
  53. '46':
  54. action: kill
  55. message: Winne-
  56. money: 0.0
  57. '103':
  58. action: give 103 10
  59. message: Winner - 3 ..melons? Nom.
  60. money: 0.0
  61. messages:
  62. insufficient-permission: Sorry, you can't play this slot.
  63. insufficient-funds: You can't afford to use this.
  64. in-use: This slot machine is already in use.
  65. no-win: No luck this time.
  66. start: '[cost] removed from your account. Let''s roll!'
  67. help:
  68. - 'Instructions:'
  69. - Get 3 in a row in order to win. $100 per spin.
  70. - '3 iron blocks: $175'
  71. - '3 gold blocks: $300'
  72. - '3 diamond blocks: $750'
  73. - '3 melon blocks: stack of melons'
  74. actionslot:
  75. cost: 150
  76. create-cost: 1000
  77. controller: stained_clay:5
  78. reel:
  79. - 35,3,2
  80. - 46,1
  81. - 74,1
  82. - 87,1
  83. - 103,1
  84. - 45,1
  85. rewards:
  86. 35,3:
  87. action: goblind
  88. message: Winne- You can't see now!
  89. money: 0.0
  90. '46':
  91. action: kill
  92. message: Winne-
  93. money: 0.0
  94. '74':
  95. action: drugup
  96. message: Winne- Kids, drugs are bad!
  97. '87':
  98. action: fire
  99. message: Winne- Fire hurts! Don't mess with it.
  100. money: 0.0
  101. '103':
  102. action: give 103 3
  103. message: Winner - 3 ..melons? Nom.
  104. money: 0.0
  105. '45':
  106. action:
  107. - gocrazy
  108. - command give [player] 336 1
  109. message: Winner - A command has been executed!
  110. money: 0.0
  111. messages:
  112. insufficient-permission: You can't play this one, that's too sad - we really wanted you to win.
  113. insufficient-funds: You can't afford to use this.
  114. in-use: This slot machine is already in use.
  115. no-win: No luck this time.
  116. start: '[cost] removed from your account. Let''s roll!'
  117. help:
  118. - 'Instructions:'
  119. - Get 3 in a row in order to win. $150 per spin.
  120. - '3 tnt blocks: Death!'
  121. - '3 on redstone lamps: You go Blind!'
  122. - '3 melon blocks: stack of melons'
  123. - '3 redstone: Get drugged'
  124. - '3 nether brick: Catch on fire'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement