Thanks for taking on this plugin, I'd really like to use it but I know it has a problem at the moment with RaidableBases. I'm sure you'll get there in the end. :-)
On loading the latest version I noticed there's a new line in the config:-
"Player Data": false,
...but there's no mention of it in the documentation. Is this something that's working that we don't know about, or is it just a placeholder for something that's coming?
Player Data setting in configNot An Issue
PPlank
Thanks for taking on this plugin, I'd really like to use it but I know it has a problem at the moment with RaidableBases. I'm sure you'll get there in the end. :-)
On loading the latest version I noticed there's a new line in the config:-
"Player Data": false,
...but there's no mention of it in the documentation. Is this something that's working that we don't know about, or is it just a placeholder for something that's coming?
all the player data line dose in the config is to tell the plugin to save player data, leave it false or if you change it to true you will tell the plugin to not save player data. only reason its showing in the config is it's part of the ManualMode that I removed and unfortunately with bringing back part of the manualmode to fix player data not saving brang back the option in the config and so I renamed it to player data since its to do with that now and not Manualmode as most of the code for it is gone still.
Okay thank you. So leave it false and it saves the data, change it to true and it stops saving it. Gottit.