[Legacy] GCore 遗产 GCore | |
---|---|
![]() |
不再更新 |
作 者 | GuillaumeVDN |
发布时间 | 2016年6月2日 |
支持核心 | Spigot | 原生版本 |
支持版本 | |
插件详细介绍
GCore 是一个为我的其他插件提供通用功能的核心插件。它简化了插件之间的开发流程,并提供了一些有用的工具类和 API。
gcore.reload
# GCore configuration file
# Debug mode (set to true to enable debug messages)
debug: false
# Language file to use (e.g. en_US, fr_FR, de_DE)
# Must be the exact name of the file in the languages folder (without the .yml extension)
language: en_US
# Metrics configuration (bStats)
metrics:
enabled: true
# Update checker configuration
update_checker:
enabled: true
# Storage type (options: YAML, JSON, SQLITE, MYSQL)
storage: YAML
# MySQL configuration (only required if storage is set to MYSQL)
mysql:
host: localhost
port: 3306
database: minecraft
username: root
password: password