MC-Market is now BuiltByBit. Read more

uChoose-Parties is a fully customizable Party based system plugin. All the messages in uChoose-Parti
Tags
Tags
None
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!
5168ba7c3e36df1e88c15380039c3dd9.png

By purchasing this plugin you agree not to redistribute, decompile, or use it for any other purposes but for installing it into your server. You have the right to use it in one server only. For using it in another server, please purchase it again. The plugin is as is and the upcoming features, along with bug support -- are to be provided for free. I reserve my rights to refuse support in case of incompatibility with certain plugins. You agree not to ask for a refund, unless I violate the terms of this agreement. If you do not agree with the terms, please do not purchase this plugin.

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 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
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{CLIQUE} &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{CLIQUE}&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!'
  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 Clique's rating'
  - '&7/clique rating <clique> - Find out the specified Clique's 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'
    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!'

Author

Badger

Owner
Author
Badger
Downloads
2
Type
Digital product
License duration
Unlimited
Price
$15.00
Views
871
First release
Last update
Rating
Not yet rated

More resources from Badger

HumanVerify was a plugin made in attempts to stop bot spammers.
Not yet rated
0 purchases
HumanVerify was a plugin made in attempts to stop spammer bots from messing with your server.
Not yet rated
9 downloads
CosmicCrates is a plugin which brings crates to your server in which have an awesome rotating animat
5.00 star(s) 3 ratings
61 downloads
Top
You need to upgrade!
Our dark style is reserved for our Premium members. Upgrade here.