Перейти к содержимому
Mineforgian

bManager

A mod that can connect to a database in-game and display player information, which can be highly customized.

Загрузки
382
Подписчики
2
Обновлён
2 февраля 2024 г.
Лицензия
LGPL-3.0-only

Опубликован 25 ноября 2023 г.

bManager

The bManager mod is a Minecraft mod that allows players to access the database in-game and display player information based on user-defined rules. This mod is a powerful tool for server admins to gather important information about players, such as their roles, money, and more. With the help of this mod, admins can easily check players .

Config Options

  • JDBC URL : A Java Database Connectivity URL to your database. Don't include username and password.

  • Username and Password :Your database username and password. Not recommand to use 'root'

  • Data used as an index :Select a data to use as index when querying.

    • Client entity UUID : Client UUID
    • Player name: Player name
    • Default:Player Name
  • Only match players : Match any entity if this switch is off.(Default:On)

  • Column name used as index : The name of index column in database.(Default:id)

  • Custom player info display JSON : See more in the section below.

Custom Player info display JSON

This option is a string option.The given string must be a string contain only a List.For each elements in the List,format as below.

{'table':'[Table to query]','row':'[Column name]',show:['[Prefix]','[Suffix]']}

It should look like this:

[Prefix] data [Suffix]

Keybindings

  • Main Key:Default:Right Ctrl.

TODO

  • Translation keys for other languages

Last

It is my first time to make a mod and also my first time to write a description.I'm also not a native English speaker .If there are mistakes,please point out the mistakes and I will correct it.

Ченджлог

1.1.1aРелиз1.20.4 · 2 февраля 2024 г.

Update to Minecraft 1.20.4

1.1.1aРелиз1.20.1 · 29 ноября 2023 г.

Alpha 1.1.1

Bugs

  • Spelling wrong #3

Features

  • Gallery in Modrinth
  • Releases in Modrinth!
  • New Icon! #2
Alpha-1.1Альфа1.20.1 · 25 ноября 2023 г.

The first version!

Features

  • Database connection
  • Player info displayer screen
  • Config screen based on owo-lib

Комментарии

Загружаем…