mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Kill it with fire, part 1 - MySpawn
This commit is contained in:
@ -9,8 +9,6 @@
|
||||
###
|
||||
General:
|
||||
Locale: en_us
|
||||
MySpawn:
|
||||
Enabled: true
|
||||
MOTD:
|
||||
Enabled: true
|
||||
#Amount of time (in minutes) to wait between saves of player information
|
||||
@ -1147,14 +1145,10 @@ Commands:
|
||||
Donate_Message: true
|
||||
mcrefresh:
|
||||
Enabled: true
|
||||
myspawn:
|
||||
Enabled: true
|
||||
addxp:
|
||||
Enabled: true
|
||||
addlevels:
|
||||
Enabled: true
|
||||
clearmyspawn:
|
||||
Enabled: true
|
||||
ptp:
|
||||
Enabled: true
|
||||
p:
|
||||
|
@ -49,9 +49,6 @@ commands:
|
||||
party:
|
||||
description: Create/join a party
|
||||
permission: mcmmo.commands.party
|
||||
myspawn:
|
||||
description: Teleport to your MySpawn
|
||||
permission: mcmmo.commands.myspawn
|
||||
whois:
|
||||
description: View mcMMO stats of another player
|
||||
invite:
|
||||
@ -60,9 +57,6 @@ commands:
|
||||
accept:
|
||||
description: Accept a party invite
|
||||
permission: mcmmo.chat.partychat
|
||||
clearmyspawn:
|
||||
description: Clear your MySpawn location
|
||||
permission: mcmmo.commands.myspawn
|
||||
mmoupdate:
|
||||
description: Convert from Flat File to MySQL
|
||||
permission: mcmmo.admin
|
||||
@ -176,18 +170,12 @@ permissions:
|
||||
mcmmo.commands.*:
|
||||
description: Implies all mcmmo.commands permissions.
|
||||
children:
|
||||
mcmmo.commands.ability: true
|
||||
mcmmo.commands.myspawn: true
|
||||
mcmmo.commands.setmyspawn: true
|
||||
mcmmo.commands.ability: true
|
||||
mcmmo.commands.ptp: true
|
||||
mcmmo.commands.whois: true
|
||||
mcmmo.commands.party: true
|
||||
mcmmo.commands.ability:
|
||||
description:
|
||||
mcmmo.commands.myspawn:
|
||||
description:
|
||||
mcmmo.commands.setmyspawn:
|
||||
description:
|
||||
mcmmo.commands.ptp:
|
||||
description:
|
||||
mcmmo.commands.whois:
|
||||
|
Reference in New Issue
Block a user