mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
Sorting / Tweaks / Fixes
Fixes #499 Add sortPlotsByTimestamp method to PS tweak to debugexec
This commit is contained in:
parent
b0859b250a
commit
0a0c72bc7d
8 changed files with 284 additions and 41 deletions
|
@ -40,7 +40,7 @@ import com.plotsquared.general.commands.CommandDeclaration;
|
|||
permission = "plots.delete",
|
||||
description = "Delete a plot",
|
||||
usage = "/plot delete",
|
||||
aliases = "dispose",
|
||||
aliases = {"dispose", "del"},
|
||||
category = CommandCategory.ACTIONS,
|
||||
requiredType = RequiredType.NONE
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue