- Fixed an error that would occur when a player tries to use a command button they do not have permission for. This issue was caused by a missing "no-permission" message in messages.yml.
Configuration Update
Delete messages.yml and restart your server to allow it to regenerate, OR add the following line into the file and change "config-version" at the top to 5.
Code (YAML):
# If the player does not have permission to use the command button.
# %permission% - The required permission
no-permission
:
"&cYou do not have permission to use this button! Required: &e%permission%"