1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Simple Party Script with API 2.0

Allows to create parties

  1. Simuciokas
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11, 1.12, 1.13
    Commands:
    /party
    • invite
    • accept/join
    • leave
    • disband
    • kick
    • show/info
    • <none> (redirects to show/info)
    • help
    Current default look after using a few commands
    [​IMG]
    LeaderPOV (/party, /party invite Kaspisija)

    [​IMG]
    PlayerPOV (/party join Simuciokas, /party)

    API to use on other scripts. Current methods:
    • isInParty(p: offlineplayer)
    • isInPartyUUID(uuid: text)
    • isPartyLeader(p: offlineplayer)
    • isPartyLeaderUUID(uuid: text)
    • getPartyOfPlayer(p: offlineplayer)
    • getPartyOfUUID(uuid: text)
    • getPartyLeader(party: text)
    • getPartyMembers(party: text)
    • partyDisband(party: text)
    • removePlayerFromParty(p: offlineplayer)
    Ex. Simuciokas executes command "/party invite John"
    John has to write "/party join Simuciokas"
    and the party has been created, woah ;o

    Preferrably:

    Skript 2.2 dev35 and above

    If you encounter any problems do PM me on SkUnity
    or
    Simuciokas#7366 on Discord

Recent Updates

  1. Simple Party Script with API