mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 13:33:11 +00:00
Fixes
This commit is contained in:
parent
36ac4a4b94
commit
779123f419
13 changed files with 495 additions and 176 deletions
|
@ -86,6 +86,10 @@ public enum C {
|
|||
* WorldEdit masks
|
||||
*/
|
||||
REQUIRE_SELECTION_IN_MASK("$2%s of your selection is not within your plot mask. You can only make edits within your plot."),
|
||||
WORLDEDIT_VOLUME("$2You cannot select a volume of %current%. The maximum volume you can modify is %max%."),
|
||||
WORLDEDIT_ITERATIONS("$2You cannot iterate %current% times. The maximum number of iterations allowed is %max%."),
|
||||
WORLDEDIT_UNSAFE("$2Access to that command has been blocked"),
|
||||
WORLDEDIT_BYPASS("$2&oTo bypass your restrictions use $3/plot wea"),
|
||||
WORLDEDIT_UNMASKED("$1Your WorldEdit is now unrestricted."),
|
||||
WORLDEDIT_RESTRICTED("$1Your WorldEdit is now restricted."),
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue