Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 06:21

更新日志 / Changelog

  • ci: fix BuildTools action name (Action-SpigotMC@v5)
  • ci: add SpigotMC BuildTools for NMS dependency
  • ci: auto-release and publish on push to master
  • chore: standardize .gitignore with full module template
  • build: update UltiTools-API dependency to 6.2.1
  • feat: testing support, utility commands, and NMS improvements (#1)
  • docs: add acknowledgments for referenced open-source projects
  • docs: add detailed bilingual README and missing FakeConnection.java
  • test: boost coverage to 80.2% (111 tests)
  • fix: resolve NMS v1_21_R1 compile errors
  • feat: add BotEventListener and UltiBotPlugin main class
  • feat: add action and utility commands — chat, cmd, skin, macro, stop
  • feat: add /bot commands — spawn, remove, list, tp, reload
  • feat: add MacroServiceImpl with record, replay, and delete functionality
  • feat: add SkinService with Mojang API lookup, JSON parsing, and caching
  • feat: add ActionServiceImpl with repeating action ticker management
  • feat: add BotManagerImpl with spawn/remove/query and limit enforcement
  • feat: add NMSLoader with version mapping for 1.20.1-1.21.4
  • feat: add config entity, plugin.yml, and i18n resources (zh/en)
  • feat: add API interfaces — BotPlayer, NMSBridge, UltiBotAPI, ActionType, ActionTicker
  • feat: scaffold UltiBot multi-module project structure