Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # AnCasino v2.1
- # @author: Darazo <[email protected]>
- # @license: GPLv3
- #
- # Instructions for this configuration file can be found at the BukkitDev page:
- # http://dev.bukkit.org/server-mods/ancasino/
- options:
- track-statistics: true
- allow-diagonal-winnings: true
- enable-slot-protection: true
- chat:
- display-plugin-prefix: true
- plugin-prefix-color: '&c'
- chat-color: '&a'
- types:
- default:
- cost: 25
- create-cost: 1000
- reel:
- - 103,15
- - 42,25
- - 41,20
- - 57,5
- - 46,8
- - 49,8
- - 86,5
- rewards:
- '42':
- message: Winner - 3 iron blocks! $50 awarded.
- money: 50.0
- '41':
- message: Winner - 3 gold blocks! $100 awarded.
- money: 100.0
- '57':
- message: Winner - 3 diamond blocks! $300 awarded.
- money: 300.0
- '46':
- action: kill
- message: Winne- Fatalityyyyy - Better Luck Next Time
- money: 0.0
- '103':
- action:
- - give 103 64
- message: Winner - 3 ..melons? Nom.
- money: 0.0
- '49':
- message: Winner - 3 obsidian blocks! $200 awarded.
- money: 200.0
- messages:
- insufficient-funds: You can't afford to use this.
- in-use: This slot machine is already in use.
- no-win: No luck this time.
- start: '[cost] removed from your account. Let''s roll!'
- help:
- - 'Instructions:'
- - Get 3 in a row in order to win. $25 per spin.
- - '3 iron blocks: $50'
- - '3 gold blocks: $100'
- - '3 obsidian blocks: $200'
- - '3 diamond blocks: $300'
- - '3 melon blocks: stack of melons'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement