Add more defaults to plugin.yml

This commit is contained in:
libraryaddict 2020-07-02 08:46:23 +12:00
parent 7ef248c054
commit 13fedc4437
2 changed files with 22 additions and 4 deletions

@ -212,8 +212,8 @@ public class LDUploadLogs implements LDCommand {
sender.spigot().sendMessage(builder.create());
} else {
sender.sendMessage(
ChatColor.GOLD + "Log: " + latestPaste + "\nConfig: " + configPaste +
"\nDisguises: " + disguisesPaste);
ChatColor.GOLD + "Please provide the three links! Log: " + latestPaste +
"\nConfig: " + configPaste + "\nDisguises: " + disguisesPaste);
}
}
}.runTask(LibsDisguises.getInstance());
@ -230,7 +230,6 @@ public class LDUploadLogs implements LDCommand {
}
}
private boolean isTooBig(File file) {
return file.exists() && file.length() >= 512 * 1024;
}

@ -154,39 +154,58 @@ permissions:
libsdisguises.seecmd.grabhead: true
libsdisguises.seecmd.disguiseviewself:
description: See the /disguiseviewself command in tab-completion
default: true
libsdisguises.seecmd.disguise:
description: See the /disguise command in tab-completion
default: true
libsdisguises.seecmd.disguiseentity:
description: See the /disguiseentity command in tab-completion
default: true
libsdisguises.seecmd.disguisehelp:
description: See the /disguisehelp command in tab-completion
default: true
libsdisguises.seecmd.disguiseplayer:
description: See the /disguiseplayer command in tab-completion
default: true
libsdisguises.seecmd.disguiseradius:
description: See the /disguiseradius command in tab-completion
default: true
libsdisguises.seecmd.undisguise:
description: See the /undisguise command in tab-completion
default: true
libsdisguises.seecmd.undisguiseentity:
description: See the /undisguiseentity command in tab-completion
default: true
libsdisguises.seecmd.undisguiseplayer:
description: See the /undisguiseplayer command in tab-completion
default: true
libsdisguises.seecmd.undisguiseradius:
description: See the /undisguiseradius command in tab-completion
default: true
libsdisguises.seecmd.disguiseclone:
description: See the /disguiseclone command in tab-completion
default: true
libsdisguises.seecmd.disguisemodify:
description: See the /disguisemodify command in tab-completion
default: true
libsdisguises.seecmd.disguisemodifyplayer:
description: See the /disguisemodifyplayer command in tab-completion
default: true
libsdisguises.seecmd.disguisemodifyradius:
description: See the /disguisemodifyradius command in tab-completion
default: true
libsdisguises.seecmd.disguisemodifyentity:
description: See the /disguisemodifyentity command in tab-completion
default: true
libsdisguises.seecmd.copydisguise:
description: See the /copydisguise command in tab-completion
default: true
libsdisguises.seecmd.grabskin:
description: See the /grabskin command in tab-completion
default: true
libsdisguises.seecmd.savedisguise:
description: See the /savedisguise command in tab-completion
default: true
libsdisguises.seecmd.grabhead:
description: See the /grabhead command in tab-completion
default: true