
Public/private warp limits resetting
ManMoobs opened this issue ยท 10 comments
Might i add, it doesnt really reset the values rather the plugin doesnt recognize the limits set and just uses default values.
Yeah, I'm getting this same error with B125, all my plugins are current, my permissions plugin (zPermissions) is supported by vault, limits are configured, i have the permission nodes set in lexicographical order like the wiki said, the warp limits just stay at the defaultLimit configuration.
you can change the limits for the default value, it's just that when you add custom limits and permissions, no matter what it uses the default limit.
Config:
http://pastebin.com/m1kYSZx0
I cannot reproduce this. Is it the default limit that does not accept custom values or are custom limits using the values configured for the default limit?
Could you send me your configuration file?
Also could you test if the problem is fixed by downgrading to build 120? With build 121 I changed some things in the way the configuration is handled on Bukkit, maybe this this causes your problems.
@ManMoobs This happens because you did not configure the custom bundles properly. They need to be indented below the configuredTimers
and you need to remove the brackets like so:
configuredLimits:
b_vip:
totalLimit: 5
publicLimit: 5
privateLimit: 5
a_prime:
totalLimit: 10
publicLimit: 10
privateLimit: 10
You can find a fixed version of your configuration file here.
@Terminologies Could you please check if your problem is also caused by a mal formatted configuration file? Feel free to post it if you need help.
Worked, 100% thank you very much. However, while it does show no brackets after configuredLimits in the wiki, maybe you should update the wiki to be more clear about it, because that was my mistake, I didn't know what it they were for and what I should do with them, therefore left them alone.