mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 10:44:43 +02:00
Make the purge task available as a command.
This commit is contained in:
@ -302,6 +302,8 @@ Commands:
|
||||
Enabled: true
|
||||
mcc:
|
||||
Enabled: true
|
||||
mcpurge:
|
||||
Enabled: true
|
||||
mcremove:
|
||||
Enabled: true
|
||||
mmoedit:
|
||||
|
@ -124,6 +124,9 @@ commands:
|
||||
a:
|
||||
aliases: [ac]
|
||||
description: Toggle Admin chat or send admin chat messages
|
||||
mcpurge:
|
||||
aliases: []
|
||||
description: Purge users with 0 powerlevel and/or who haven't connected in over 30 days from the server DB.
|
||||
permissions:
|
||||
mcmmo.*:
|
||||
default: false
|
||||
@ -341,7 +344,7 @@ permissions:
|
||||
mcmmo.tools.mcgod:
|
||||
description: Allows access to mcgod command
|
||||
mcmmo.tools.mcremove:
|
||||
decription: Allows access to mcremove command
|
||||
decription: Allows access to mcremove and mcpurge command
|
||||
mcmmo.ability.*:
|
||||
description: Implies all mcmmo.ability permissions.
|
||||
children:
|
||||
|
Reference in New Issue
Block a user