Skip to content

Releases: yangzijian52/CSworld

CSworld V1.2.2 (Paper 26.2)

Choose a tag to compare

@yangzijian52 yangzijian52 released this 11 Jul 13:33

What changed

  • Added English SpigotMC resource-page BBCode: docs/SPIGOTMC-RESOURCE.md.
  • Added complete English SpigotMC documentation BBCode: docs/SPIGOTMC-RESOURCE-BBCODE.txt.
  • Added the manual publishing checklist: docs/SPIGOTMC_MANUAL_PUBLISHING.md.
  • Added CHANGELOG.md and linked all publishing materials from README.md.
  • Kept version 1.2.2; plugin source, pom.xml, plugin.yml, configuration format and data format are unchanged.

Runtime notes

  • Paper 26.2 only; built against paper-api 26.2.build.56-alpha.
  • Java 25 or newer.
  • Vault is required; paid modes also need a Vault-compatible economy provider.
  • A proxy network accepting the BungeeCord Connect plugin message is required.
  • The plugin interface and default configuration comments are Chinese; SpigotMC documentation and support are English-only.
  • Charges and one-time unlocks are not automatically rolled back if a later proxy connection fails.

Validation

  • mvn clean package: BUILD SUCCESS.
  • Maven test result: No tests to run because the project has no test sources.
  • Live Paper 26.2 server test: not performed.
  • Packaged plugin.yml version verified as 1.2.2.
  • Paper API and Vault API remain provided dependencies and are not bundled in the jar.
  • UTF-8 and BBCode structure checks passed.
  • The rebuilt jar contains the same internal file bytes as the previous 1.2.2 asset; the overall digest changed only because jar entry timestamps changed.

Artifact

  • File: CSworld-1.2.2.jar
  • Size: 11,128 bytes
  • SHA-256: 634E19CB803B97E1ED5A4805D1BCE4FDF9EAEBA285B049E73B446478AA0E8605

Documentation paths

  • docs/SPIGOTMC-RESOURCE.md
  • docs/SPIGOTMC-RESOURCE-BBCODE.txt
  • docs/SPIGOTMC_MANUAL_PUBLISHING.md
  • CHANGELOG.md
  • LICENSE

CSworld V1.2版本

Choose a tag to compare

@yangzijian52 yangzijian52 released this 13 Feb 12:38
30b76a4

更新日志

v1.2

  1. 新增服务器名称中文化功能
  2. 支持为每个服务器配置 display-name 中文显示名称
  3. 玩家可使用中文或英文名称进行传送(如 /cs 大厅 或 /cs lobby)
  4. 所有提示信息自动显示中文服务器名称
  5. 优化服务器列表显示格式

CSworld跨服传送插件V1.1

Choose a tag to compare

@yangzijian52 yangzijian52 released this 24 Jan 10:49
ac86e0e

v1.1

1.插件名称更改为 CSworld

2.新增 one-time-payment 配置项,支持切换“单次解锁”或“每次收费”模式

3.优化扣费逻辑,关闭单次付费模式时不再保存玩家数据

4.对版本1.21.11支持

CSword 跨服传送

Choose a tag to compare

@yangzijian52 yangzijian52 released this 25 Jun 11:58
b138d92

跨服传送插件文档

功能列表

1. 跨服传送

  • 通过 BungeeCord 通道将玩家传送到指定子服务器

2. 多服务器配置

  • 支持在 config.yml 中配置多个目标服务器及独立价格

3. 经济系统集成

  • 首次传送自动扣费(需 Vault + 经济插件),后续免费

4. 同服检测

  • 自动阻止传送到当前所在服务器
  • 提示 "您已在目标服务器!"

5. 免费模式

  • 配置 free-mode: true 或未安装经济插件时,所有传送免费

6. 动态倒计时

  • 传送前 3 秒倒计时提示(可配置时长)

7. 数据持久化

  • 记录玩家付费状态到 data.yml
  • 重启服务器后仍有效

8. 热重载配置

  • 通过 /cs reload 实时重载配置
  • 无需重启服务器

9. 智能扣费逻辑

  • 仅首次传送扣费
  • 余额不足时取消传送并提示

适用场景

  • 多世界生存服
    主城/空岛/地牢等场景切换

  • 小游戏群组服
    大厅自动扣费传送

  • 测试服快速切换环境
    使用免费模式