Messages
messages.yml
messages.yml
Path: plugins/InfiniteGUI/messages.yml
This file stores all user-facing text. You can translate or customize messages here.
Common Keys:
prefix
: Prefix added before messages if a message uses%prefix%
placeholder.error
: Generic error message.%error%
is replaced with actual error text.no_permission
: Shown when a player lacks required permission.%permission%
is replaced.plugin_reloaded
: Confirmation when/gui reload
is run.debug_message
: Format for debug logs in chat.
All keys can be referenced in GUIs, scenes, conditions, and events. Using placeholders:
%player%
replaced by playerβs name.%prefix%
replaced by prefix keyβs value.PlaceholderAPI placeholders also apply here if installed.
Last updated