Compatibility
Minecraft: Java Edition
1.21
1.20–1.20.1
1.19.3–1.19.4
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated last year
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
resetsubcommand would be available for readonly configs
Files
Metadata
Release channel
ReleaseVersion number
2.0Loaders
Game versions
1.21Environment
Client and server, best when installed on both
Downloads
140Publication date
August 20, 2024 at 3:31 PMPublisher
xpple
Owner


