-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Update & Fix TownyFeature support. #2279
Update & Fix TownyFeature support. #2279
Conversation
Adds support for TrustedResidents in townblocks and towns, Replaces methods which throw exceptions. TrustedResidents are players which have been given specific rights to act as a townblock owner or town owner, as such they would be able to build/destroy in the areas that FAWE would be used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! I'm not a towny user, but if it helps the submitter of the issue, we'll surely get ahead with it.
This isn't going to solve things for that ticket, but it will get FAWE on par with modern Towny. |
I see, thanks for the explanation! |
This commit changes the TownyFeature from only affecting blocks between y level 0 and 150, changing it to support the lower and upper bounds of the WorldCoord (top to bottom of the world.)
Happy update: the FAWEMask will now be made to the correct size with this update. So you should see far less reports of Towny not working (it was only working the magical space between 0 and 156y.) |
Overview
Adds support for TrustedResidents in townblocks and towns, Replaces methods which throw exceptions.
Closes #2249
Description
TrustedResidents are players which have been given specific rights to act as a townblock owner or town owner, as such they would be able to build/destroy in the areas that FAWE would be used.
Also Closes #2249 by doing the following:
y level 0 and 150, changing it to support the lower and upper bounds of
the WorldCoord (top to bottom of the world.)
Submitter Checklist
@since TODO
.