You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the compile-time Paper API to 26.2.build.56-alpha.
Kept the plugin version at 1.0.2 because the SpigotMC preparation update changes documentation and licensing only.
Added the MIT License and CHANGELOG.md.
Added English SpigotMC resource BBCode, full documentation BBCode and a manual publishing guide on main.
Added README links to the publishing materials.
Excluded the complete .idea/ directory from version control.
Runtime notes
Paper 26.2 only; Spigot and Folia compatibility is not claimed.
Java 25 or newer is required.
No third-party plugin dependencies are required.
The plugin's bundled configuration comments, command feedback and console messages are currently Chinese.
Configured commands execute with full server-console authority. Only trusted administrators should edit plugins/Reload/config.yml or receive reload.command.
The SpigotMC resource page, documentation and support channel are English-only. Chinese-language support is not provided on SpigotMC.
Validation
mvn clean package: successful with Maven 3.9.11 and Java 25.0.2.
Maven Surefire completed with no failures; the project currently contains no automated test sources, so 0 tests were executed.
No additional live Paper 26.2 server test was performed for the compatibility release or this documentation-only update.
Packaged plugin.yml version: 1.0.2.
Dependency packaging verified: Paper API remains provided; no Paper or third-party classes are bundled.
A fresh build was compared with the published jar entry by entry: all 8 file entries were identical. The existing canonical Release asset was retained.
UTF-8 validation, BBCode tag-balance checks and git diff --check passed.