Advertisement
Guest User

Untitled

a guest
Feb 29th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. # AnCasino v2.0-b1
  2. # @author: Darazo <[email protected]>
  3. # @license: GPLv3
  4. #
  5. # Instructions for this configuration file can be found at the BukkitDev page:
  6. # http://dev.bukkit.org/server-mods/ancasino/
  7. options:
  8. track-statistics: true
  9. allow-diagonal-winnings: true
  10. enable-slot-protection: true
  11. chat:
  12. display-plugin-prefix: true
  13. plugin-prefix-color: '&c'
  14. chat-color: '&a'
  15. types:
  16. default:
  17. cost: 100
  18. create-cost: 1000
  19. reel:
  20. - 42,30
  21. - 41,20
  22. - 57,15
  23. - 46,10
  24. rewards:
  25. '42':
  26. message: Winner - 3 iron blocks! $250 awarded.
  27. money: 250.0
  28. '41':
  29. message: Winner - 3 gold blocks! $500 awarded.
  30. money: 500.0
  31. '57':
  32. message: Winner - 3 diamond blocks! $1200 awarded.
  33. money: 1200.0
  34. '46':
  35. action: kill
  36. message: Winne-
  37. money: 0.0
  38. messages:
  39. insufficient-funds: You can't afford to use this.
  40. in-use: This slot machine is already in use.
  41. no-win: No luck this time.
  42. no-permission: You don't have permission to use this.
  43. start: '[cost] removed from your account. Let''s roll!'
  44. help:
  45. - 'Instructions:'
  46. - Get 3 in a row in order to win. $100 per spin.
  47. - '3 iron blocks: $250'
  48. - '3 gold blocks: $500'
  49. - '3 diamond blocks: $1200'
  50. - '&cColor codes may be used in all messages like this.'
  51. food:
  52. cost: 300
  53. create-cost: 1000
  54. reel:
  55. - 103,30
  56. - 86,20
  57. - 35:14,15
  58. - 35:12,10
  59. rewards:
  60. '103':
  61. action: give 103, 3
  62. message: Winner - 3 Melon blocks!
  63. money: 0.0
  64. '86':
  65. action: give 86, 3
  66. message: Winner - 3 Pumpkin blocks!
  67. money: 0.0
  68. '35:14':
  69. action: give 260, 10
  70. message: Winner - 10 Apples!
  71. money: 0.0
  72. '35:12':
  73. action: give 297, 3
  74. message: Winner - 10 Bread!
  75. money: 0.0
  76. messages:
  77. insufficient-funds: You can't afford to use this.
  78. in-use: This slot machine is already in use.
  79. no-win: No food for you.
  80. no-permission: You don't have permission to use this.
  81. start: '[cost] spent on food. Let''s eat!'
  82. help:
  83. - 'Instructions:'
  84. - Get 3 in a row in order to win. $100 per spin.
  85. - '3 iron blocks: $250'
  86. - '3 gold blocks: $500'
  87. - '3 diamond blocks: $1200'
  88. - '&cColor codes may be used in all messages like this.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement