MeowUID 是一个使用MySQL存储、为玩家分配唯一 UID 并支持跨服务器同步的 Minecraft Bukkit 插件
MeowUID is a minecraft bukkit plugin to assign unique UIDs to players and sync across multiple servers using MySQL.
语言 / Language | 语言代码 / Language code | 支持状态 / Support Status |
---|---|---|
简体中文 / Simplified Chinese | zh_cn | ✅ 支持 / Supported |
繁体中文 / Traditional Chinese | zh_tc | ✅ 支持 / Supported |
英文 / English | en | ✅ 支持 / Supported |
日语 / Japanese | ja_jp | ❌ 不支持 / Not Supported |
欢迎联系开发者提交其他语言的翻译,您的名字将会被列入感谢列表!
Feel free to contact the developer to submit translations in other languages, and your name will be included in the thanks list!
注意:要更改语言,请参阅配置文件 Note: To change the language, please refer to the configuration file.
此处仅供展示说明,请勿复制使用!请以插件生成的配置文件为准!
This section is for display purposes only! Please do not copy it! Please use the configuration file generated by the plugin!
# 是否启用插件
# Whether to enable the plugin
enable-plugin: false
# 语言,默认简体中文
# 当前支持设置为:zh_cn / en / zh_tc
# Language, default is zh_cn (Simplified Chinese)
# Now support: zh_cn / en / zh_tc
language: zh_cn
# 起始uid(如起始uid为10000则第一个注册的玩家为10001,在后续修改本配置将会让新玩家的UID从你配置的UID开始)
# Starting UID (If the starting UID is 10000, the first registered player will be 10001, and subsequent changes to this configuration will make the UID of the new player start from your configuration)
starting_uid: 1000000
# MySQL数据库设置
# MySQL database settings
mysql:
host: localhost
port: 3306
database: meow_uid
username: meow_uid
password: password
# 请确保接入跨服的所有服务器的配置文件均相同!!
# Please ensure that the configuration files of all servers are the same!!
-
指令可使用 muid 或 uid 作为开头
-
The command can start with muid or uid
-
重载插件:/muid reload
-
Reload plugin: /muid reload
-
使用指令查询UID:/muid find id
-
Use the command to query UID: /muid find id
-
使用指令查询ID:/muid find uid
-
Use the command to query ID: /muid find uid
-
全部命令均需 meowuid.admin 权限,不建议开放给玩家使用
-
All commands require meowuid.admin permission, not recommended for players
- 支持 PlaceHolderAPI, 获取玩家UID的变量为: %meowuid%
- Supports PlaceHolderAPI, the variable for querying player UID is: %meowuid%
本插件为开源项目并免费提供下载使用!
您可以自行编译开发中的源代码或下载 Release 版本使用,出现问题可以提出 Issue!
同时您也可以在爱发电平台上赞助我,并通过加入QQ交流群以获得及时、迅速的技术支持与安装指导!赞助链接:https://afdian.com/a/NachoNeko_/
This plugin is an open-source project and is available for free download and use!
You can compile the source code being developed yourself or download the Release version. If you encounter any issues, feel free to raise an Issue!
You can also support me on the Afdian platform and join the QQ group for timely and efficient technical support and installation guidance. Link (Simplified Chinese only): https://afdian.com/a/NachoNeko_/
-
¥25 元:获取插件技术支持
¥25 CNY: Get technical support for the plugin.
-
¥200 元:获取插件技术支持 + 一次定制功能的机会
¥200 CNY: Get technical support + one opportunity for a custom feature.
1.16 | 1.17 | 1.18 | 1.19 | 1.20 | 1.20.1 | 1.21 | |
---|---|---|---|---|---|---|---|
Purpur | ❓ | ❓ | ❓ | ❓ | ✅ | ✅ | ❓ |
Paper | ❓ | ❓ | ❓ | ❓ | ✅ | ✅ | ❓ |
Spigot | ❓ | ❓ | ❓ | ❓ | ✅ | ✅ | ❓ |
Bukkit | ❓ | ❓ | ❓ | ❓ | ✅ | ✅ | ❓ |
欢迎辅助开发者完善兼容性测试列表,您的名字将会被列入感谢列表!
Welcome to assist developers in improving the compatibility testing list, and your name will be included in the thanks list!
名称 / Name | 贡献 / Contribution |
---|---|
Zhang1233 | 开发 / Development |
This plugin part of the English content is translated by ChatGPT and TONGYI Lingma.
请查看LICENSE.md
对于本项目的追加内容:
- 允许在商业服务器中使用本插件
- 禁止直接通过本插件及其衍生版本进行盈利(如出售插件本体等)
Please refer to LICENSE.md (Simplified Chinese only).
For additional content regarding this project:
- Using this plugin on commercial servers is allowed.
- Directly profiting from this plugin and its derivative versions is prohibited (e.g., selling the plugin itself).