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
As a operator (/op) or as a person with ecs.admin / ecs.admin.view permission, you will always open a chest in admin view. In admin view you can buy/sell stuff to yourself and access other players settings/shop storage. This might not be wanted when recording a video or testing shops as a player. Here /ecsadmin toggleadminview comes into play.
Implementation
Implement a command to toggle admin view on and off (on by default).
Make sure the data is stored somewhere save like the database or a config file. This is data that will not change too often and not too many people are going to access it. Therefore a config file would work just fine. Using the default config is possible, however discussable as this is a setting for individuals, rather then server configurations, which means it's kinda out of place in the standard config.yml. Perhaps usersettings.yml or adminsettings.yml? If unsure comment on this issue and we'll come and discuss this.
The text was updated successfully, but these errors were encountered:
Short Description
Implementation
The text was updated successfully, but these errors were encountered: