Commit Graph

79 Commits

Author SHA1 Message Date
YoyoNow bfdf6471d2 Cleanup things and fix setting back to default 2025-01-08 16:52:24 +01:00
YoyoNow e418109ab7 Reduce spawn packets to 0 if everything is default 2025-01-08 16:27:18 +01:00
YoyoNow 82c73f9367 Fix packet count to at most 2 for the display entities at spawn 2025-01-08 12:24:17 +01:00
YoyoNow 1f65121c68 Fixup postSpawn because of NPE/Not Initialized Exception 2025-01-07 18:41:50 +01:00
YoyoNow 3c848389c9 Update structure 2025-01-07 18:41:50 +01:00
YoyoNow 33f41869b6 Fix packets 2025-01-07 18:41:50 +01:00
YoyoNow 3c1d46398d Add RDisplay, RBlockDisplay, RItemDisplay, RTextDisplay 2025-01-07 18:41:50 +01:00
Lixfel 604a1db218 Fix Array reflection 2025-01-07 17:06:02 +01:00
Lixfel 01da293680 Fix Array reflection 2025-01-07 17:05:36 +01:00
Lixfel 26bc341c4d Fix 1.15- reflections 2025-01-07 16:57:06 +01:00
Lixfel 46fed25da4 Fix renaming for class name duplications 2025-01-07 16:38:40 +01:00
Lixfel 9888700273 Migrate reflections to mojang mapped by default 2025-01-06 16:44:10 +01:00
Lixfel 94a1ed3569 More robust version detection. 2025-01-06 10:25:19 +01:00
Lixfel da148c0e9f Replace {nms} and {obc} tags 2025-01-06 10:15:48 +01:00
Lixfel ab34d86da4 Merge branch 'main' into MojMapReflections
# Conflicts:
#	SpigotCore/SpigotCore_8/src/de/steamwar/core/BountifulWrapper8.java
#	SpigotCore/SpigotCore_9/src/de/steamwar/core/BountifulWrapper9.java
#	SpigotCore/SpigotCore_Main/src/de/steamwar/core/events/PartialChunkFixer.java
2025-01-06 10:06:28 +01:00
Lixfel 856c79661b Merge pull request 'Move ViaVersion to Proxy' (#87) from ViaOnProxy into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/87
Reviewed-by: YoyoNow <jwsteam@nidido.de>
2025-01-03 07:33:45 +01:00
Lixfel 9f0f11adeb Fix entity orientation 2025-01-02 17:24:37 +01:00
Chaoscaot 025ec2a850 Hotfix: 1.20 Schematic Reader 2025-01-01 14:12:38 +01:00
Lixfel abb8ab2204 Merge pull request 'Fix Schematics Readers' (#72) from Schematics/1.21 into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/72
Reviewed-by: Lixfel <lixfel@steamwar.de>
2025-01-01 12:42:01 +01:00
Chaoscaot 7dc5686389 Fixes... 2024-12-31 11:25:00 +01:00
Lixfel 0f73939bf0 Move and rename Reflection fields 2024-12-26 19:11:01 +01:00
Lixfel 22a8ca4aea Move ViaVersion to Proxy 2024-12-24 14:55:27 +01:00
Lixfel fb0a653b0e Remove /leader command, allow for Leader promotion 2024-12-23 13:05:00 +01:00
Chaoscaot df1ec88f6c Hotfix: SubMessage 2024-12-22 22:46:00 +01:00
Chaoscaot 2f34369756 Fix SubMessage class 2024-12-22 22:27:30 +01:00
Chaoscaot aaa808f90f Add Some Fixes and Improvements 2024-12-22 21:57:54 +01:00
Lixfel 793fc31b5c TechHider refactoring, simple Blocktagging 2024-12-21 16:53:49 +01:00
Chaoscaot d08ccc3a98 Fix Everything 2024-12-21 12:30:39 +01:00
Chaoscaot 06eec10660 Fixes... 2024-12-08 23:18:32 +01:00
Chaoscaot 0134ef1f61 Maybe, Fix Schematics Readers 2024-12-03 22:43:14 +01:00
Chaoscaot 990a59ae72 Hotfix: Fix 1.21 Schematic Writer (again?) 2024-12-01 23:44:08 +01:00
Chaoscaot 0153910402 Hotfix: Fix 1.21 Schematic Writer (again) 2024-12-01 23:39:00 +01:00
Chaoscaot e61466e390 Hotfix: Fix 1.21 Schematic Writer 2024-12-01 23:32:04 +01:00
Chaoscaot 2788670bbb Hotfix: Replays (Again Again Again!) 2024-12-01 22:46:44 +01:00
Chaoscaot 2ea8c93961 Hotfix: Replays (Again Again!) 2024-12-01 22:41:36 +01:00
Chaoscaot dfe7c389f6 Hotfix: Replays (Again!) 2024-12-01 22:36:12 +01:00
Chaoscaot 7140fbb1a0 Hotfix: Replays 2024-12-01 22:31:47 +01:00
Chaoscaot 66d417a210 Remove Now Unused Wrappers 2024-12-01 22:01:59 +01:00
Chaoscaot e16410fd65 Hotfix: Fix BountifulWrapper9 (hopefully) 2024-12-01 21:54:59 +01:00
Chaoscaot a009c841b1 Fix: getOpenInventory 2024-12-01 20:13:12 +01:00
Lixfel bf21d7ee90 Fix 1.20 Baus 2024-12-01 19:58:27 +01:00
Lixfel 851904beac Fix 1.20 Baus 2024-12-01 19:57:59 +01:00
Chaoscaot a4d5850555 Hotfix: SimulatorBaseGui InventoryView 2024-12-01 19:40:07 +01:00
Lixfel e24f108d90 Merge pull request 'Fix JsonParser.readString unavailable in 1.15-' (#62) from SpigotCore/JsonParser into main
Reviewed-on: https://steamwar.de/devlabs/SteamWar/SteamWar/pulls/62
Reviewed-by: Chaoscaot <chaos@chaoscaot.de>
2024-12-01 19:09:31 +01:00
Chaoscaot b041a50abb Remove Unused Replace 2024-12-01 18:56:21 +01:00
Chaoscaot 47cca70d95 Fix Particle 2024-12-01 17:12:48 +01:00
Chaoscaot 37072b1f49 Fixes... 2024-12-01 17:06:35 +01:00
Chaoscaot 7927a195d6 Fix REntity for 1.15.2-1.21.3
<1.15.2: Untested
2024-12-01 11:39:23 +01:00
Chaoscaot 41233b7710 Merge branch 'main' into 1.21.3
# Conflicts:
#	SpigotCore/SpigotCore_Main/src/de/steamwar/core/WorldEditWrapper.java
2024-11-30 21:37:45 +01:00
Lixfel 8e2cca854e Fix JsonParser.readString unavailable in 1.15- 2024-11-29 14:59:53 +01:00