You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
When making a plugin that needed FactionsPro support, I found that using inOwnPlot provided some unexpected results, whenever I was in outside of a factions, it returned true, but when I created a faction, it would return false.
The workaround I used is isInFaction and inOwnPlot together
The text was updated successfully, but these errors were encountered:
Thanks for pointing that out - the plugin itself checks that the player is in a faction before ever calling inOwnPlot, but when called externally you'd have to do it yourself. Fixed in next update.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When making a plugin that needed FactionsPro support, I found that using inOwnPlot provided some unexpected results, whenever I was in outside of a factions, it returned true, but when I created a faction, it would return false.
The workaround I used is isInFaction and inOwnPlot together
The text was updated successfully, but these errors were encountered: