mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Warn about removal of ability to load plugins with spaces in Minecraft 1.12
This commit is contained in:
parent
6799b57d9b
commit
bbfe2ba6aa
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public final class SimplePluginManager implements PluginManager {
|
|||
continue;
|
||||
} else if (description.rawName.indexOf(' ') != -1) {
|
||||
server.getLogger().warning(String.format(
|
||||
"Plugin `%s' uses the space-character (0x20) in its name `%s' - this is discouraged",
|
||||
"Plugin `%s' uses the space-character (0x20) in its name `%s' - this will not work in Minecraft 1.12",
|
||||
description.getFullName(),
|
||||
description.rawName
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue