mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
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;
|
||||
}
|
||||
|
||||
if (!team.getPrefix().equals(scoreboardName.getPrefix()) ||
|
||||
!team.getSuffix().equals(scoreboardName.getSuffix())) {
|
||||
if (!team.getPrefix().equals("Colorize") &&
|
||||
(!team.getPrefix().equals(scoreboardName.getPrefix()) ||
|
||||
!team.getSuffix().equals(scoreboardName.getSuffix()))) {
|
||||
if (issuesFound++ < 5) {
|
||||
sender.sendMessage("The player disguise " +
|
||||
((PlayerDisguise) disguise).getName().replace(ChatColor.COLOR_CHAR, '&') +
|
||||
|
@ -85,7 +85,7 @@ commands:
|
||||
permission: libsdisguises.seecmd.copydisguise
|
||||
description: Output a disguise to a usable string
|
||||
grabskin:
|
||||
aliases: [uploadskin, skin, saveskin]
|
||||
aliases: [uploadskin, skin, saveskin, cacheskin, downloadskin, skincache]
|
||||
permission: libsdisguises.seecmd.grabskin
|
||||
description: Grab a skin from file, url or player name/uuid
|
||||
savedisguise:
|
||||
|
Loading…
Reference in New Issue
Block a user