General Options

This page was last updated for version v1.2.0

Description

You can change many behaviours of TrParticles via config.yml.

Options

# Translations locale (default=EN)
locale: EN

# Toggle notifications (default=false)
# Players can disable notifications for themselves even if 'notifications' is enabled
# If you set 'notifications' to false, it will always be disabled for all players
notifications: false

# Toggle auto-update configurations (default=true)
# Disable this setting if you don't want your configurations to update automatically
# If you set 'auto-update-configurations' to true, outdated files will automatically back up and be replaced with newer versions of it
auto-update-configurations: true

# Toggle effect permission check (default=true)
# If this setting is enabled, players will be checked when the following events occur whether they have permission when they're using the TrParticles effects
# In other words, if this option is disabled, players will only be checked when they're selecting an effect on GUI or selecting an effect with the "/tre select" command
# Event list:
# -player joining server
# -selecting effect for other players (admin command)
# -reloading plugin
# Tip: Disable this setting if you want to select an effect for players from the console and let them use the effect even if they don't have the required permission
always-check-effect-permission: true

# Toggle colored error logs (console)
# If this setting is enabled, faulty parts will be underlined and highlighted in a different color
colored-error-logs: true

# Toggle chat logs
# If this setting is enabled, errors/warns will also be sent to in-game chat
chat-logs: true

Last updated