Simple Party Script with API

Script Simple Party Script with API 2.0

  • 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!

Supported Minecraft Versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 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
SSSBd6e.png

LeaderPOV (/party, /party invite Kaspisija)

WBlQyal.png

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
Author
Simuciokas
Downloads
1,423
Views
1,423
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. Simple Party Script with API

    Had free time to update my party script. This version has been tested prior to the previous one...