Commit Graph

202 Commits

Author SHA1 Message Date
YoyoNow c3a4e7ed85 Improve network code 2025-06-12 21:28:49 +02:00
YoyoNow 3d562cf743 Add skin cache to VelocityCore 2025-06-11 17:05:47 +02:00
YoyoNow 0ea92be2e1 Fix TexturePackSystem 2025-06-11 11:25:56 +02:00
YoyoNow 88d8016987 Fix TexturePackSystem 2025-06-11 10:58:01 +02:00
YoyoNow 909c1c52aa Hotfix Persistent 2025-06-11 08:09:31 +02:00
YoyoNow 26b126fdba Hotfix Persistent 2025-06-11 08:05:28 +02:00
Chaoscaot ecb2e736aa Mark declined schematics as seen and fix substring usage in CheckedSchematic creation 2025-06-10 22:34:27 +02:00
YoyoNow e4df6f55fb Merge pull request 'GUIImprovements' (#64) from GUIImprovements into main
Reviewed-on: SteamWar/SteamWar#64
Reviewed-by: Chaoscaot <max@chaoscaot.de>
2025-06-10 21:08:23 +02:00
YoyoNow ff5113e112 Merge pull request 'Refactor schematic checks to handle unseen notifications' (#33) from add-offline-notify into main
Reviewed-on: SteamWar/SteamWar#33
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-06-10 20:57:33 +02:00
YoyoNow c425ca1171 Merge pull request 'Add declined question handling in CheckCommand' (#66) from add-saved-declined-questions-history into main
Reviewed-on: SteamWar/SteamWar#66
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-06-10 20:43:53 +02:00
YoyoNow c1293ffda0 Merge pull request 'Add 'queuerestart' command' (#68) from VelocityCore/QueueRestartCommand into main
Reviewed-on: SteamWar/SteamWar#68
Reviewed-by: Chaoscaot <max@chaoscaot.de>
2025-06-10 20:43:04 +02:00
YoyoNow adaae7f943 Update Persistent.queueRestart to toggle 2025-06-10 20:40:04 +02:00
YoyoNow c12d2c2ddf Add player count to ListCommand 2025-06-10 20:39:11 +02:00
YoyoNow 428c63429c Add 'queuerestart' command 2025-06-10 17:26:20 +02:00
YoyoNow 4f885a7269 Merge branch 'main' into transfer-packet 2025-06-10 17:18:08 +02:00
Chaoscaot 5cc417c43c Add declined question handling in CheckCommand
- Implemented tracking of declined questions during checks.
- Updated messaging logic to display declined questions to users.
- Added new translations for decline-related messages.
2025-06-05 23:41:01 +02:00
Chaoscaot 1014df5f31 PR Stuff 2025-06-03 23:39:16 +02:00
Chaoscaot c920664920 Merge branch 'main' into add-offline-notify 2025-06-03 23:35:35 +02:00
Chaoscaot c3db2b7f86 VelocityCore/src/de/steamwar/velocitycore/listeners/EventModeListener.java aktualisiert 2025-06-01 14:36:49 +02:00
YoyoNow c30f24ab8f Hotfix Protocol Version for real now 2025-05-31 21:32:19 +02:00
YoyoNow daede98a0f Hotfix TeamCommand 2025-05-31 17:45:24 +02:00
YoyoNow 7b059cde0e Add customModelData to Velocity SWItem 2025-05-31 08:51:56 +02:00
Chaoscaot 7a9740c4c4 Fix EventFight activeFights query and add null check for spectatePort in CookieEvents 2025-05-29 15:05:01 +02:00
Chaoscaot 8defbaa18b Add tech hider bug handling for arena subservers in BugCommand 2025-05-29 00:03:25 +02:00
YoyoNow c35d4741a0 Add TexturePackSystem 2025-05-28 14:19:21 +02:00
Chaoscaot 374e314faa Add new WATUT Channel 2025-05-22 18:19:31 +02:00
Chaoscaot 45a8aab321 Revert "Add "/event vote" command for SteamWarArcade Event"
This reverts commit 7f215b921e.
2025-05-18 19:44:29 +02:00
Chaoscaot 0d15bbc266 Revert "Add "/event vote" command for SteamWarArcade Event"
This reverts commit a5b61fb0d6.
2025-05-18 19:44:28 +02:00
Chaoscaot 7fa97ce36c Revert "Fix TowerRun event"
This reverts commit 8cd088050d.
2025-05-18 19:44:28 +02:00
Chaoscaot 8cd088050d Fix TowerRun event 2025-05-18 16:32:01 +02:00
Chaoscaot a5b61fb0d6 Add "/event vote" command for SteamWarArcade Event
To be removed after event
2025-05-18 16:22:50 +02:00
Chaoscaot 7f215b921e Add "/event vote" command for SteamWarArcade Event
To be removed after event
2025-05-18 13:32:09 +02:00
Chaoscaot 717cfa8baf Prevent usage of Flashback channels for restricted players
Added new channel handlers to block Flashback mod channels for users without appropriate permissions. Ensures restricted players using these channels are disconnected with a specific warning message. This enhances control over mod usage and maintains server integrity.
2025-05-16 18:00:23 +02:00
Chaoscaot 7f0fa09c56 Update OpenJ9 dump configuration to enable heap hprof. 2025-05-02 14:14:27 +02:00
Chaoscaot 6940c32b02 Adjust OpenJ9 JVM arguments to include hprof option in dumps. 2025-05-02 14:13:33 +02:00
Chaoscaot 5cdad8c2f4 Add Dev 1.21.5 2025-04-27 02:28:39 +02:00
YoyoNow 335649fa87 Fix steamwar.devserver.gradle 2025-04-20 08:27:56 +02:00
YoyoNow 32703c6659 Enable Velocity, prio Setup needed for that 2025-04-20 08:27:56 +02:00
YoyoNow 119fae4b51 Merge pull request 'Add ActiveMonths to ArenaMode for rotating modes' (#45) from VelocityCore/ActiveMonthsForRotatingGameModes into main
Reviewed-on: SteamWar/SteamWar#45
2025-04-18 18:38:41 +02:00
YoyoNow 43621b18b4 Fix TypeMappers.arenaMapTypeMapper 2025-04-18 16:57:35 +02:00
YoyoNow e5bdbac3c7 Change isNotActive to isActive 2025-04-18 16:50:16 +02:00
YoyoNow fd738f539a Add 3 new PluginMessage channel 2025-04-18 14:17:59 +02:00
YoyoNow 2094120150 Remove prefix. Cannot merge them together because of 'ChatListener.sendChat' 2025-04-18 09:32:35 +02:00
YoyoNow e143268caa Fix DiscordBot.serverTeamChat sending to discord if received from discord! 2025-04-18 09:30:26 +02:00
YoyoNow 7802fdd7d9 Add ActiveMonths to ArenaMode for rotating modes 2025-04-18 09:13:23 +02:00
YoyoNow 7fb3d3d137 Hotfix DiscordBot.ingameChat going to broadcast instead of globalChat 2025-04-17 21:38:35 +02:00
Chaoscaot 306444356c Update & Fix Spelling on Chaos Messages 2025-04-17 01:28:06 +02:00
YoyoNow 29dff8dce6 Fix PunishmentCommand sending double prefix 2025-04-16 21:07:05 +02:00
YoyoNow cbaacd4e85 Merge pull request 'Improve and fix the discord rate limit warnings' (#37) from VelocityCore/ImproveDiscordChannel into main
Reviewed-on: SteamWar/SteamWar#37
Reviewed-by: Lixfel <lixfel@noreply.localhost>
2025-04-16 20:16:52 +02:00
YoyoNow 9da1de9b6c Fix MsgCommand being able to /r to offline players 2025-04-16 13:42:31 +02:00