You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cossacksman edited this page Feb 17, 2017
·
1 revision
Options
Options are like configs but they are set using a permissions plugin and support custom values for players and/or groups.
Options can also be defined in specific contexts (server, world, claim, etc) when supported by your permissions plugin.
Available Options
Option
Value
Description
stickychunk.max-personal
Default:0 Accepts an integer
The maximum of personal persistent chunks a user can have at any one time.
stickychunk.max-world
Default:0 Accepts an integer
The maximum of world persistent chunks a user can have at any one time.
stickychunk.world-duration
Default:-1 Accepts an integer
The maximum amount of time, in minutes, a world-persistent chunk can remain loaded for without the user logging in. *The default value is unlimited
###Examples (LuckPerms)
lp group default meta set stickychunk.max-personal 32-> users will have 32 maximum personal-persistent chunks
lp group default meta set stickychunk.max-personal 64-> users will have 64 maximum world-persistent chunks
lp group default meta set stickychunk.world-duration 60-> user's world-persistent chunks will remain loaded after they sign out for 1 hour.