Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorldGuard Effects doesn't work on 1.16.5 #8

Open
TUCAOEVER opened this issue May 15, 2021 · 1 comment
Open

WorldGuard Effects doesn't work on 1.16.5 #8

TUCAOEVER opened this issue May 15, 2021 · 1 comment

Comments

@TUCAOEVER
Copy link

Effect like add ownere remove owner doesn't work on worldguard 7.0.4

@TheDGOfficial
Copy link
Owner

After tinkering with it, seems like we have to move into WorldGuard and WorldEdit v7 API (WorldGuard requires WorldEdit.. A decision made by WG developers that I pretty much don't like), and, since they require 1.13, we also have to move into 1.13 Bukkit API as well. And that would make it incompatible with 6.x versions if we not do this on another module (taking Skript's route), and I don't want to maintain two different versions of this fork for pre-1.13 and post-1.13 like WE/WG did.

This not an easy task and I don't know any known workarounds yet, but the root reason is that some classes required for both WorldEdit and WorldGuard hooks are removed from WorldEdit in v7.x. And SharpSK WE & WG hooks depend on those removed (WorldEdit) classes.

Considering all this stuff, this issue can be left open and I'll appreciate any pull requests but I'm not interested in updating SharpSK to 1.13+ API or WE/WG 7.x. I don't even use the add-on myself. I started this fork merely for fixing exactly one issue for one of my friends using this add-on, published here for others that may want to use and continued to fix some issues reported by other users afterwards.

All that said, you may want to use a different add-on for this specific functionality before it is fixed in SharpSK (can took forever), searching a little I found SkStuff, Skematic and Fawesk. They all claim functionality related to WorldEdit or FAWE but I'm not inspected their syntaxes so I don't know if they provide owner remove or owner add specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants