File Details
EliteFaction_0.6_.mcaddon
- R
- Apr 5, 2026
- 3.02 MB
- 305
- 26.10+3
File Name
EliteFaction_0.6_.mcaddon
Supported Versions
- 26.10
- 26.3
- 26.0.02
- 26.0
UI / Dashboard
Fixed Theme.title() so titles can display an icon prefix label.
Updated all Theme.title(...) call sites in ui.js to pass icon keys instead of texture paths.
Reworked the faction dashboard body to show live faction stats:
faction name/tag
power level and points
online members / total members
active/pending war count
vault balance
Replaced the dashboard War button flow with a real War Status UI.
Added War Declare picker and confirmation dialog.
Replaced the dashboard Diplomacy button flow with a Diplomacy Status UI.
Added diplomacy proposal pickers for alliance/truce from the GUI.
Expanded the admin GUI with War Control.
Expanded the admin economy UI to support:
set balance
add balance
subtract balance
Economy
Added a confirmation dialog for /f:pay transfers above 1000.
Refactored payment execution into executePay(...).
Improved /f:baltop to filter obvious ghost/system scoreboard entries and format output more cleanly.
War / Raid
Added recordWarPvpKill(...) in war.js.
Hooked PvP deaths in main.js so active wars gain score from kills in real time.
Added getFactionWarSummary(...) for UI consumption.
Added a periodic actionbar ticker showing live war score and remaining time.
Added admin-side war force-end support and a GUI detail screen to force-end a selected war.
Config / polish
Added COMBAT_TAG_DURATION_SECONDS and kept COMBAT_TAG_SECONDS as a compatibility alias.
Tuned newbie protection to 86400 seconds.
Tuned WAR_REDECLARE_COOLDOWN_MINUTES from 60 to 30.

