mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
[IN PROGRESS] multi-owner mega plots
This commit is contained in:
parent
657c1a1d54
commit
bdbebfa29d
19 changed files with 283 additions and 100 deletions
|
@ -216,6 +216,9 @@ public enum C {
|
|||
UNLINK_IMPOSSIBLE("$2You can only unlink a mega-plot"),
|
||||
UNLINK_SUCCESS("$2Successfully unlinked plots."),
|
||||
NO_MERGE_TO_MEGA("$2Mega plots cannot be merged into. Please merge from the desired mega plot."),
|
||||
MERGE_NOT_VALID("$2This merge request is no longer valid."),
|
||||
MERGE_ACCEPTED("$2The merge request has been accepted"),
|
||||
SUCCESS_MERGE("$2Plots have been merged!"),
|
||||
/*
|
||||
* Commands
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue