Commit Graph

116 Commits

Author SHA1 Message Date
Lixfel 3ce958778a Fix NPE 2024-12-05 16:03:21 +01:00
Chaoscaot 0134ef1f61 Maybe, Fix Schematics Readers 2024-12-03 22:43:14 +01:00
Lixfel 7b55e99be0 Fix arena start condition 2024-12-03 17:05:53 +01:00
Lixfel 3abba4ae35 Add /build stop command 2024-12-03 15:50:32 +01:00
Lixfel d2650ad97f Remove Servertype enum, fix starting multiple servers at once, 2024-12-03 15:42:57 +01:00
Lixfel 116005c0c9 Fix Tablist gone after softreload 2024-12-01 19:22:48 +01:00
Lixfel 4dcfeb77b2 Unlock 21 BuilderCloud (and Bau) 2024-12-01 19:19:27 +01:00
Lixfel 2032a0b642 Fix links in chat not clickable 2024-11-30 10:31:49 +01:00
Lixfel 996e4932d7 Text 1.20 Tablist fix 2024-11-30 09:35:34 +01:00
Lixfel 28f96e313a Fix bau addmember hover message 2024-11-29 14:09:32 +01:00
Lixfel f51de58921 Fix checking deleted schematic limbo 2024-11-29 13:17:52 +01:00
TheBreadBeard b3cd8d843f Add private ticket log 2024-11-27 19:34:19 +01:00
TheBreadBeard 3e270643e8 Add private ticket log 2024-11-27 19:18:41 +01:00
YoyoNow df37fa1564 Hotfix SendCommand sending on random servers 2024-11-25 17:07:16 +01:00
Chaoscaot 5a3d801714 Merge branch 'main' into Backend/init 2024-11-23 13:28:00 +01:00
Chaoscaot edbc43abf1 Hotfix: ModUtils Autoban 2024-11-18 18:07:53 +01:00
YoyoNow 43618fc290 Fix transitive dependencies for STRG+Click in Source code not jumping to Source code 2024-11-12 15:41:48 +01:00
Lixfel af4a3eb2ed Fix empty discord messages 2024-11-11 09:29:12 +01:00
Lixfel fdd6d84b54 Fix mod name during kick/ban 2024-11-10 17:46:43 +01:00
YoyoNow dbe6d40e36 Merge pull request 'Fix Discord Ticket Log' (#43) from VelocityCore/jda-fix into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/43
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2024-09-17 07:55:54 +02:00
YoyoNow 9dcd0cce43 Merge branch 'main' into VelocityCore/TeamChangecolor 2024-09-16 18:00:40 +02:00
Chaoscaot 35d812b280 Fix Discord Ticket Log 2024-09-03 00:34:07 +02:00
Chaoscaot a1e1396bdb Fix Discord Ticket Log 2024-08-31 20:17:02 +02:00
TheBreadBeard a64f6292e9 Add team changecolor command alias 2024-08-30 11:00:56 +02:00
YoyoNow 2142ed2f97 Hotfix DiscordBot 2024-08-30 08:41:37 +02:00
YoyoNow 6560562b05 Hotfix DiscordBot? 2024-08-30 08:39:57 +02:00
YoyoNow 6222f76417 Hotfix DiscordBot 2024-08-30 08:33:05 +02:00
YoyoNow 1f908134a1 Hotfix DiscordBot 2024-08-30 08:31:29 +02:00
TheBreadBeard 04d9f38f7d Add team changecolor command alias 2024-08-29 22:53:22 +02:00
TheBreadBeard 52302dd284 Add DiscordTicketType.SCHEMATIC 2024-08-29 22:09:43 +02:00
Chaoscaot c11eaaee45 Fixes... 2024-08-27 21:34:18 +02:00
Chaoscaot d5398cbde2 Remove redundant checks 2024-08-22 11:17:17 +02:00
Chaoscaot 12b16d6801 Merge branch 'main' into dc-5 2024-08-22 11:10:41 +02:00
Lixfel 09a8dc0786 Fix Badlion (tested), Fix Client channel registration and brand detection 2024-08-18 15:36:50 +02:00
Lixfel 5afdc04e1e Merge branch 'main' into VelocityCore/BadlionRestrictions 2024-08-18 14:40:22 +02:00
Lixfel 4f4e0bab69 Fix tablist (some tests done, potentielly fixed) 2024-08-17 19:03:32 +02:00
Lixfel bad291f8ce Merge branch 'main' into VelocityCore/Tablist 2024-08-17 17:57:39 +02:00
Chaoscaot 765a0ef1f3 Add Missing Commits 2024-08-16 18:04:02 +02:00
Lixfel 4a2afee27d Fix Badlion restrictions (untested)
Fixes #dreamjxnas-bug-325.
2024-08-16 17:56:00 +02:00
Lixfel 7d7de2c2f3 Fix Discord commands with zero arguments 2024-08-16 17:06:23 +02:00
Chaoscaot 8b776ff33e Es baut... (Untested) 2024-08-12 17:15:38 +02:00
Lixfel e717172c63 Clear Subserver Baumembercache on delmember 2024-08-08 08:27:53 +02:00
YoyoNow dbc6575ef5 Fix BauCommand.setBuilder 2024-08-07 14:33:33 +02:00
YoyoNow 4efd30bdfb Fix possible NPE! 2024-08-07 09:33:31 +02:00
YoyoNow 704fc53e9e Possible fix for Tablist 2024-08-07 09:22:30 +02:00
YoyoNow b4461269ec Revert "Hotfix TablistManager (Might be reverted directly)"
This reverts commit 79dbb756e6.
2024-08-07 09:11:17 +02:00
YoyoNow 79dbb756e6 Hotfix TablistManager (Might be reverted directly) 2024-08-07 09:09:24 +02:00
Lixfel 3d36a7b7a3 Merge pull request 'Add SendCommand' (#5) from VelocityCore/SendCommand into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/5
Reviewed-by: Lixfel <lixfel@steamwar.de>
2024-08-06 18:07:18 +02:00
YoyoNow 5b730fc67d Update SendCommand 2024-08-06 18:04:59 +02:00
YoyoNow b69bb97da4 Revert ChatListener 2024-08-06 17:26:11 +02:00