Changelog
- 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
reset
subcommand would be available for readonly configs
Files
betterconfig-paper-2.0.jar(40.28 KiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
2.0Loaders
Paper
Game versions
1.21Downloads
31Publication date
August 20, 2024 at 3:32 PMPublisher
xpple
Owner