Add alias for /grabskin & clarify /ld scoreboard debug
This commit is contained in:
parent
c1a8001b54
commit
4ff00ee828
@ -79,8 +79,9 @@ public class LDScoreboard implements LDCommand {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!team.getPrefix().equals(scoreboardName.getPrefix()) ||
|
if (!team.getPrefix().equals("Colorize") &&
|
||||||
!team.getSuffix().equals(scoreboardName.getSuffix())) {
|
(!team.getPrefix().equals(scoreboardName.getPrefix()) ||
|
||||||
|
!team.getSuffix().equals(scoreboardName.getSuffix()))) {
|
||||||
if (issuesFound++ < 5) {
|
if (issuesFound++ < 5) {
|
||||||
sender.sendMessage("The player disguise " +
|
sender.sendMessage("The player disguise " +
|
||||||
((PlayerDisguise) disguise).getName().replace(ChatColor.COLOR_CHAR, '&') +
|
((PlayerDisguise) disguise).getName().replace(ChatColor.COLOR_CHAR, '&') +
|
||||||
|
@ -85,7 +85,7 @@ commands:
|
|||||||
permission: libsdisguises.seecmd.copydisguise
|
permission: libsdisguises.seecmd.copydisguise
|
||||||
description: Output a disguise to a usable string
|
description: Output a disguise to a usable string
|
||||||
grabskin:
|
grabskin:
|
||||||
aliases: [uploadskin, skin, saveskin]
|
aliases: [uploadskin, skin, saveskin, cacheskin, downloadskin, skincache]
|
||||||
permission: libsdisguises.seecmd.grabskin
|
permission: libsdisguises.seecmd.grabskin
|
||||||
description: Grab a skin from file, url or player name/uuid
|
description: Grab a skin from file, url or player name/uuid
|
||||||
savedisguise:
|
savedisguise:
|
||||||
|
Loading…
Reference in New Issue
Block a user