mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update DebugUUID.java
This commit is contained in:
parent
cd26b1647d
commit
0c8b11cedd
@ -63,7 +63,7 @@ import java.util.Map.Entry;
|
|||||||
|
|
||||||
if (args.length != 2 || !"-o".equals(args[1])) {
|
if (args.length != 2 || !"-o".equals(args[1])) {
|
||||||
MainUtil.sendMessage(player, Captions.COMMAND_SYNTAX,
|
MainUtil.sendMessage(player, Captions.COMMAND_SYNTAX,
|
||||||
"/plot uuidconvert " + args[0] + " - o");
|
"/plot uuidconvert " + args[0] + " -o");
|
||||||
MainUtil.sendMessage(player, "&cBe aware of the following!");
|
MainUtil.sendMessage(player, "&cBe aware of the following!");
|
||||||
MainUtil.sendMessage(player,
|
MainUtil.sendMessage(player,
|
||||||
"&8 - &cUse the database command or another method to backup your plots beforehand");
|
"&8 - &cUse the database command or another method to backup your plots beforehand");
|
||||||
|
Loading…
Reference in New Issue
Block a user