▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/Simple Combat Log
Simple Combat Log

Simple Combat Log

The Simple-Combat-Log plugin prevents players from logging out during combat by setting a combat timer, disabling actions like Elytra use, and broadcasting a message if they leave the server mid-combat.

36.1K
24
Все версииRefactor — cleaner package structure & state ownership

Refactor — cleaner package structure & state ownership

Release3 нед. назад

Список изменений

Refactor — no functional changes

This release is a pure code refactor. Gameplay behaviour is identical to the previous version.


Package structure

Packages have been renamed to follow Java conventions (lowercase):

BeforeAfter
...Utils...util
...Combat...combat
...Config...config
...Listener...listener

What changed

CombatManager (new: combat package)

  • Now fully owns combatTimers, activeTimers and bossBars maps
  • Listeners no longer touch state directly — all changes go through the public API

PluginConfig (new: config package)

  • Centralises every config.getString / getBoolean / getInt call
  • Single instance passed to all listeners on startup

Listener split

  • CombatTagListener — damage, projectile, explosion and enderpearl tagging
  • CombatRestrictionListener — elytra, teleport, command block, mending, riptide
  • CombatZoneListener — proximity tagging on join
  • CombatLogoutListener — disconnect handling
  • AntiKillAbuse — kill-farming detection
  • WorldGuardListener — region entry guard (registered only when WorldGuard is present)

CombatLog (main class)

  • Reduced to wiring only: config → manager → listeners
  • registerListeners() is the single place to see which listeners are active

Migration

No config changes. No permission changes. No command changes. Simply replace the old jar with the new one and restart.

Файлы

CombatLog.jar(60.31 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.15

Загрузчики

Paper
Purpur

Версии игры

1.21–1.21.11

Загрузок

5.3K

Дата публикации

3 нед. назад

Загрузил

ID версии

Главная