mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Update /mcpurge command to use Bukkit CommandAPI. Addresses #628
This commit is contained in:
@ -695,6 +695,7 @@ Commands.Description.inspect=View detailed mcMMO info on another player
|
||||
Commands.Description.mcability=Toggle mcMMO abilities being readied on right-click on/off
|
||||
Commands.Description.mcgod=Toggle mcMMO god-mode on/off
|
||||
Commands.Description.mcmmo=Show a brief description of mcMMO
|
||||
Commands.Description.mcpurge=Purge users with no mcMMO levels and/or who haven't connected in over {0} months from the server DB.
|
||||
Commands.Description.mcrank=Show mcMMO ranking for a player
|
||||
Commands.Description.mcrefresh=Refresh all cooldowns for mcMMO
|
||||
Commands.Description.mcstats=Show your mcMMO levels and XP
|
||||
|
@ -100,8 +100,7 @@ commands:
|
||||
aliases: []
|
||||
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.
|
||||
description: Purge users with 0 powerlevel and/or who haven't connected in several months from the server DB.
|
||||
permissions:
|
||||
mcmmo.*:
|
||||
default: false
|
||||
|
Reference in New Issue
Block a user