Advertisement
Guest User

Untitled

a guest
Dec 26th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. # AnCasino v1.2
  2. # @author: Darazo <darazo.dawning@gmail.com>
  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. types:
  10. default:
  11. cost: 20
  12. permission: 0
  13. reel:
  14. - 42,50
  15. - 41,30
  16. - 57,15
  17. - 103,12
  18. - 49,4
  19. - 46,6
  20. rewards:
  21. '42':
  22. message: Winner - 3 iron blocks! $250 awarded.
  23. money: 250.0
  24. '41':
  25. message: Winner - 3 gold blocks! $500 awarded.
  26. money: 500.0
  27. '57':
  28. message: Winner - 3 diamond blocks! $1200 awarded.
  29. money: 1200.0
  30. '103':
  31. action:
  32. - give 103 64
  33. message: Winner - 3 ..melons? Nom.
  34. money: 0.0
  35. '49':
  36. message: Jackpot - 3 obsidian blocks! $4000 awarded.
  37. money: 4000.0
  38. '46':
  39. action:
  40. - kill
  41. message: Winne-
  42. money: 0.0
  43. messages:
  44. insufficient-funds: You can't afford to use this.
  45. in-use: This slot machine is already in use.
  46. no-win: No luck this time.
  47. start: '[cost] removed from your account. Let''s roll!'
  48. help:
  49. - 'Instructions:'
  50. - Get 3 in a row in order to win. $100 per spin.
  51. - '3 iron blocks: $250'
  52. - '3 gold blocks: $500'
  53. - '3 diamond blocks: $1200'
  54. - '3 obsidian: $4000'
  55. - The rest are surprises
  56.  
  57.  
  58.  
  59. --- SLOTS HERE
  60.  
  61.  
  62. slots:
  63. Test:
  64. type: default
  65. location:
  66. - 88,69,4
  67. - 88,69,6
  68. - 88,69,8
  69. - 88,70,4
  70. - 88,70,6
  71. - 88,70,8
  72. - 88,71,4
  73. - 88,71,6
  74. - 88,71,8
  75. world: blockfield
  76. controller: 81,69,6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement