Skip to content

Permissions

ElitoGame edited this page May 28, 2023 · 1 revision

Permissions

Use a permission handling plugin like LuckPerms to easily manage complex permission structures.

Permissions Description
Admin Permissions
ecs.admin This is the base permission command and overrides all following admin permissions. Hand it out with care!
ecs.admin.create Allows the creation of admin shops. Make sure you only hand this out to players you trust not to ruin your economy and who actually need it.
ecs.admin.remove This permission is required to be able to remove admin shops, but it also allows the permission holder to remove any player shop!
ecs.admin.reload Allows reloading the plugin, which is mainly useful when you've made changes to the .yml files!
ecs.admin.view Admin view allows permission holders to open shops in admin view, which makes it possible to access shop inventories regardless of if the player owns the shop or not.
ecs.admin.transfer This command allows admins to transfer the shop ownership to another player.
Command Permissions
ecs.checkprofits CheckProfits is not an essential feature of ECS, so some servers might want to lock it behind a permission wall as a reward. If this case, you can use this permission!
Limiter Permissions
ecs.shops.hologram.messages.limit.[amount] Limits the amount of custom Hologram messages a player can have at the same time.
ecs.shops.hologram.messages.lines.[amount] Limit the amount of available lines to edit. Between 1-4.
ecs.shops.limit.[amount] Limit the amount of shops a player can create in total.
Clone this wiki locally