Configuration
Below is the file containing the plugin configuration
config.yml
# _______________________________________________________________________________
#| ___________________________________________________________________________ |
#| | _____ __ _____ _ __ | |
#| | / ___/____ ___ ____ ______/ /_/ ___/___ _______ _______(_) /___ __ | |
#| | \__ \/ __ `__ \/ __ `/ ___/ __/\__ \/ _ \/ ___/ / / / ___/ / __/ / / / | |
#| | ___/ / / / / / / /_/ / / / /_ ___/ / __/ /__/ /_/ / / / / /_/ /_/ / | |
#| | /____/_/ /_/ /_/\__,_/_/ \__//____/\___/\___/\__,_/_/ /_/\__/\__, / | |
#| | /____/ | |
#| |__________________________________________________________________________| |
#|______________________________________________________________________________|
# lINK DISCORD: https://discord.com/invite/3jUQehzvHS
#--------------------------------------------------------------------------------
# Useful links section
# These links will be sent to both staff and players during SS sessions
links:
discord:
text: "&5&l[Discord]"
command: "https://discord.com/invite/3jUQehzvHS"
hoverText: "[Link Discord]"
anydesk:
text: "&c&l[anydesk]"
command: "https://anydesk.com/it/download-free-version"
hoverText: "[Link AnyDesk]"
teamviewer:
text: "&b&l[teamviewer]"
command: "https://www.teamviewer.com/it/"
hoverText: "[Link TeamViewer]"
# Report buttons configuration
# These buttons appear when viewing reports with /viewreports
# Available placeholders: %reported%, %key%
reportbuttons:
ss:
text: "&2[SS]"
command: "/ss %reported%"
hoverText: "Click to start SS with %reported%"
remove:
text: "&4[X]"
command: "/removereport %key%"
hoverText: "Click to remove this report"
ban:
text: "&c[BAN]"
command: "/ban %reported%"
hoverText: "Click to ban %reported% directly"
# Chat command buttons
# These buttons are sent to staff when starting an SS session
# Available placeholders: %player%
chatcommand:
- text: "&2&l[release Player]"
command: "/release %player%"
hoverText: "Click to execute /release command"
- text: "&4&l[Ban Player]"
command: "/ban %player%"
hoverText: "Click to execute /ban command"
# Command executed when a restricted player quits
# Available placeholders: %player%
quit-command: "kick %player% You have been kicked because you were in the restriction list!"
# Enable/disable multiple spawn points
# If true: multiple SS sessions can use different spawns
# If false: all SS sessions use the same spawn (first one configured)
multispawn: true
# Spawn configuration
spawn:
Last updated