2019-01-23 09:57:06 +00:00
|
|
|
global:
|
2020-02-16 17:46:13 +00:00
|
|
|
# Sets whether the plugin should write a list of installed plugins in a txt file.
|
|
|
|
# It can be useful if some other software needs to know the plugins.
|
2019-02-11 21:44:53 +00:00
|
|
|
writePluginList: true
|
2020-02-16 17:46:13 +00:00
|
|
|
# Print some debug information.
|
2019-07-12 15:37:27 +00:00
|
|
|
test: false
|
2020-02-16 17:46:13 +00:00
|
|
|
# The chat format to use for messages from other platforms if Chroma-Chat is not installed.
|
2019-07-12 15:37:27 +00:00
|
|
|
chatFormat: '[{origin}|{channel}] <{name}> {message}'
|
2019-01-23 09:57:06 +00:00
|
|
|
components:
|
2020-02-16 17:46:13 +00:00
|
|
|
# Downloads plugin updates built from their source using JitPack - doesn't work anymore
|
2019-01-23 09:57:06 +00:00
|
|
|
PluginUpdaterComponent:
|
|
|
|
enabled: true
|
2020-02-16 17:46:13 +00:00
|
|
|
# Provides commands such as /schrestart (restart after a countdown) and /primerestart (restart when nobody is online)
|
2019-01-23 09:57:06 +00:00
|
|
|
RestartComponent:
|
|
|
|
enabled: true
|
2020-02-16 17:46:13 +00:00
|
|
|
# Manages chat channels. If disabled, only global channels will be registered.
|
2019-01-23 09:57:06 +00:00
|
|
|
ChannelComponent:
|
|
|
|
enabled: true
|
|
|
|
g:
|
|
|
|
enabled: true
|
2019-08-19 00:12:51 +00:00
|
|
|
IDs: []
|
|
|
|
displayName: §fg§f
|
2019-01-23 09:57:06 +00:00
|
|
|
color: White
|
|
|
|
a:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
mod:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
2019-09-30 07:13:25 +00:00
|
|
|
displayName: §9MOD§f
|
|
|
|
color: Blue
|
2019-01-23 09:57:06 +00:00
|
|
|
dev:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
2019-09-21 15:50:17 +00:00
|
|
|
displayName: §6DEV§f
|
|
|
|
color: Gold
|
2019-01-23 09:57:06 +00:00
|
|
|
red:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
orange:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
yellow:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
green:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
blue:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
purple:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
|
|
|
tc:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
2019-09-21 15:50:17 +00:00
|
|
|
displayName: §3TC§f
|
|
|
|
color: DarkAqua
|
2019-01-23 09:57:06 +00:00
|
|
|
nc:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
2019-09-30 07:13:25 +00:00
|
|
|
displayName: §6NC§f
|
|
|
|
color: Gold
|
2019-01-23 09:57:06 +00:00
|
|
|
rp:
|
|
|
|
enabled: true
|
|
|
|
IDs: []
|
2020-02-16 17:46:13 +00:00
|
|
|
# Teleport player to random location within world border.
|
|
|
|
# Every five players teleport to the same general area, and then a new general area is randomly selected for the next five players.
|
|
|
|
# Author: github.com/iiegit
|
2019-01-23 09:57:06 +00:00
|
|
|
RandomTPComponent:
|
2019-09-21 15:50:17 +00:00
|
|
|
enabled: false
|
2020-02-16 17:46:13 +00:00
|
|
|
# Allows giving a 'member' group over some time elapsed OR played.
|
2019-01-23 09:57:06 +00:00
|
|
|
MemberComponent:
|
|
|
|
enabled: true
|
2019-07-12 15:37:27 +00:00
|
|
|
registeredForDays: 7
|
|
|
|
playedHours: 12
|
2019-08-19 00:12:51 +00:00
|
|
|
memberGroup: member
|
2020-02-16 17:46:13 +00:00
|
|
|
# Automatically renames Towny players if they changed their Minecraft name
|
2019-01-23 09:57:06 +00:00
|
|
|
TownyComponent:
|
|
|
|
enabled: true
|
2020-02-16 17:46:13 +00:00
|
|
|
# Do not use (EULA)
|
2019-07-12 15:37:27 +00:00
|
|
|
VotifierComponent:
|
|
|
|
enabled: true
|
|
|
|
rewardAmount: 0.0
|
2020-02-16 17:46:13 +00:00
|
|
|
# Provides a /spawn command that works with BungeeCord. Make sure to set up on each server.
|
2019-08-19 00:12:51 +00:00
|
|
|
SpawnComponent:
|
|
|
|
enabled: true
|
|
|
|
targetServer: ''
|