Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # |\---------------ItemSlotMachine------------/|
- # |/ \|
- # |\ Config /|
- # |/ \|
- # |\------------------------------------------/|
- # Copyright DarkBlade12; Tout droit reserve.
- # DarkBlade12 est le createur respective du plugins.
- # Configuration modifie et traduit par machica38
- # Parametre de l argent
- Money:
- # C est la valeurs de base du pot
- # Il faut mettre des chiffres
- DefaultPotSize: 100000.0
- # C est le pris des hetons
- # Il faut mettre des chiffres
- CoinCost: 10.0
- # C est se qui est ajoute au pot quand on met un jetons
- # Il faut mettre des chiffres
- PotAdd: 1000.0
- # Mettre false si vous voulez desactive les multiplier ou touchez pas si vous voulez garde
- EnableMultipliers: true
- # C est la list des multipliers
- # Sa multiplie le pot quand vous gagns
- # Vous pouvez ajoute des combot spécifique
- Multipliers:
- # Voici un exemple
- # Si tu a trois fois l item 279 tu fait un combot
- # Data value usage: ITEMID,DATA
- 279: 2.0
- # List des item bonus
- ItemSettings:
- # Mettais fals si vous voulez pas qu on gagne des item
- DistributeItems: true
- # List des items qui peuvent etre gagne
- # Les multiplier sont aussi applique ici
- # Data value usage: ITEMID,AMOUNT,DATA
- # Normal usage: ITEMID,AMOUNT
- Items:
- - 388,5
- - 348,10
- - 371,9
- - 264,1
- - 265,20
- - 351,10,4
- # This enables/disables that all items on the list will be given to the player
- # If this is disabled it'll use the "DistributeAmount"
- DistributeAll: false
- # This is the amount of items that will be given to the player
- # This will pick a specific amount of random items from the list
- # "DistributeAll" will override this
- DistributeAmount: 3
- # This enables/disables combo settings
- EnableCombos: true
- # This is a list of combos
- # These will give the player special items instead of the normal in the list above
- Combos:
- # This is an example for a combo
- # If you have 3 of them in a row it'll be active (item with id 279)
- # Data value usage: ITEMID,DATA
- 279:
- # Data value usage: ITEMID,AMOUNT,DATA
- # Normal usage: ITEMID,AMOUNT
- - 264,3
- - 49,30
- - 267,1
- - 19,20
- # List of general settings
- General:
- # This enables/disables that a user can only play at one slot machine at the same time
- OnlyOneTime: true
- # This enables/disables the ticking noise of a slot machine while running
- TickingNoise: true
- # This enables/disables the chance setting
- # If this value is false, the chance is completely random and it can be really hard to win
- ChanceEnabled: true
- # This is the value of winning in percent (1% = Chance of 1/100)
- Chance: 1
- # This is the ID of the item that should be used
- CoinItem: 371
- # This enables/disables fireworks exploding when someone wins something
- WinEffect: true
- # This enables/disables that the console will execute an command when someone wins something
- ExecuteCommand: false
- # This is the list of commands that should be executed
- # Only active if "ExecuteCommand" is set to true
- # "%player%" will be replaced with the player's name
- # "%money%" will be replaced with the amount of money the player won
- Commands:
- - say %player% has won %money% from a slot machine!
- # This is a list of items that can appear on the itemframes of a slot machine
- # You can just add some ids
- # Data value usage: ITEMID,DATA
- ItemList:
- - 35
- - 35:1
- - 35:2
- - 35:3
- - 35:4
- - 279
- - 35:5
- - 35:6
- - 35:7
- - 35:8
- - 35:9
- - 35:10
- - 35:11
- - 35:12
- - 35:13
- - 35:14
- - 35:15
- - 35:16
- -
- - 399
Advertisement
Add Comment
Please, Sign In to add comment