

bManager
Активный0.0
Установок
Последнее обновление
Версии
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.