BetterConfig

BetterConfig

Mod

A very powerful and easy to use command based configuration library for servers and clients.

Client or server LibraryManagementStorage

1,853 downloads
8 followers
Createda year ago
Updated18 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Release 1.2.0

Changelog

  • Made non-api packages no longer visible

  • Rewrote argument registration

    Consider the below example to see how things have changed.

    - .registerTypeWithArgument(Block.class, new BlockAdapter(), new Pair<>(BlockArgumentType::block, BlockArgumentType::getBlock))
    + .registerType(Block.class, new BlockAdapter(), BlockArgumentType::block)
    

Files

betterconfig-1.2.0.jar(49.22 KiB) Primary Download

Project members

xpple

Owner


Technical information

License
LGPL-3.0-or-later
Client side
optional
Server side
optional
Project ID