mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
Fixed plot copy and move arguments
This commit is contained in:
parent
d23bfa0bde
commit
7878d0b525
5 changed files with 142 additions and 2 deletions
|
@ -44,6 +44,7 @@ public enum C {
|
|||
* Move
|
||||
*/
|
||||
MOVE_SUCCESS("$4Successfully moved plot."),
|
||||
COPY_SUCCESS("$4Successfully copied plot."),
|
||||
REQUIRES_UNOWNED("$2The location specified is already occupied."),
|
||||
/*
|
||||
* Compass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue