# Eternal Matching by Eternal_Polar
# Welcome to my server MoonShu: mc520.xin
# Plugin discussion group: 983329726
# Author QQ: 2047752264
messages:
no-permission: "&7[&c!&7] &fYou don't have permission to use this command"
player-only: "Only players can execute this command"
open-usage: "&7[&c!&7] &fMissing second parameter: &7<&aroom name&7>"
reload-success: "&7[&c!&7] &aConfiguration reloaded successfully"
room-gui-not-found: "&7[&c!&7] &fSpecified room GUI not found"
room-not-found: "&7[&c!&7] &fSpecified room not found"
server-unavailable: "&7[&c!&7] &fThis server is currently unavailable"
server-connecting: "&7[&c!&7] &fConnecting to server..."
refresh-message: "&7[&c!&7] &fServer list refreshed"
auto-match:
room-not-found: "&7[&c!&7] &fRoom '{room}' not found"
no-available-servers: "&7[&c!&7] &fNo available online servers in room '{room}'"
connecting: "&7[&c!&7] Connecting &f{server}"
click-to-join: "&eClick to join"
click-to-try-offline: "&6Click to try connecting (offline server)"
click-to-try-unknown: "&6Click to try connecting (status unknown)"
try-connect-offline: "&7[&c!&7] &fAttempting to connect to offline server: {server}"
try-connect-unknown: "&7[&c!&7] &fAttempting to connect to server with unknown status: {server}"
global:
# Server connection timeout (milliseconds)
server-timeout: 5000
# Whether to avoid placing items at GUI edges
avoid-edge-items: true
# Number of servers displayed per row
servers-per-row: 7
# Whether to skip failed servers
skip-failed-servers: false
server-check:
# Whether to parse player count
parse-player-count: true
# Whether to enable MOTD check (recommended to enable)
enable-motd-check: true
allow-connect:
offline: false # Whether to allow teleport to offline servers
unknown: false # Whether to allow teleport to servers with unknown status
Allow-CommandListForDefault: false # Disable command display for players
# Title format: title|subtitle|fadeIn|stay|fadeOut|delay
# Sound format: sound_type:volume:pitch:delay
# All time parameters are in ticks (20 ticks = 1 second)
# Sound list: https://helpch.at/docs/1.8.8/org/bukkit/Sound.html
# To find sounds compatible with your server version, search online for "Spigot sounds" plus your version number
# If you still can't figure it out, contact the author QQ: 2047752264 for assistance
loading:
enabled: true
transfer-timeout: 3000
duration: 3000
titles:
- "&7&kl &fMatching &7&kl|&7Please wait|0|40|0|0"
- "&7&kl &aMatch successful &7&kl|&aJoining|0|20|5|15"
sounds:
- "BLOCK_NOTE_BLOCK_HAT:1.0:1.0:0"
- "BLOCK_NOTE_BLOCK_HARP:1.0:1.0:4"
- "BLOCK_NOTE_BLOCK_HARP:1.2:2.1:8"
- "BLOCK_NOTE_BLOCK_HARP:1.2:2.1:12"
- "BLOCK_NOTE_BLOCK_HARP:1.2:2.1:16"
- "BLOCK_NOTE_BLOCK_HARP:1.0:0.9:20"
failure:
titles:
- "&fMatch failed|&7Please try again later|10|60|10|0"
sounds:
- "BLOCK_NOTE_BLOCK_BASS:0.5:0.5:0"
- "BLOCK_NOTE_BLOCK_DIDGERIDOO:0.4:0.5:10"
Gui.yml :
# You can add unlimited items with tags: isClose, material, name, lore, slot, isEnchant, command, meta, etc.
guis:
main_menu:
title: "&a{displayname} &7| &fMatchmaking"
rows: 4
items:
lobby_item:
material: "SIGN"
name: "&fRoom Selection"
slot: 14
lore:
- "&7Click to open"
meta: "open:selectgui" # Also you can use open:roomgui
isEnchant: true
isClose: true