- Type
-
- Skript
- Tags
-
- Tags
- None

➥ Party Chat.
➥ Party Members List.
➥ Party Invited Members List.
➥ You can set the party To Public/Private.
➥ You can kick members from the Party.
➥ Pages(when needed)
➥ Full Gui.
➥ Messages.
➥ If a command from config is executed by the leader of the party, all members of the party will execute that command.
➥ And other things.

➥ /party - to opens the GUI.


Code:
PREFIX:
PARTY: '&3&lPARTY &8&l»&7'
PARTY-MESSAGES:
party-created: '&7You created the party.'
joined-party: '&7{player} &7joined to party'
left-party: '&7{player} &7left the party.'
party-full: '&7This Party is Full'
kick-player: '&7You kicked &7{player} &7from the party.'
kicked-from-party: '&7{player} &7kicked you from the party.'
join-in-a-party: ' &7You joined {leader}''&7''s party.'
party-disband: '&7{leader} &cDisabanded the party.'
now-private: '&7The party is now &cPrivate'
now-public: '&7The party is now &aPublic'
is-private: '&7This Party is &cPrivate&7, you need to be invited to join.'
player-invite: '&7You invited {player} &7to your party.'
invited-to-party: '&7{leader} &7invited you to his party.'
removed-invite: '&7Removed invite for &c{player}.'
now-own-party: '&7You don''t have a party.'
PARTY-GUI:
GUI:
MAIN: '&8&l» &7PARTY'
INVITE-A-PLAYER: '&8&l» &7INVITE A PLAYER'
BACKGROUND-1: black glass
BACKGROUND-2: blue glass
CREATE-PARTY:
ITEM: TNT
NAME: '&8&l» &7&lCREATE PARTY'
PARTY-LIST:
ITEM: ender_chest
NAME: '&8&l» &7&lPARTY LIST'
PARTY-MEMBERS:
ITEM: TNT
NAME: '&8&l» &7&lPARTY MEMBERS'
PARTY-LEADER:
NAME: '&8&l» &7LEADER: {leader}'
INVITE-PLAYERS:
ITEM: bowl
NAME: '&8&l» &7&lINVITE PLAYERS'
PARTY-PUBLIC:
ITEM: green dye
NAME: '&8&l» &7&lPARTY &8- &aPUBLIC'
PARTY-PRIVATE:
ITEM: gray dye
NAME: '&8&l» &7&lPARTY &8- &cPRIVATE'
PARTY-LEAVE:
ITEM: red dye
NAME: '&8&l» &7&lLEAVE'
PARTY-BACK:
ITEM: gray dye
NAME: '&8&l» &7&lBACK'
PARTY-INVITED:
ITEM: green dye
NAME: '&8&l» &7&lINVITED PLAYERS LIST'
PARTY-MAIN-PAGE:
ITEM: book
NAME: '&8&l● &7MAIN PAGE &8&l●'
PARTY-NEXT-PAGE:
ITEM: arrow
NAME: '&8&l» &7Next Page'
PARTY-PREVIOUS-PAGE:
ITEM: arrow
NAME: '&8&l« &7Previous Page'
MOUSE-HOVER:
PARTY-NAME: '&3&l» &7{player}&7''s party.'
KICK-PLAYER: '&3&l» &7&l{player} &8- &7Click to kick this player from party.'
INVITE-PLAYER: '&3&l» &7&l{player} &8- &7Click to invite this player.'
REMOVE-INVITE: '&3&l» &7&l{player} &8- &7Click to remove this invite.'
PARTY-MEMBER: '&3&l» &7&l{player}'
MIX:
MAX-PARTY-SIZE: 28
COMMANDS:
- sg join arena
- hub
- lobby
CHAT:
party-chat-symbol: '@'
party-chat-format: '&3&lPARTY &8&l»&7 &a{player} &8&l»&7 {message}'

➥ LeafSK.