uChoose-Parties

Status
This thread has been locked.

Badger

Software Developer
Supreme
Feedback score
22
Posts
2,366
Reactions
1,561
Resources
2
b27036ddd357004eeae2030e984d7ede.png

http://www.spigotmc.org/resources/uchoose-parties.868/
https://www.mc-market.org/resources/271/

a99f12f092ad3137ee5323e71d74f21f.png

uChoose-Parties is a fully customizable Party based system plugin. All the messages in uChoose-Parties are configurable! All of the error messages are configurable also! All the configurable features are what sets this Party system based plugin afar from the others. The plugin also has a Ratings feature which is like the Faction-based Power. Rating is just a system to show the strongest Parties on the server. You choose the name for this party based system. You could make it "gangs," "parties," "cliques"; it's your decision!
054873e77aa5e8edda36a8d4588d56aa.png

party* - is the String you have defined in the config section. It would be the String value of the Config key "PartyName".
./party - Open up the party help menu.
./party create <name> - Create a party with the following string "party" as your name.
./party invite <player> - Invite the following player to your party.
./party promote <player> - Promote the following player to a leader in your party.
./party demote <player> - Demote a leader of your party.
./party join <name> - Join the following party defined by name if you were invited.
./party rating - List your party's rating.
./party rating <name> - List the party defined by name's rating.
./party board <page> - Shows parties in order from Highest to Lowest ratings. (6 parties per page)
./party leave - Leave the party you are currently in.
./party ff <true/false> - Toggle friendly fire for your party if you are a leader.
./party close - Close your party if you are the creator.

b59b44c02a554feb3449f7e6aad4cb11.png

party* - is the String you have defined in the config section. It would be the String value of the Config key "PartyName".
party.rating - Allow them to run /party rating party and /party rating
party.board - Allow them to check the rating board
party.leave - Allow them to run /party leave

4f405192ee524af837bcf9880b7bb455.png

Code:
RatingLostFromDeath: 20.0
RatingGainedFromKill: 10.0
BoardFormat: '&2{GROUP}: &e{RATING}'
PageFormat: '&2&lPage &r&c{PAGE}'
System:
    PartyName: '&dClique'
    RatingsEnabled: false
    FriendlyFireToggleEnabled: false # Do you want them to be able to run the command to toggle friendly fire on and off? This will also turn off friendly fire permanently
    BoardEnabled: false
Messages:
    RecentlyPromoted: '&7You have recently been promoted by &e{LEADER}&7! &cCongrats :)'
    PromotedThePlayer: '&7You have promoted &e{RECENTLYPROMOTED} &7sucessfully!'
    MadeClique: '&7You have made the clique &e{GROUP} &7sucessfully!'
    YouHaveBeenInvited: '&7You have been invited to the Clique &e{GROUP} &7sucessfully!'
    YouHaveInvitedPlayer: '&7You have invited &e{INVITED} &7to your Clique!'
    YouHaveJoined: '&7You have joined the Clique &e{GROUP} &7sucessfully!'
    YouHaveDemotedPlayer: '&7You have demoted the player &e{DEMOTED} &7sucessfully!'
    YouHaveBeenDemoted: '&7You have been demoted by the player &e{DEMOTER}&7!'
    YouHaveBeenKicked: '&7You have been kicked from the Clique &e{GROUP}&7!'
    YouHaveKickedPlayer: '&7You have kicked the player &e{PLAYER} &7sucessfully from your Clique!'
    YouHaveClosedYourClique: '&7You have closed your Clique &e{GROUP}&7 sucessfully!'
    ToggledFF: '&7You have toggled Friendly Fire to &6{VALUE} &7for your Clique &e{GROUP}&7!'
    LostRatingFromDeath: '&7You have lost rating by be killed by &c{KILLER}&7! :('
    GainedMoreRatingFromKill: '&7You have gained more rating by killing &c{KILLED}&7! :)'
    YouCanNotHurtTeammate: '&cYou can not attack a teammate when Friendly Fire is &6OFF&c!'
    YouHaveLeftClique: '&7You have left the clique &e{GROUP}&7!'
    UnknownCommand: '&7This is an unknown command!'
    HelpMessage:
    - '&7/clique - Open up the Clique help menu'
    - '&7/clique create <name> - Create a Clique with the specified name'
    - '&7/clique join <name> - Join the specified Clique if you were invited'
    - '&7/clique invite <player> - Invite the specified player to your Clique'
    - '&7/clique promote <player> - Promote the specified player to a leader in your Clique'
    - '&7/clique demote <player> - Demote the specified player to a member in your Clique'
    - '&7/clique rating - Find out your current Cliques rating'
    - '&7/clique rating <clique> - Find out the specified Cliques rating'
    - '&7/clique board <page> - Shows Cliques in order from Highest to Lowest Ratings. (6 Cliques per page)'
    - '&7/clique kick <player> - Kick the following player from your Clique if you are a leader'
    - '&7/clique ff <true/false> - Toggle friendly fire for your Clique if you are a leader'
    - '&7/clique close - Close your Clique if you are the creator'
    - '&7/clique leave - Leave the Clique you are currently in'
    PermCommands:
        HasNoClique: '&7You do not have a Clique!'
        NotOwner: '&7You are not owner of the Clique!'
        uNotOwnerOrLeader: '&7You are not owner or leader of your Clique.'
        PlayerIsNotLeaderOrOwner: '&7The player &e{PLAYER} &7 is not a leader of your Clique!'
        AlreadyHasClique: '&7You already have a Clique!'
        AlreadyInClique: '&7The player &e{PLAYER} &7already is in your Clique!'
        CliqueNotExisting: '&7That Clique does not exist!'
        AlreadyLeader: '&7The player &e{PLAYER} &7 is already leader of your Clique!'
        AlreadyInClique: '&7The player &e{PLAYER} &7is already in your Clique!'
        AlreadyExists: '&7The Clique &e{CLIQUE} &7already exists!'
        PlayerIsNotOnline: '&7The player &e{PLAYER} &7is currently not online!'
        NoInviteToClique: '&7You do not have a invite to the Clique &e{CLIQUE}&7!'
        NoPendingInvites: '&7You do not have any invites currently!'
        PlayerIsNotInClique: '&7The player &e{PLAYER} &7is not in your Clique!'
        PlayerIsLeader: '&7The player &e{PLAYER} &7is a leader of your Clique!'
        NoPermissionForThisCommand: '&7You do not have permission to run this command!'
        PlayerAlreadyHasClique: '&7The player &e{PLAYER} &7is already in a Clique!'
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

SoldierAlex

Well-Known Member
Supreme
Feedback score
8
Posts
3,205
Reactions
1,319
Resources
0
Vouch! This guy is an amazing coder and this plugin is basically screaming GOOD CODER! Haha this guy is amazing at coding :D.
 
Status
This thread has been locked.
Top