geforkt von Mirrors/Paper
Warn about removal of ability to load plugins with spaces in Minecraft 1.12
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
75201d066c
Commit
816701f233
@ -137,7 +137,7 @@ public final class SimplePluginManager implements PluginManager {
|
|||||||
continue;
|
continue;
|
||||||
} else if (description.rawName.indexOf(' ') != -1) {
|
} else if (description.rawName.indexOf(' ') != -1) {
|
||||||
server.getLogger().warning(String.format(
|
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.getFullName(),
|
||||||
description.rawName
|
description.rawName
|
||||||
));
|
));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren