-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Serializer for WorldGuard regions not found #9
Comments
I believe this issue was related the SkriptLang/Skript#3185 |
Issue is still present in 2.5-beta1. About SkriptLang/Skript#3185, which commit fixed it? I can only find the commit that disabled the feature that caused the issue (SkriptLang/Skript@50ae1d5#diff-fa072974f44e81d7b12a1332af9f1f95), not the one that fixed it |
Yeah nothing actually "fixed" that issue, we just disabled the stuff that caused that issue. Im not able to replicate the issue. Are you by any chance running FAWE's WorldGuard? |
I'm running paper 385 (1.15.2), worldedit 7.1.0, worldguard 7.0.3, Skript 2.5-beta1 |
Ok I CAN replicate this issue. |
Isn't the "waiting for reply" label supposed to be removed? :) |
Not sure if this issue will occur with this addon - will need to verify |
I remember in the past with skript using |
This issue appears to be resolved. I was able to set a variable to region, restart the server, and use the variable as expected. |
Description
WorldGuardRegion
s can't be serialized even though it should be able to (WorldGuardHook.WorldGuardRegion
extendsRegion
which extendsYggdrasilExtendedSerializable
). It looks likeYggdrasil#getSerializer(Class)
returnsnull
.Steps to Reproduce
Use
and enter a region.
Expected Behavior
No error and the variable is saved normally
Errors / Screenshots
https://pastebin.com/YRPWv6wj
Server Information
Additional Context
SkriptLang/Skript#3185 could be related / have the same underlying issue
The text was updated successfully, but these errors were encountered: