/stack command doesn't work
crumpkatrina opened this issue ยท 6 comments
WorldEdit Version
7.2.11 Build 6232
WorldGuard Version
7.0.8 Build 2204
Platform Version
Paper 1.19.1 Build 91
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of WorldGuard compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
The /stack command does not seem to function at all, yet is listed here (https://worldguard.enginehub.org/en/latest/permissions/) as well as here (
Expected Behavior
Command to exist and function (?)
Reproduction Steps
- Use /stack
Optional WorldGuard-Report
No response
Anything Else?
No response
this affects everything in GeneralCommands, which is registered a tick late due to commandbook compat. presumably we can rip commandbook compat out nowadays, but given that we didn't change anything on our end this sounds like a server bug with how commands are handled. guessing upstream changed something at some point.
Either way it makes sense to report the fact that delayed registration fails to Paper, as that's a bug
presumably we can rip commandbook compat out nowadays
Is this something planned or should I report the issue upstream in Paper? Some of these commands are a bit critical to have working in my environment and it's a little late for me to downgrade now.
Is it just this that needs to be ripped out of WorldGuard to fix commands registering? As I don't think it is going to be fixed upstream anytime soon.