Reclaim
How to configure the Commands.Reclaim section of the config.yml
Last updated
How to configure the Commands.Reclaim section of the config.yml
Last updated
Many servers wish to offer a /reclaim option for ranked players to gain back previously bought keys and in gam items from the past purchase. You can do this with the reclaim section of the plugin
Given YAML files use the "." key as permissions, it is not possible to use this within the configuration.
To combat this, change the period character to an underscore when placing your variables as the keys. This allows you to use default permissions which groups already have.
In the example above, all Dragon rank members would have the group.dragon permission. To use this with our reclaim, it becomes "group_dragon". ServerTools will correctly swap the underscore back to a period as needed.