Advertisement
Guest User

My AnCasino Config in folder

a guest
Feb 28th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # AnCasino v2.1
  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: 25
  18. create-cost: 1000
  19. reel:
  20. - 103,15
  21. - 42,25
  22. - 41,20
  23. - 57,5
  24. - 46,8
  25. - 49,8
  26. - 86,5
  27. rewards:
  28. '42':
  29. message: Winner - 3 iron blocks! $50 awarded.
  30. money: 50.0
  31. '41':
  32. message: Winner - 3 gold blocks! $100 awarded.
  33. money: 100.0
  34. '57':
  35. message: Winner - 3 diamond blocks! $300 awarded.
  36. money: 300.0
  37. '46':
  38. action: kill
  39. message: Winne- Fatalityyyyy - Better Luck Next Time
  40. money: 0.0
  41. '103':
  42. action:
  43. - give 103 64
  44. message: Winner - 3 ..melons? Nom.
  45. money: 0.0
  46. '49':
  47. message: Winner - 3 obsidian blocks! $200 awarded.
  48. money: 200.0
  49. messages:
  50. insufficient-funds: You can't afford to use this.
  51. in-use: This slot machine is already in use.
  52. no-win: No luck this time.
  53. start: '[cost] removed from your account. Let''s roll!'
  54. help:
  55. - 'Instructions:'
  56. - Get 3 in a row in order to win. $25 per spin.
  57. - '3 iron blocks: $50'
  58. - '3 gold blocks: $100'
  59. - '3 obsidian blocks: $200'
  60. - '3 diamond blocks: $300'
  61. - '3 melon blocks: stack of melons'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement