Minecraft Parties mod 2026 download
logo
minecraft mod Parties

Parties

Game Version: 1.12
Total Downloads: 16,651
Updated: Jun 29, 2017
Created: Dec 23, 2013
Download PartiesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Parties v1.13 release 31.59 KB Jun 29, 2017 1.12 5,036 download Parties Parties v1.13 releaseDownload
Parties v1.5 release 25.45 KB Jun 28, 2017 1.12 225 download Parties Parties v1.5 releaseDownload
Parties v1.11 release 26.01 KB Apr 5, 2016 1.9 1,493 download Parties Parties v1.11 releaseDownload
Parties v1.10 release 26.92 KB Jul 4, 2015 1.8.1 2,958 download Parties Parties v1.10 releaseDownload
Parties v1.9 release 26.88 KB Jun 29, 2015 1.8.1 239 download Parties Parties v1.9 releaseDownload
Parties v1.8 release 25.79 KB Jun 7, 2015 1.8.1 362 download Parties Parties v1.8 releaseDownload
Parties v1.7 release 25.75 KB May 24, 2015 1.8.1 376 download Parties Parties v1.7 releaseDownload
Parties v1.6 release 25.35 KB Apr 12, 2015 1.8.1 482 download Parties Parties v1.6 releaseDownload
Parties v1.5 release 24.32 KB Mar 5, 2015 1.8.1 492 download Parties Parties v1.5 releaseDownload
Parties v1.4 release 24.04 KB Jul 1, 2014 CB 1.7.9-R0.1 2,252 download Parties Parties v1.4 releaseDownload
Parties v1.3 release 24.49 KB May 28, 2014 CB 1.7.9-R0.1 552 download Parties Parties v1.3 releaseDownload
Parties v1.2 release 24.43 KB May 14, 2014 1.7.4 717 download Parties Parties v1.2 releaseDownload
Parties v1.1 release 21.45 KB Jan 2, 2014 CB 1.6.2-R1.0 1,248 download Parties Parties v1.1 releaseDownload
Parties v1.0 release 17.35 KB Dec 23, 2013 CB 1.6.2-R1.0 219 download Parties Parties v1.0 releaseDownload

Description

Share this:

This is a simple plugin for creating and joining parties. This is meant to be used with SkillAPI as it allows you to share experience with other party members.

Players in the same party cannot damage each other and the amount of experience shared depends on the values in the config

Scoreboard

If you use MCCore along with this plugin and enable the scoreboard in the config, then a scoreboard will be displayed on the right hand side with the members in the party and their class levels. This scoreboard will work with the one from SkillAPI, cycling between them if they are both active.

Config Values

  • max-size: the maximum number of players allowed in a party
  • invite-timeout: how long an invitation lasts in seconds before it is automatically cancelled
  • remove-on-dc: whether or not party members are automatically removed when they disconnect
  • new-leader-on-dc: whether or not a new party leader is chosen when the current one disconnects
  • use-scoreboard: whether or not to show the party scoreboard when in a party
  • level-scoreboard: if true, displays levels in the scoreboad. Otherwise displays health
  • only-leader-invites: whether or not to only allow a party leader to invite new party members
  • exp-modifications.members: the modifier for the experience depending on the number of members

    The formula for this is: sharedExp = exp / (1 + (members – 1) * value)

    A value of 0 would mean all players get full experience and a value of 1 would mean the experience is divided by the number of members. Any value inbetween also works, so find a comfortable amount (0.5 – 1 is recommended)

  • exp-modifications.level: the modifier for the experience depending on the difference in levels between party members

    The formula for this is: playerExp = sharedExp * 2^(-value * levelDifference^2)

    A value of 0 would not change the experience due to level differences

    If you want to use this value, it's recommended to use small decimals (between 0 and 0.01)

Commands

Commands are configurable as of v1.2 by using the commands.yml file. This is the default setup:

  • /pt accept – accepts a party invitation
  • /pt decline – declines a party invitation
  • /pt invite <player> – Invites a player to join your party
  • /pt leave – leaves your current party
  • /pt info – shows basic information about your party such as the leader, party size, and members

Permissions

  • party.general – permission to use the commands

Dependencies

  • SkillAPI (required v3.0+)
  • MCCore (required v1.28+)

Source Code

GitHub Source Code

For faster responses, you can comment on the SkillAPI page or post in the SkillAPI forum in the Parties section. I check there more frequently than this page. You can find the forum here: http:dev.bukkit.org/bukkit-plugins/skillapi/forum/parties/

Comments

Add a comment