
BetterConfig
A very powerful and easy to use command based configuration library for servers and clients.
7.7K
10
Список изменений
- Added support for Paper servers
Depending on your setup, you might have to adjust how the config is initialised:
- Fabric clients:
new ModConfigBuilder<FabricClientCommandSource, CommandBuildContext>(<mod id>, Configs.class) // ... .build(); - Fabric servers:
new ModConfigBuilder<CommandSourceStack, CommandBuildContext>(<mod id>, Configs.class) // ... .build(); - Paper servers:
new ModConfigBuilder<>(<plugin name>, Configs.class) // ... .build();
- Fabric clients:
- Added support for server-sided custom argument types
- Fabric:
dev.xpple.betterconfig.util.WrappedArgumentType - Paper:
io.papermc.paper.command.brigadier.argument.CustomArgumentType
- Fabric:
- Fixed bug where the
resetsubcommand would be available for readonly configs
Файлы
betterconfig-fabric-2.0.jar(49.93 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.0
Загрузчики
Fabric
Версии игры
1.21
Загрузок
144
Дата публикации
1 г. назад