◦•●❤♡ ᴄᴏɴᴛᴀᴄᴛ Dekomori on discord ꜰᴏʀ ꜱᴜᴘᴘᴏʀᴛ ♡❤●•◦
Tested Minecraft Versions: 1.13 / 1.14 / 1.15 / 1.16
Description:
This plugin allows you to create a party of players. The players in the party, has new opportunities are available
The plug is made specifically for RPG Player Leveling
But as can work without it...
Features:
Commands:
%party_leader%
%party_members%
%party_drop%
%party_exp%
How to create Scroll of experience
You need a plugin that allows to change the item name and lore!
You can use the plugin below or find another plugin!
https://www.spigotmc.org/resources/itemizer.14733/
1. Take in hand, any item.
2. Set the item name from config.
Example:
/itemizer name &6&lScroll of experience
/itemizer advlore add &2&lEXP&7:&f +50
API
import me.baks.PartySystem.API;
API.checkParty(Player player); - [return boolean]
API.checkLeader(Player player); - [return boolean]
API.getLeader(Player player); - [return String]
API.getPartyPlayers(Player player); - [return List<String>]
API.getPartySize(Player player); - [return int]
API.getPartyDropType(Player leader); - [return int]
DropType:
return 1 = normal
return 2 = random
return3 = leader
return -1 = null
Tested Minecraft Versions: 1.13 / 1.14 / 1.15 / 1.16
Description:
This plugin allows you to create a party of players. The players in the party, has new opportunities are available
The plug is made specifically for RPG Player Leveling
But as can work without it...
Features:
- Ability to create a party
- Maximum party players 9
- Convenient management interface
- Convenient commands
- Displays skins players in the party info
- Party chat
- Automatic creation of party, when at the invitation Player
- Automatic disbanding the party if the party was 1 player
- Scoreboard that displays players (Default disabled)
- Scrolls experience, enhances the experience of party members
- Players from the Party can not do damage to the members of the party
- If the leader left the party, will be appointed the new leader
- The ability to kick a player from the part
- Support Factions plugin. [Only players from one Faction can join to party]
- [PlayerLeveling] When a player gains experience, and next to him has a member party, they both get experience, but it is divided in half! You can increase the amount of experiences using "Scroll of experience"
- You can adjust the level difference between the experience for players
- The unique ability of the division of the loot!
- There are 3 types of drop separation.
- This is valid only when the participants of the party next to each othe
- Normal - Nothing change
- Radom - Drop that player will be picked up randomly distribute
- Leader - Drop that pickup the player will always get the party leader
Commands:
- /party invite <player_name> - Invite player to party
- /party kick <player_name> - Kick player from party
- /party leader <player_name> - Set new party leader
- /party drop <normal, random, leader> - Change drop type
- /party tp <player_name> - Teleport player to leader [pex: party.tp]
- /pc <message> - Party chat [pex: party.chat]
- /party toggle - Enable/Disable an invitation to the party
- /party leave - Leave party
- /party info - Party info (menu and manager)
- /party reload - Reload config [pex: party.reload]
%party_leader%
%party_members%
%party_drop%
%party_exp%
How to create Scroll of experience
You need a plugin that allows to change the item name and lore!
You can use the plugin below or find another plugin!
https://www.spigotmc.org/resources/itemizer.14733/
1. Take in hand, any item.
2. Set the item name from config.
Example:
/itemizer name &6&lScroll of experience
/itemizer advlore add &2&lEXP&7:&f +50
API
import me.baks.PartySystem.API;
API.checkParty(Player player); - [return boolean]
API.checkLeader(Player player); - [return boolean]
API.getLeader(Player player); - [return String]
API.getPartyPlayers(Player player); - [return List<String>]
API.getPartySize(Player player); - [return int]
API.getPartyDropType(Player leader); - [return int]
DropType:
return 1 = normal
return 2 = random
return3 = leader
return -1 = null