Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
A few documentation improvements.
Dieser Commit ist enthalten in:
Ursprung
17cdbcac12
Commit
a6bba00f77
@ -57,7 +57,7 @@ public class CommandRegistration {
|
||||
}
|
||||
for (Command command : registered) {
|
||||
commandMap.register(plugin.getDescription().getName(),
|
||||
new DynamicPluginCommand(command.aliases(), command.desc(), command.usage(), executor));
|
||||
new DynamicPluginCommand(command.aliases(), command.desc(), "/" + command.aliases()[0] + " " + command.usage(), executor));
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -218,6 +218,7 @@ public class YAMLProcessor extends YAMLNode {
|
||||
return new YAMLNode(new HashMap<String, Object>(), writeDefaults);
|
||||
}
|
||||
|
||||
// This will be included in snakeyaml 1.10, but until then we have to do it manually.
|
||||
private static class FancyDumperOptions extends DumperOptions {
|
||||
@Override
|
||||
public DumperOptions.ScalarStyle calculateScalarStyle(ScalarAnalysis analysis,
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren