Maddy Miller

Results 180 comments of Maddy Miller

The reply to the issue in 2023 was about someone using an incompatible version of WE (the unrelated error that was brought up) Only the original poster of that old...

WorldEdit gets the seed straight from the world itself, so the only way it could be generating with the wrong seed is if Multiverse is not actually saving the seed...

Don't lie on the issue template. It sounds like either: * You're in the wrong reorder mode (eg, not in `//reorder fast`) * The mod is storing data in a...

Regarding the alternative you mentioned - you can just mask it out to a block like structure_void, which is actually done by default in 7.3. That resolves any issue where...

> if i attemt to download worldedit it leads me to the download for 1.19.3, no matter what 1.19 version click on That sounds like an issue on your end,...

I can move adding to the visitedPipes list to after the check to allow this, it was originally just done for performance reasons. What are the further changes you're referring...

This PR renames the plugin and heavily alters formatting away from the style guide. Including a random dependency is also not something that should be done I also question if...

Renaming the plugin and modifying large amounts of the formatting are not acceptable to do in a PR, we have a style guide and renaming the plugin is an extremely...

It's also worth noting that this affects using multiple configurations from this plugin too. It prevents using both the flat `recommended` and `jsx-runtime` configurations at the time time for example,...

This looks like it's a bug with something else, CraftBook just performs a basic teleport using the Bukkit API, which explicitly cannot cause this. Try it with Paper instead of...