mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-01 03:55:28 +02:00
Added party alliances
Adds the following commands: `/party alliance` `/party alliance invite <target>` `/party alliance accept` Allies will share party chat and will not be able to harm eachother. Item and XP sharing is limitied to a single party. Allowing two parties to team up without sharing resources and XP. Closes #1009
This commit is contained in:
@@ -938,6 +938,7 @@ permissions:
|
||||
mcmmo.commands.party.rename: true
|
||||
mcmmo.commands.party.teleport: true
|
||||
mcmmo.commands.party.unlock: true
|
||||
mcmmo.commands.party.alliance: true
|
||||
mcmmo.commands.party:
|
||||
description: Allows access to the party command
|
||||
mcmmo.commands.party.accept:
|
||||
@@ -980,6 +981,8 @@ permissions:
|
||||
mcmmo.commands.ptp: true
|
||||
mcmmo.commands.party.unlock:
|
||||
description: Allows access to the party unlock command
|
||||
mcmmo.commands.party.alliance:
|
||||
description: Allows access to the party alliance command
|
||||
mcmmo.commands.ptp.*:
|
||||
default: false
|
||||
description: Implies access to all mcmmo.commands.ptp permissions.
|
||||
|
Reference in New Issue
Block a user