Pages » Sunlight » Core » Config
core:
command-aliases: sunlight,sl
lang: en
prefix: SunLight
data:
# Player data save interval (in minutes).
auto-save: 15
storage:
# Allowed: SQLite, MySQL.
type: sqlite
username: none
password: none
host: none
database: none
purge:
enabled: false
days: 60
general:
# Set this on true if you want to transfer data from Essentials.
essentials-convert: false
# Global time format.
time-format: 'h:mm:ss a'
# Commands settings.
commands:
# When true, plugin will unregister conflicting commands that has the same aliases in other plugins.
# Set this on false if your server crashed after the plugin load.
unregister-conflicts: true
# List of disabled plugin commands.
# Commands listed here will be completely disabled and have no effect on server.
disabled: []
# Command cooldowns (in seconds).
# Commands from other plugins are supported.
# Command aliases are auto detected for the listed commands.
cooldowns:
rtp: 60
# /back command settings.
back:
# List of worlds, where player can't teleport using /back command.
excluded-worlds:
- world1
- world2
# /tpa settings.
tpa:
# Teleport request timeout (in seconds).
timeout: 30
# Custom time aliases.
# Provide here your own time commands with in-game ticks.
time:
day: 0 # Registers a /day command that will set world time to 0 ticks.
night: 13000
# /nick command settings.
nick:
# Min. and Max. nick length.
max-length: 20
min-length: 3
# List of words that nick can not contain.
black-list:
- Admin
# /tell command settings.
tell:
# Sounds for private messages.
sounds:
out: UI_BUTTON_CLICK
in: BLOCK_NOTE_BLOCK_BELL
# /list command settings.
list:
# Custom format by ranks.
# Placeholders:
# - %players% - List of players of the rank.
rank-format:
Admins: '&4» &7Admins: &4%players%'
Users: '&f» &7Players: &f%players%'
# Total list format.
# Placeholders:
# - %[rank]% - Displays players from specified rank.
# - %players% - Total amount of players.
format:
- '&6&m &6&l[&e&l Player List &6&l]&m '
- '%Admins%'
- '%Users%'
- ''
- '&6There is &e%total% &6players online.'
- '&6&m '
# /god command settings.
god:
# List of worlds where /god will be disabled.
deny-in-worlds:
- 'world1'
- 'world2'
# /fly command settings.
fly:
# List of worlds where /fly will be disabled.
deny-in-worlds:
- 'world1'
- 'world2'
modules: {}
Information
Empty Block