Added support for spaces in Player Disguises.
Use the "\_" (backslash underscore) to place a space in a name. Example: /d player The\_Great\_Apple
This commit is contained in:
		| @@ -369,6 +369,7 @@ public abstract class BaseDisguiseCommand implements CommandExecutor { | ||||
|                                     .get(args[1].toLowerCase()))) { | ||||
|                         throw new DisguiseParseException(ChatColor.RED + "Error! You don't have permission to use that name!"); | ||||
|                     } | ||||
|                     args[1] = args[1].replace("\\_", " "); | ||||
|                     // Construct the player disguise | ||||
|                     disguise = new PlayerDisguise(ChatColor.translateAlternateColorCodes('&', args[1])); | ||||
|                     toSkip++; | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| name: LibsDisguises | ||||
| main: me.libraryaddict.disguise.LibsDisguises | ||||
| version: 8.6.1 | ||||
| version: 8.6.2 | ||||
| author: libraryaddict | ||||
| authors: [Byteflux, Navid K.] | ||||
| depend: [ProtocolLib] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user