Skip to content

Permissions

Winter uses a straightforward permission system that gives you fine-grained control over who can access various features.


Command Permissions

All command permissions follow the pattern winter.command.X where X is the name of the subcommand.

PermissionDescription
winter.command.snowAccess to the /winter snow command
winter.command.helpAccess to the /winter help command
winter.command.reloadAccess to the /winter reload command

Tip

Replace "snow" with any other subcommand name to get the corresponding permission.

Chest Permissions

Winter implements several special chest types that require specific permissions to access.

PermissionDescription
winter.chest.giftAllows access to gift chests
winter.chest.datedAllows access to dated chests
winter.chest.timedAllows access to timed chests
winter.chest.adminAllows breaking chests from other players and bypassing restrictions

Administrator Permission

The winter.chest.admin permission should only be given to trusted staff members as it allows them to bypass restrictions and break other players' chests.

Permission Examples

Here are some example permission setups for different user roles:

Regular Players

winter.command.help
winter.chest.gift

VIP Players

winter.command.help
winter.command.snow
winter.chest.gift
winter.chest.dated
winter.chest.timed

Staff Members

winter.command.*
winter.chest.gift
winter.chest.dated
winter.chest.timed

Administrators

winter.command.*
winter.chest.*