Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7+216b061 which is not a depend or softdepend of this plugin
SavageCore opened this issue ยท 3 comments
Server Implementation
Paper
Server Version
1.19
Describe the bug
The following warning is displayed on server start:
[16:20:00 WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7+216b061 which is not a depend or softdepend of this plugin.
Incomplete existing issue #865
To Reproduce
- Download the plugins:
a. Paper
b. FAWE
c. WorldGuard - Run server
Expected behaviour
No warning is printed
Screenshots / Videos
No response
Error log (if applicable)
https://paste.gg/p/anonymous/0d3ae6730a794d488b44fc85e56aba3f
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/001f6c5153be4eb0b3ea5c3d0ca59581
Fawe Version
FastAsyncWorldEdit version 2.3.1-SNAPSHOT-208;cb6e200
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
This can be ignored. There is no way to remove this message and it is not an issue.
This can be ignored. There is no way to remove this message and it is not an issue.
FYI. I fixed this in your plugin simply by adding WorldGuard to the plugin.yml softdepend list...
Going from: softdepend: [ Vault ]
To: softdepend: [ Vault, WorldGuard ]
Re-created: #1896 to address this.