marcelo-mason / SimpleClans

Full featured Clan system for Minecraft
http://dev.bukkit.org/server-mods/simpleclans/
50 stars 59 forks source link

Fee on profile + message on wrong value #529

Closed TomLewis closed 5 years ago

TomLewis commented 5 years ago

Ive searched the code and I cant find a way to enable to crew fee, they can set it with /crew fee set 5, it saves this in the database and gives them the message its set and sets a bb message, but when you /crew fee check its saying its Disabled but the fee number is set. I looked in the database and I can see that fee_enabled is 0 for the crew, are fees automatically enabled if its not 0? or is there a command to enable/disable? I cant figure it out.

RoinujNosde commented 5 years ago

To enable, you use /clan toggle fee (https://github.com/marcelo-mason/SimpleClans/wiki/Member-Fee).

TomLewis commented 5 years ago

Brilliant that toggle worked, I just noticed its actually in the /crew when you don't put a variable, no idea how I missed it. Thanks. If I come across any other weird behavior I will post in here too.

RoinujNosde commented 5 years ago

Thanks for the feedback