"Ranked Ladder": {
"Award Top X Players On Wipe": 3,
"Enabled": false,
"Group Name": "",
"Permission Name": ""
It still creates a group treasurehunter somehow but idk where and why
It keeps adding oxide group
Its part of the plugin. it does not show up in chat but you could use it for permissions in permission manager as an extra reward. it will keep a record ladder for the treasure hunters for each wipe/ lifetime
Yeah but I dont want a plugin to create usergroups if its not selected because it looks messy i rather only have default and admin
You could always read the documentation
- Award Top X Players On Wipe (default: 3)
- Enabled (default: true)
- Group Name: treasurehunter
- Permission Name: dangeroustreasures.th
heya, this is not intended. delete these lines from the .cs
if (string.IsNullOrEmpty(config.RankedLadder.Permission)) config.RankedLadder.Permission = "dangeroustreasures.th";
if (string.IsNullOrEmpty(config.RankedLadder.Group)) config.RankedLadder.Group = "treasurehunter"; pookins
You could always read the documentation
- Award Top X Players On Wipe (default: 3)
- Enabled (default: true)
- Group Name: treasurehunter
- Permission Name: dangeroustreasures.th
You could always read the very first post of the thread
nivexheya, this is not intended. delete these lines from the .cs
if (string.IsNullOrEmpty(config.RankedLadder.Permission)) config.RankedLadder.Permission = "dangeroustreasures.th"; if (string.IsNullOrEmpty(config.RankedLadder.Group)) config.RankedLadder.Group = "treasurehunter";
This makes sure the usergroup isn't created when it's not selected? Why not simply update the plugin? It doesn't make sense to create an usergroup if players don't want to use the usergroup feature anyway. Like in stuff like permission manager etc it just looks cluttered.
it will be updated. like I said, it was not intended.
Thanks so much!