configuration/config.yml

Main configuration of PulseChat

This is the global configuration of PulseChat which you can find in the "config.yml" inside the main plugin-directory.


profile
The profile to be loaded. Two example profiles are shipped with the download.
profile-directory
The directory where the profiles are stored. Each subdirectory represents a single profile.
enable-channels
Do you use channels. If you don't, you can disable them here.
addon-directory
PulseChat can be extended using addons. The addons are like plugin but they are loaded with PulseChat and don't have dependencies for a particular server-platform.
tick-configuration
In which way should ticks be fired. You usually don't wan't to change this configuration.
Read the "docs/TickExecutor.yml" document to read all implemented tick-configurations.
log-directory
The directory where logs are stored. Only used by the LogSink (a component of PulseChat)
platform
Contains configurations specific for bukkit.
platform.tick-repeating-time
You don't want to change this.
platform.format-cache-configuration.cache-time
How long should player information be cached?
Has no effect when "tick-configuration" contains the standard configuration.
platform.permission-cache-configuration
How long should permissions be cached.
Has no effect when "tick-configuration" contains the standard configuration.
messages.stack-size
How long is the longest component chain a component is allowed to pass.
messages.max-cycle-size
How long often is a message allowed to pass the same component.
Values smaller than 0 disable the check.

Comments

Posts Quoted:
Reply
Clear All Quotes