๐Ÿ’š
Treasure Particles
  • Home Page
  • Discord Server
  • Download
    • ๐ŸงกBuiltByBit
  • Effects
    • Basic Usage
    • Creating Effect
      • Caching
      • Variables
      • Tick Handlers
        • Events
        • Mixer Options
      • Script Types
        • Variable
        • Variable Cycle
        • Particle
          • Single Particle
          • Circle Particle
            • Spread Particle
            • Targeted Circle Particle
          • Spiral Effects
            • Spiral Particle
            • Multi Spiral Particle
            • Full Spiral Particle
          • Targeted Particle
          • Sphere Particle
          • Text Particle
            • Animated Text Particle
          • Particles
          • Color Format
        • Parkour
        • Condition
        • Preset
        • Sound
        • Message
          • Chat Message
          • Action Bar Message
          • Title Message
        • Lightning
        • Others
    • Presets
    • Mixer
    • Static Effects
  • Colors
    • Adding New Color Scheme
    • Adding New Color Group
  • Configuration
    • General Options
    • Database
    • Permissions
    • GUI Config
      • Item Properties
  • Translations
Powered by GitBook
On this page
  • Description
  • Options
  1. Configuration

General Options

This page was last updated for version v1.4.1

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

# Interval of auto-saving players data (default=10)
# Set this setting to 0 if you want to disable auto-saving players data
auto-save-interval: 10 # Minutes

# 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
PreviousAdding New Color GroupNextDatabase

Last updated 3 months ago