An UHC game plugin wrote by JHXSMatthew and widly used in YourCraft mini game server. It is a PUBG like mini-game in Mimecraft
For the latest version (master branch), all the old YourCraft dependencies are removed. Only Vault is required.
在最新的版本里,已经去除了原YourCraft框架内的依赖,并加入了config文件。
- [Vault] (https://dev.bukkit.org/projects/vault)
- Team matching system
- World border mechanics
- Timed border shrinking
- Spectator system
- Statistics tracking
- MySQL database support
- Configurable gameplay settings
The plugin includes extensive configuration options in config.yml:
- Game settings (player counts, timers, border sizes)
- Database connection settings
- Class system (future feature)
- Performance tuning options
- Enhanced configuration system with more customizable options
- Improved database initialization with automatic table creation
- Better error handling and connection management
- Migration of hardcoded values to configuration files
- Performance optimizations
The plugin automatically creates the required database tables. The structure is:
Format: Column::Type
格式: 列名::类型
- id::long?or int
- Name::varchar(64) # Increased from varchar(16) for longer usernames
- Games:: int
- Wins::int
- Kills::int
- Deaths::int
- Stacks::int
- Points::int
- LastPlayed::timestamp
(id,Name,Games,Wins,Kills,Deaths,Stacks,Points,LastPlayed)
其他项目可以在 www.mcndsj.com/projects 找到。 如您有所需的未开源,请通过任意相关项目的GitHub issue联系我,会将对应项目开源。
It's really been a while since this project is done. The code in this project may use untraceable third-party open source codes and may violate the license. Please contact me through email 68638023@qq.com or submit an issue in GitHub repo and I will remove any illegal code from this project. I owe you my apologies.
项目内可能含有无法找寻来源的第三方开源代码,如使用有违反开源协议,请您直接通过邮件 68638023@qq.com 或 GitHub 的 issue 联系我。 我将第一时间将违规代码 从项目中删除,深表歉意!