Level proxy should handle entities, allowing them to be included in history
me4502 opened this issue ยท 0 comments
WorldEdit Version
7.3.0-SNAPSHOT
Platform Version
Paper version git-Paper-510 (MC: 1.19.4)
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
The LevelProxy system in use to track changes made to the world by generation related commands currently doesn't handle entities. This means if a generation creates them, undo/etc will have no effect.
Expected Behavior
The LevelProxy system should track entities
Reproduction Steps
- ...
- ...
Anything Else?
No response