Add custom game settings

Each kit now supports custom settings aswell as custom game settings like min_players
This commit is contained in:
TDSTOS
2026-03-28 23:51:32 +01:00
parent 5b00b51193
commit 184443b7c6
18 changed files with 773 additions and 278 deletions

View File

@@ -282,4 +282,31 @@ kits:
messages:
fist_mode_active: '<gray>⚡ Vibranium Fists active for 12 seconds!</gray>'
wakanda_impact: '<white>Wakanda Forever! Hit <count> enemy(s)!</white>'
ability_charged: '<yellow>Ability recharged!</yellow>'
ability_charged: '<yellow>Ability recharged!</yellow>'
theworld:
name: '<gradient:dark_gray:white><bold>The World</bold></gradient>'
lore:
- ' '
- 'AGGRESSIVE: Shockwave + 3x Blink'
- 'DEFENSIVE: Shockwave + Freeze + 5-Hit Cap'
items:
clock:
aggressive:
name: '<gray>The World</gray>'
description: 'Shockwave → right-click 3x to blink in looking direction'
defensive:
name: '<gray>The World</gray>'
description: 'Shockwave + freeze nearby enemies (max 5 hits each)'
passive:
defensive:
name: '<aqua>Time Stop</aqua>'
description: 'Frozen enemies can only be hit 5 times'
messages:
shockwave_and_blink: '<gray>Shockwave! <white><charges> blink charge(s) ready.</white>'
teleport_charges: '<aqua>Blinked! <charges> charge(s) remaining.</aqua>'
charges_exhausted: '<red>All blink charges spent!</red>'
freeze_activated: '<aqua>⏸ Time stopped for <count> enemy(s)!</aqua>'
frozen_received: '<red>⏸ You are frozen for 10 seconds!</red>'
frozen_expired: '<gray>The freeze has worn off.</gray>'
freeze_broken: '<gold>Freeze broken — 5 hits reached!</gold>'
freeze_hits_left: '<aqua>Frozen enemy — <hits> hit(s) remaining.</aqua>'