Fix clickable node list

This commit is contained in:
Luck 2016-12-30 15:02:22 +00:00
parent 9f2b59f2a2
commit 96035d5257
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -191,6 +191,7 @@ public class Util {
String command = ExportCommand.nodeToString(node, group ? holder.getObjectName() : holder.getFriendlyName(), group)
.replace("/luckperms", "/" + label)
.replace("set", "unset")
.replace("add", "remove")
.replace(" true", "")
.replace(" false", "");