Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/BetterConfig
Все версииRelease Fabric 2.0

Release Fabric 2.0

Release1 г. назад

Список изменений

  • 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();
      
  • Added support for server-sided custom argument types
    • Fabric:
      dev.xpple.betterconfig.util.WrappedArgumentType
      
    • Paper:
      io.papermc.paper.command.brigadier.argument.CustomArgumentType
      
  • Fixed bug where the reset subcommand would be available for readonly configs

Метаданные

Канал релиза

Release

Номер версии

2.0

Загрузчики

Fabric

Версии игры

1.21

Загрузок

152

Дата публикации

1 г. назад

Загрузил

ID версии

Главная