Skip to content

JHXSMatthew/UHC

Repository files navigation

UHC 极限生存

An UHC game plugin wrote by JHXSMatthew and widly used in YourCraft mini game server. It is a PUBG like mini-game in Mimecraft

Dependencies (依赖)

For the latest version (master branch), all the old YourCraft dependencies are removed. Only Vault is required.

在最新的版本里,已经去除了原YourCraft框架内的依赖,并加入了config文件。

Features

  • Team matching system
  • World border mechanics
  • Timed border shrinking
  • Spectator system
  • Statistics tracking
  • MySQL database support
  • Configurable gameplay settings

Configuration

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

Recent Improvements

  • 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

Sql Schema (数据表结构)

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联系我,会将对应项目开源。

NOTICE

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 联系我。 我将第一时间将违规代码 从项目中删除,深表歉意!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages