How to make minigames in 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 comminuty!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
That's a VERY broad question. No one is going to write a whole mini games script for you (at least I won't). Either put this in the requests forum or actually try to make the script yourself by logically thinking through what needs to be done THEN come for help when you get stuck on something.
 
Team:
you can set a score for the player is in and the map like this: {Team.red.dome}

Spawn:
a command for the spawn points like this:
code_language.skript:
command /setspawn <text> <integer>:
    permission: Admin
    trigger:
        set {Spawn.%arg 1%.%arg 2%} to location of player

Kits:
just add a kit gui selector or something before players join
 
Team:
you can set a score for the player is in and the map like this: {Team.red.dome}

Spawn:
a command for the spawn points like this:
code_language.skript:
command /setspawn <text> <integer>:
    permission: Admin
    trigger:
        set {Spawn.%arg 1%.%arg 2%} to location of player

Kits:
just add a kit gui selector or something before players join
For the love of good, don't use single variables and use prefixed list variables like:
code_language.skript:
{myminigamename::spawn::%arg-1%::%arg-2%}
Believe me, you'll thank me later.
 
Status
Not open for further replies.