All plugins try to load WorldEdit
josephjthomas opened this issue ยท 1 comments
WorldEdit Version
WorldEdit version 7.2.10-SNAPSHOT+6100-e2ab12c
Platform Version
git-Paper-216 (MC: 1.18.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
I updated WorldEdit today and every plugin attempts to load its soft dependency:
[22:08:15] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.10-SNAPSHOT+6100-e2ab12c
[22:08:15] [Server thread/WARN]: [LuckPerms] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.2.10-SNAPSHOT+6100-e2ab12c which is not a depend or softdepend of this plugin.
[22:08:15] [Server thread/WARN]: [Vault] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.2.10-SNAPSHOT+6100-e2ab12c which is not a depend or softdepend of this plugin.
[22:08:15] [Server thread/WARN]: [Essentials] Loaded class com.sk89q.worldedit.world.World from WorldEdit v7.2.10-SNAPSHOT+6100-e2ab12c which is not a depend or softdepend of this plugin.
Here is my full log: https://pastebin.com/zdY0azDa
Expected Behavior
Plugins which don't depend on or softdepend on WorldEdit shouldn't load it.
Reproduction Steps
- Download WorldEdit version 7.2.10-SNAPSHOT+6100-e2ab12c
- Install launch the server with other plugins installed
Anything Else?
No response