FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

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

commented

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

  1. Download the plugins:
    a. Paper
    b. FAWE
    c. WorldGuard
  2. 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

Anything else?

No response

commented

This can be ignored. There is no way to remove this message and it is not an issue.

commented

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 ]

commented

Re-created: #1896 to address this.