sk_region_enter()
LadyCailinBot opened this issue ยท 5 comments
CMDHELPER-3011 - Reported by wouter.ligt
I did see some similar issues but with no replies: http://youtrack.sk89q.com/issue/CMDHELPER-2691
I think it would be cool to have something like a sk_region_enter() and sk_region_leave() event in the API, not sure how easy/hard this is to add, but still.
Comment by PseudoKnight
That's what this does:
https://github.com/lukecfairchild/CHWorldGuard
It'll need to be updated to support WG6 sometime.
Comment by wouter.ligt
I heard about this in the chat but they couldn't find the source,
Thnx!
Ill see how far it works with WG6
Comment by EarlyReflex
Please re-validate this issue/request (or CMDHELPER-2691: sk_region_change event). The CHWorldguard extension (https://github.com/lukecfairchild/CHWorldGuard) is not really working properly and we cannot submit bug reports for it.
Comment by PseudoKnight
It depends on a plugin, so it won't go in the CommandHelper core. I've been working on an update for CHWorldGuard's region change event but it'll require a fair bit of testing, since it depends on at least 4 events and to make sure WG and it don't conflict. Ideally I could register a new session handler in WG, but that's not accessible as far as I can tell. So I basically have to have the extension do the same work WG is doing.