Redrover , Sumo , last man standing, WaterDrop Event skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

Dennis12_op

Member
Apr 1, 2020
18
0
0
Hello, I need a skript like this:
I want a event skript with RedRover, Sumo, Last man standing, WaterDrop. I want it to have easy command setup winner command.

Thank you very mutch if you help me i would be relly happy.:emoji_blush:
 
I have an idea for water drop event
Code:
command /waterdrop:
    description: Goes up
    permission: water.drop
    permission message: Hey, u can't start a &1water drop&r only &cstaff&r!
    aliases: /wd, /waterd.
    trigger:
        teleport all players to {WaterdropSpawn}
        
command /setwaterdrop:
    description: Set a waterdrop site
    permission: water.drop
    permission message: Hey, u can't start a &1water drop&r only &cstaff&r!
    aliases: /swd, /setwaterd.
    trigger:
        set {WaterdropSpawn} to location of player
[doublepost=1588665126,1588664854][/doublepost]and an idea of a winner command
Code:
command /winner:
    description: Set a winner of an event
    permission: event.win
    permission message: Hey, u can't say a winner of an event, only &cstaff&r!
    aliases: /win.
    trigger:
        #Put things here, like pex rankup

Idk if codes work