-
Notifications
You must be signed in to change notification settings - Fork 2
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
vaultsOnlyInTowns & maxTown/NationVaults configuration options #2
Conversation
It's normally ready to be merged, let me know if something is wrong. Also, I noticed that Gringotts is causing the server to freeze when someone is trying to claim a chunk, according to the thread dumps it appends because Gringotts is trying to retrieve OfflinePlayers by their name which checks against Mojang if the account is valid. See below for the thread dump. Thanks for your time 😄
|
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.
I like that <3
Port of nikosgram/gringotts#98
Option
vaults_only_in_towns
to force player to put nations and towns vaults in town claims, it can be any town. Defaults to false.Options
max_town_vaults
&max_nation_vaults
to limit the number of vaults per nations and towns. Defaults to -1 = no limit.It keeps track of the number of vaults via the MetaData API of Towny which allows storing per town/nation variables.