SignSlots

SignSlots

267 Downloads

Depends on Vault, Vault must be installed on the server with the most up to date version for this plugin to work.

How to make a sign:

Line1:         [Slots]

Line2:          price

The sign will automatically change into a slot machine if you are an operator on the server!

Commands

Commands for SignSlots

Permissions

signslots.slots - Allows a user to use all commands in SignSlots

signslots.use.[price] - Allows a user to use SignSlots with at that price.

Configs

Prices.yml

prices:
    '10':
        ChaChing: 100
        Diamond: 200
        Queen: 300
        Governer: 400
        Jackpot: 500
    '25':
        ChaChing: 100
        Diamond: 200
        Queen: 300
        Governer: 400
        Jackpot: 500
    '50':
        ChaChing: 100
        Diamond: 200
        Queen: 300
        Governer: 400
        Jackpot: 500

The configuration file above is used to adjust and add prices that the slot machines can use.

If a sign is placed and the price is listed as 50, then it will cost 50 to operate, and if you get 3 ChaChings in a row, you will win $100!

New prices can only be made in the configuration file.

WinTypes.yml

WIN_TYPES:
    ChaChing:
        chance: 64
        symbol: '&aC'
    Diamond:
        chance: 20
        symbol: '&bD'
    Queen:
        chance: 10
        symbol: '&5Q'
    Governer:
        chance: 5
        symbol: '&6G'
    Jackpot:
        chance: 1
        symbol: '&cJ'

This configuration file is used to create and adjust existing win types. If you get 3 of these in a row, you win! Chances can be changed and colour codes are supported in the symbols.

This plugin was made as a plugin request from AlwaysAllstar on the Bukkit forums.