mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Updating the permissions for the /ptp command and fixing the event it files to properly show who is teleporting where.
This commit is contained in:
@ -329,6 +329,9 @@ Commands:
|
||||
Cooldown: 30
|
||||
Confirm_Required: true
|
||||
Request_Timeout: 300
|
||||
#If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
|
||||
#to teleport to, from, or within any given world.
|
||||
World_Based_Permissions: false
|
||||
p:
|
||||
#Allow mcMMO to use player display names in chat instead of their usernames
|
||||
Use_Display_Names: true
|
||||
|
@ -727,6 +727,7 @@ permissions:
|
||||
mcmmo.commands.mmoedit: true
|
||||
mcmmo.commands.mmoedit.others: true
|
||||
mcmmo.commands.mmoupdate: true
|
||||
mcmmo.commands.ptp.world.all: true
|
||||
mcmmo.commands.skillreset.all: true
|
||||
mcmmo.commands.xprate: true
|
||||
mcmmo.commands.defaults:
|
||||
@ -740,6 +741,9 @@ permissions:
|
||||
mcmmo.commands.mctop.all: true
|
||||
mcmmo.commands.party.all: true
|
||||
mcmmo.commands.ptp: true
|
||||
mcmmo.commands.ptp.accept: true
|
||||
mcmmo.commands.ptp.acceptall: true
|
||||
mcmmo.commands.ptp.toggle: true
|
||||
mcmmo.commands.ability:
|
||||
description: Allows access to the mcability command
|
||||
children:
|
||||
@ -913,8 +917,32 @@ permissions:
|
||||
description: Allows access to the party rename command
|
||||
mcmmo.commands.party.unlock:
|
||||
description: Allows access to the party unlock command
|
||||
mcmmo.commands.ptp.*:
|
||||
description: Implies access to all mcmmo.commands.ptp permissions.
|
||||
children:
|
||||
mcmmo.commands.ptp.all: true
|
||||
mcmmo.commands.ptp.all:
|
||||
description: Implies access to all mcmmo.commands.ptp permissions.
|
||||
children:
|
||||
mcmmo.commands.ptp: true
|
||||
mcmmo.commands.ptp.accept: true
|
||||
mcmmo.commands.ptp.acceptall: true
|
||||
mcmmo.commands.ptp.toggle: true
|
||||
mcmmo.commands.ptp.world.all: true
|
||||
mcmmo.commands.ptp:
|
||||
description: Allows access to the ptp command
|
||||
mcmmo.commands.ptp.accept:
|
||||
description: Allows access to the ptp accept command
|
||||
mcmmo.commands.ptp.acceptall:
|
||||
description: Allows access to the ptp acceptall command
|
||||
mcmmo.commands.ptp.toggle:
|
||||
description: Allows access to the ptp toggle command
|
||||
mcmmo.commands.ptp.world.*:
|
||||
description: Implies access to all mcmmo.commands.ptp.world permissions.
|
||||
children:
|
||||
mcmmo.commands.ptp.world.all: true
|
||||
mcmmo.commands.ptp.world.all:
|
||||
description: Implies access to all mcmmo.commands.ptp.world permissions.
|
||||
mcmmo.commands.skillreset.*:
|
||||
description: Implies access to all mcmmo.commands.skillreset permissions
|
||||
children:
|
||||
|
Reference in New Issue
Block a user