Roulette icon

Roulette -----

Automatic roulette in a chest!




[​IMG]


Script Creates an animated roulette in a chest.
Animation known from games such as CS:GO



ChangeLog:
v 1.6
- bug-fixes!
- added emergency commands /rouletteop [delholo/delpart]
- changed on click reward chest recognition!
- added command /roulette set
- added the ability to delete a crate when clicking on a option from the list!
v 1.5
- changed reward chest recognition so any block can be a chest!
- added particles option
- added holograms option
- added list od chest on command /roulette list
- added the ability to teleport to a crate when clicking on a crate from the list!
v 1.4
- we optimize spaghetti!
- fix little bugs
v 1.3
- added more customisation in config section
- added command /roulette "givechest/givekey" [<player>] [<number>]
v 1.2
- added % chance to higher tier reward
- added more options couse skript is confused when a lot of items in list has NBT
v 1.1
- remove command /losowanie
- added chest that triggers lotteries
- added message congratulations
- added key to open chests
- added protection against placing the event chest by unauthorized persons
v 1.0
- Create code :)

Code (skript (Unknown Language)):

# ============= Configuration section: ============== #
#                                                      #
# Rewards divided into several options because script #
# gets lost when we add a lot of nbt to prize items   #
# remember that each of these options must be present #
# in "on load" at the very bottom of the code!        #
#                                                      #
# ################################################### #

options:  
    # ####### prizes:
    common_prizes: diamond and gold ingot and diamond
    rare_prizes: diamond chestplate of protection 2 named "&d&lDiaxowa Klata" and diamond axe of sharpness 3 named "&d&lDiaxowa Siekierka"
    rare_prizes2: diamond pickaxe of efficiency 3 named "&d&lDiaxowy Kilof" and diamond shovel of efficiency 4 named "&d&lDiaxowa Łopata"
    legendary_prizes: netherite ingot
    legendary_prizes2: netherite ingot
    epic_prizes: netherite pickaxe of fortune 4 and unbreaking 4  named "&d&lNetherytowy  Kilof"
    epic_prizes1: netherite axe of efficiency 6 and sharpness 5  named "&d&lNetherytowa Siekiera"
    epic_prizes2:  netherite hoe of unbreaking 5  named "&d&lNetherytowa Motyka"
    epic_prizes3: netherite shovel of efficiency 4 and unbreaking 4  named "&d&lNetherytowa Łopata"
   
    # ####### Percentage chance of winning:
    percent_rare: 15
    percent_legendary: 5
    percent_epic: 1
   
    # ####### Filling slots between prizes:
    bloki: blue stained glass pane and green stained glass pane and yellow stained glass pane and red stained glass pane and purple stained glass pane and magenta stained glass pane and blue stained glass pane and green stained glass pane and yellow stained glass pane and red stained glass pane and purple stained glass pane and magenta stained glass pane and blue stained glass pane and green stained glass pane and yellow stained glass pane and red stained glass pane and purple stained glass pane and magenta stained glass pane
   
    # ####### GUI Frame Fill:
    ramka_type: diamond block
   
    # ####### Chest/GUI/Hologram name:
    gui_name: "&6&lRoulette Chest"

    # ####### Key Name:
    key_name: "&4&lKey to &6&lRoulette Chest"
   
    # ####### A block that is a Chest
    chest_type: chest
   
    # ####### Itemthat is a Key
    key_type: tripwire hook
   
    # ####### Permissions to admin commands:
    perm_admin: roulette.admin
   
    # ####### Use particles?
    use_particles: true
   
    # ####### Type of particles
    particles: glow
   
    # #######Use holograms? (no addons required due to operating on minecraft commands)
    use_holograms: true
   
Resource Information
Author:
----------
Total Downloads: 393
First Release: Jan 28, 2023
Last Update: Jan 28, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings