Post 2 in gamemode spectator
josephjthomas opened this issue ยท 3 comments
WorldEdit Version
WorldEdit version 7.2.7-SNAPSHOT+5938-6008fe7
Platform Version
git-Paper-262 (MC: 1.17.1)
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit 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
If you are in gamemode spectator and hold the selection wand, a right click selects a position.
Expected Behavior
Don't select position two in spectator mode, position one isn't selected either. Very inconvenient if you want to check a player's chest and select it accidentally.
Reproduction Steps
- //wand
- /gamemode spectator
- Rightclick something
Anything Else?
No response
Is /tool none
not sufficient for fixing this? I don't see any reason to add gamemode-specific state.
Or, even better, you could just configure your permissions plugin to drop the permission when in spectator mode.