Bug Fixes & Improvements: + Upgrade of / stc reload
+ Complete change of configuration file
+ Changes to /stc add/remove commands (see plugin page)
New Additions: + additions of permission groups
+ Possibility of blocking or not access to the commands listed with error message
/!\ Changing the config file !!!
New Config :
Code (YAML):
# 1 : The orders placed are the orders that will be blocked # 2 : The orders placed are orders that will not be blocked Mode: 2
# If true, disable the permission/prohibition of use system on commands that are no longer tabular permissionOff: false
# "" to leave empty message: "&9Select&3Tab&acompleter&7: &fYou do not have authorization !"
# Order by group with permission stc.[group] # Example: stc.defaults Groups:
defaults:
Commands: - help
- msg
- r
- tell
- tpa
- tpaaccept
- back
- rules
modos:
Commands: - '?'
- pl
- plugins
- ver
- version
Bug Fixes & Improvements: + Changed how the full plugin reload and / stc reload work.
I cannot reload the cache of the minecraft completor tab. You therefore disconnect / reconnect to see changes (except permissions which are changed immediately).
+ optimization of mode changes and bug fixed on the / stc reload which did not change the mode.
+ Permission level bug, it's : stc.admin
This new update makes additional important observations !
• 1 : When you remove / add an order, the
permission is changed immediatelybut you have to log out / log back in to see a change on the completor tab.
• 2 :I do not guarantee operation on 100% of the plugins !!! Each plugin has its own command management and sometimes it is done so that we cannot modify their operation. The same goes with aliases which don't always seem to work.
• 3 :The /stc reload command is only used to change the mode ! You can add commands directly in the config.yml, the modification will be immediate (without forgetting the observation n ° 1).
Using it for nothing can cause bugs.
Bug Fixes & Improvements: + Commands with arguments such as / msg <playerName> <message> were not blocked or vice versa. The problem is fixed and all orders should be impacted as they should.
New Additions: + There are now two modes:
--> Block and hide the commands you want by writing them in the config.yml
--> Show eta only allow the commands you want by writing them in the config.yml
/!\ Changing the config file !!!
New Config :
Code (YAML):
# 1 : The orders placed are the orders that will be blocked # 2 : The orders placed are orders that will not be blocked Mode: 1
message: "&9Select&3Tab&acompleter&7: &fYou do not have authorization !" commands: - '?'
- pl
- plugins
- ver
- version
Bug Fixes & Improvements: + debug authorization
+ complete modification of the locking system
New Additions: + added command / stc add and command / stc remove to add and remove directly in game.
NB: By using this function, the permission message and the command will be blocked but a restart is necessary to remove the command from the TabCompletor
Bug Fixes & Improvements: + Order test optimization
+ File optimization
New Additions: + Possibilities to modify the prohibition sentence
- Removal of the reload command for a better alternative
+ permission to bypass the block : selectortab.admin