Commit Graph

1551 Commits

Author SHA1 Message Date
YoyoNow 33e9b3409f Add SelectAdjacent for BauSystem and Builder 2025-07-31 16:21:08 +02:00
Chaoscaot e7803dcf82 Enhance compatibility and feature support for Minecraft 1.21: Add ProtocolWrapper21, update gamerule management, streamline entity tracking, and refine chunk hider logic. 2025-07-31 11:34:56 +02:00
Chaoscaot cf52b50333 Introduce support for Minecraft 1.21: Add ReflectionWrapper21, ChunkHider21, and enhance version compatibility across systems. 2025-07-31 10:43:40 +02:00
YoyoNow 297aa6151d Pot fix RPlayer 2025-07-31 09:44:28 +02:00
YoyoNow 14be3a8e3b Fix CheckpointUtilsJ9 2025-07-30 21:01:18 +02:00
YoyoNow 1c1e2e2efe Fix CheckpointUtilsJ9 2025-07-30 20:59:03 +02:00
YoyoNow e30eb35792 Fix CheckpointUtilsJ9 2025-07-30 20:57:38 +02:00
YoyoNow e94f273e21 Fix CheckpointUtilsJ9 2025-07-30 20:56:52 +02:00
YoyoNow c76648e630 Fix CheckpointUtilsJ9 2025-07-30 20:54:18 +02:00
YoyoNow a943dd6014 Fix CheckpointUtilsJ9 2025-07-30 20:51:17 +02:00
YoyoNow 0d7776ec6f Fix CheckpointUtilsJ9 2025-07-30 20:47:27 +02:00
YoyoNow 7db1d80988 Add SpaceCraft to startable fight servers 2025-07-30 20:41:01 +02:00
YoyoNow 50bd18bae7 Fix DevCommand 2025-07-30 18:20:41 +02:00
YoyoNow 89a55996fc Fix steamwar.devserver.gradle 2025-07-30 16:45:08 +02:00
YoyoNow f494729b89 Update steamwar.devserver.gradle 2025-07-30 16:03:39 +02:00
YoyoNow bcabce8b23 Fix JVMCRIUException 2025-07-30 14:00:47 +02:00
YoyoNow 376da2028b Fix ColorCommand 2025-07-30 13:36:24 +02:00
YoyoNow b6cfaf8135 Fix BauSystem.properties NO_PERMISSION 2025-07-30 13:34:51 +02:00
YoyoNow 5daee0f589 Fix checkpointing of a dev server 2025-07-30 11:36:40 +02:00
YoyoNow 43663ea099 Fix CRIUSupport for local building 2025-07-30 11:27:09 +02:00
YoyoNow 9d1b0063b9 Hotfix RayVisualizerCommand 2025-07-29 17:55:38 +02:00
YoyoNow e706044f44 Add RayVisualizerCommand
Closes: #99
2025-07-29 17:46:12 +02:00
YoyoNow 332daec716 Enable Loader.setTicksBetweenShots before loader finished
Closes: #76
2025-07-29 15:37:56 +02:00
YoyoNow 2daca017c2 Add InventoryFillerCommand.gui
Closes: #27
Fix PistonCalculator movement
2025-07-29 14:52:03 +02:00
YoyoNow 7edd72ac27 Improve PistonCalculator last time 2025-07-29 12:32:25 +02:00
YoyoNow 1355b57a93 Improve Subserver.run for CRIU 2025-07-29 12:04:48 +02:00
YoyoNow e04f0d4ad1 Revert the PR merge 2025-07-29 12:03:33 +02:00
YoyoNow 79a6c93f8f Merge pull request 'Improve Subserver.run for checkpoint' (#116) from VelocityCore/ImproveCheckpointHandling into main
Reviewed-on: SteamWar/SteamWar#116
2025-07-29 11:56:39 +02:00
YoyoNow e36bbfd2a7 Improve PistonCalculator 2025-07-29 11:18:04 +02:00
YoyoNow 65cb544b64 Merge pull request 'Implement anvil inventory handling through SWAnvilInv and related network packets' (#117) from VelocityCore/anvil-inv into main
Reviewed-on: SteamWar/SteamWar#117
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-07-29 11:06:18 +02:00
Chaoscaot 8a22afab63 Handle NullPointerException in handleClick method of SWAnvilInv to prevent crashes 2025-07-29 11:05:46 +02:00
Chaoscaot caae9542f4 Fix CLOSE case in SWAnvilInv to properly remove player from openInv map 2025-07-29 11:03:00 +02:00
YoyoNow 4104c60f6b Hotfix PistonCalculator 2025-07-29 10:52:18 +02:00
YoyoNow 69260a9b73 Hotfix PistonCalculator 2025-07-29 10:15:08 +02:00
YoyoNow 4fb6505aef Hotfix PistonCalculator 2025-07-29 10:09:55 +02:00
YoyoNow bb2f7cf0c1 Hotfix PistonCalculator 2025-07-29 10:09:14 +02:00
YoyoNow 8516c8e536 Closes: #120
Fix Loader.single
2025-07-29 09:59:38 +02:00
YoyoNow 066f06a6e3 Closes: #121
Improve PistonCalculator
2025-07-29 09:53:17 +02:00
YoyoNow 78e176b55e Closes: #94 2025-07-28 22:08:39 +02:00
Chaoscaot 86a10b3e97 Remove unused imports and redundant method annotations in SavePart class 2025-07-26 20:59:45 +02:00
Chaoscaot d01efffb6a Add steamshrimp.de to known hostnames in Hostname class 2025-07-20 00:45:56 +02:00
Chaoscaot fd57ba43e9 Mark createdAt as primary key in NodeData class 2025-07-19 22:48:03 +02:00
Chaoscaot eac0390dd3 Implement anvil inventory handling through SWAnvilInv and related network packets 2025-07-19 22:34:36 +02:00
Chaoscaot 03005adcd8 Merge pull request 'Add enhance ReplayCommand' (#115) from add-fight-id into main
Reviewed-on: SteamWar/SteamWar#115
Reviewed-by: YoyoNow <yoyonow@noreply.localhost>
2025-07-19 22:06:36 +02:00
YoyoNow 933e2119ef Improve Subserver.run for checkpoint 2025-07-19 18:20:48 +02:00
YoyoNow 679d373a1e Fix colors final time, for 1.15 and earlier support 2025-07-19 18:11:10 +02:00
YoyoNow 828084a3d6 Update Guide color 2025-07-19 17:58:53 +02:00
YoyoNow 2b782585b1 Hotfix TeamCommand and WhoisCommand 2025-07-19 17:54:39 +02:00
YoyoNow b43965be91 Revert "Update PREFIX_GUIDE color to §a in UserPerm"
This reverts commit 30cdbe072e.
2025-07-19 17:45:39 +02:00
Chaoscaot d82f306094 Add getById method in Fight class and enhance ReplayCommand handling with admin replay checks 2025-07-19 17:12:44 +02:00