Irmo van den Berge

Results 232 comments of Irmo van den Berge

Well I cant really go change that and get rid of /world as it would break it for people. In general I recommend people stick with /mw to avoid ess-ex...

Kind of late, but there is a /mw netherportal mode vanilla which would disable myworlds handling nether portals unless they have [portal] signs near, which should fix that. Obviously that...

That in of itself might also be a sign that its difficult to do. MyWorlds might be doable though, if I strip down features in bkcommonlib when run on folia

This is due to this line in TC: `packet.write(PacketType.IN_STEER_VEHICLE.unmount, false);` Ill need to rewrite it to instead create a new packet and cancel the original one. This is because since...

https://ci.mg-dev.eu/job/BKCommonLib/1828/ https://ci.mg-dev.eu/job/TrainCarts/1620/ Youll need to update both

Extra details: The main issue is that it registers signs in the neighbouring block mapping (so that redstone changes near the sign properly activate the sign). But it does this...

Some fixes have been made ( https://ci.mg-dev.eu/job/TrainCarts/1629/ ) so that non-traincarts signs by default don't go through all of the by-block registration for redstone handling and such. It also no...

You're using JDK 17, but the WorldEdit plugin requires JDK 21 or newer. Try switching to java 21 to see if the problem goes away.

Looks like its going wrong because that plugin is casting the field to its hidden implementation HashMap rather than the field type, Map. The easiest would be if they simply...