Warning:
You would have to delete your current config.yml file.
Features:
Decide if command is tab-completable or executable only
Code (Text):
Allow command execution only: [CMD]
Allow command tab-completion only: [TAB]
Example:
"[CMD]cmi tpa"
tpa
Simplified sub-argument integration
Code (Text):
No need to add the base command of a command anymore.
Old:
help
help Minecraft
To:
help Minecraft
New variables for sub-arguments
Code (Text):
%hidden_online_players% = Online players (Removed from tab-completion)
%online_players% = Online players
%hidden_players% = Registered players (Removed from tab-completion)
%players% = Registered players
%numbers% = Numbers, such as 1000 or 1.000
Example:
"tpa %online_players%"
"sell %numbers%"
New Custom-Response action
Code (Text):
Execute player command:
Syntax: execute::command
Example: execute::help
Auto command lowercasing
Code (Text):
Lowercases executed commands like "/HeLp" "/help"
Improve Config-Auto-Updater
Code (Text):
Added several options to rather automatically update the config entirely,
or just announce missing features. A tutorial on how to read the missing
parts will be generated automatically as well.
Disable PAT on certain servers:
Code (Text):
disabled-servers:
server-with-no-pat
Better PAT Command Syntax for Sub-Arguments
Code (Text):
Example:
You want to add "help Minecraft" to the PAT list:
/(b)pat add "help Minecraft" <group
Added support for auth-tokens to be read using an ENVIRONMENT VARIABLES instead
Code (Text):
Proxy:
load-from-env:
enabled: false
name: PAT_TOKEN
token: ...
------------------------------------
Backend:
handle-through-proxy:
...
load-from-env:
enabled: false
name: "PAT_TOKEN"
PAT can run alone on Bungeecord now
[/code]
But for specific sub-arguments, PAT needs to be installed on all backend servers again.
[/code]
Added PAPI support for CustomProtocolPing feature (Caches for 1s on every call)
Fixes:
- Improved performance
- The bugs from the
Github wiki in case 1 has been fixed
- The bugs from the
Github wiki in case 2 has been fixed
- Fixed Bungeecord issue where proxy commands were not shown up in tab-completion
- Fixed minor
1.21.5 - 1.21.8 support issues
- Fixed
Folia incompatibility
- Fixed
memory issues for Bungeecord networks and their backend servers
- Fixed
%players% placeholder in the Custom-Protocol-Ping feature
- Fixed issues regarding proxy group commands