Tested with LuckPerms, result successful.
This commit is contained in:
NotMyFault
2019-08-12 23:59:14 +02:00
parent ad7bcd19d4
commit f1c190028e
3 changed files with 4 additions and 55 deletions

View File

@ -1,6 +1,6 @@
/*
This will increase a player's allowed plots by the provided value
/plot debugexec runasync addperm <player> <amount>
/plot debugexec runasync addplots.js <player> <amount>
*/
var uuid = UUIDHandler.getUUID('%s0', null);
if (uuid === null) {