dobrovenko19
Пользователь
- Сообщения
- 8
Всем привет. Я создаю свой сервер и подключил его в Velocity. В качестве плагинов я скачал VelocityTools, но не понимаю как его настроить. У меня есть сервер самого прокси, lobby, Server. Вот как я настроил config.yml
version: "1.2.4"
#Available serializers:
#LEGACY_AMPERSAND - "&c&lExample &c&9Text".
#LEGACY_SECTION - "§c§lExample §c§9Text".
#MINIMESSAGE - "<bold><red>Example</red> <blue>Text</blue></bold>". (
#GSON - "[{"text":"Example","bold":true,"color":"red"},{"text":" ","bold":true},{"text":"Text","bold":true,"color":"blue"}]". (
#GSON_COLOR_DOWNSAMPLING - Same as GSON, but uses downsampling.
serializer: LEGACY_AMPERSAND
main:
#Should this plugin check for new updates?
check-for-updates: true
#VelocityTools will consume more RAM if this option is enabled, but compatibility with other plugins will be better
#Enable it if you have a plugin installed that bypasses compression (e.g. Geyser)
save-uncompressed-packets: true
#Don't use {NL}, use \n for new line. Ampersand (&) color codes are supported too.
#
#Permissions:
# │
# └── Commands:
# │
# ├── /velocitytools reload
# │ └── velocitytools.admin.reload
# ├── /alert
# │ └── velocitytools.command.alert
# ├── /find
# │ └── velocitytools.command.find
# ├── /send
# │ └── velocitytools.command.send
# └── /hub
# ├── velocitytools.command.hub
# └── velocitytools.command.hub.bypass.<servername> (disabled-servers bypass permission)
#
commands:
alert:
enabled: true
prefix: "&8[&4Alert&8] &r{0}"
message-needed: "&cYou must supply the message."
empty-proxy: "&cNo one is connected to this proxy!"
find:
enabled: true
username-needed: "&cYou must supply the username."
player-online-at: "&6{0} &fis online at &6{1}"
player-not-online: "&6{0} &fis not online."
send:
#Velocity already has /send command, so this one is disabled by default to not replace it.
enabled: false
console: "CONSOLE"
not-enough-arguments: "&fNot enough arguments. Usage: &6/send <server|player|all|current> <target>"
#Set to "" to disable.
you-got-summoned: "&fSummoned to &6{0} &fby &6{1}"
player-not-online: "&6{0} &fis not online."
callback: "&aAttempting to send {0} players to {1}"
not-on-server: "&cError: You are not on server."
hub:
enabled: true
servers:
- "lobby"
#Set to "" to disable.
you-got-moved: "&aYou have been moved to a hub!"
disabled-server: "&cYou cannot use this command here."
disabled-servers:
- "foo"
- "bar"
aliases:
- "Server"
- "lobby"
ratelimited: "&cPlease wait before next usage!"
#Ratelimit delay in milliseconds
ratelimit-delay: 1000
tools:
#Hides the Legacy Ping message.
disable-legacy-ping: true
#Hides the "... provided invalid protocol ..." message. Helps with some types of attacks. (
disable-invalid-protocol: true
protocol-blocker:
block-join: true
block-ping: false
#If true, all protocols except those listed below will be blocked.
whitelist: false
#You can set either a protocol number here (e.g. '340' for 1.12.2) or a Minecraft version below (e.g. '1.12.2')
#You can find a list of protocols here:
protocols:
- 9999
- 9998
#List of versions:
#1.7.2, 1.7.6, 1.8, 1.9, 1.9.1, 1.9.2, 1.9.4, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.12.2,
#1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2,
#1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.17, 1.17.1, 1.18, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4,
#1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.9, 1.21.11, LATEST
versions:
- "1.7.2"
minimum-version: "1.7.2"
maximum-version: "LATEST"
#For "block-ping" option.
brand: "Version is not supported!"
#For "block-ping", set to "" to disable.
motd: "&cVersion is not supported!\n&ePlease, join with Minecraft 1.12.2 or newer."
#For "block-joining" option.
kick-reason: "&cYour version is unsupported!"
brand-changer:
rewrite-in-ping: true
rewrite-in-game: true
ping-brand: "YourServer 1.12.2-1.21.11"
#For ping.
show-always: false
#{0} - Original server brand (e.g. Paper).
in-game-brand: "YourServer ({0})"
#Doesn't work with srv records.
hostnames-manager:
block-join: false
block-ping: false
#Connections IP logging.
debug: false
#For "debug" option.
show-blocked-only: false
#For "block-joining" option, set to "" to show the default reason.
kick-reason: "&cPlease, don't connect to the direct ip!\nUse example.com"
whitelist: true
#IP Addresses starting with "127." or equal to "localhost" will be blocked.
block-local-addresses: false
#DoMaIn.net will be similar to domain.net.
ignore-case: true
hostnames:
- "your-domain.net"
- "your-domain.com"
#List of IP addresses that will bypass this check.
ignored-ips:
- "79.555.*"
- "228.1337.*"
Плагин я закинул только в папку plugins на самом сервере прокси. Пожалуйста помогите, как правильно настроить у меня только команда /velocitytools появляется, я выдаю права, но не помогает.
version: "1.2.4"
#Available serializers:
#LEGACY_AMPERSAND - "&c&lExample &c&9Text".
#LEGACY_SECTION - "§c§lExample §c§9Text".
#MINIMESSAGE - "<bold><red>Example</red> <blue>Text</blue></bold>". (
Авторизуйтесь для просмотра ссылок.
)#GSON - "[{"text":"Example","bold":true,"color":"red"},{"text":" ","bold":true},{"text":"Text","bold":true,"color":"blue"}]". (
Авторизуйтесь для просмотра ссылок.
)#GSON_COLOR_DOWNSAMPLING - Same as GSON, but uses downsampling.
serializer: LEGACY_AMPERSAND
main:
#Should this plugin check for new updates?
check-for-updates: true
#VelocityTools will consume more RAM if this option is enabled, but compatibility with other plugins will be better
#Enable it if you have a plugin installed that bypasses compression (e.g. Geyser)
save-uncompressed-packets: true
#Don't use {NL}, use \n for new line. Ampersand (&) color codes are supported too.
#
#Permissions:
# │
# └── Commands:
# │
# ├── /velocitytools reload
# │ └── velocitytools.admin.reload
# ├── /alert
# │ └── velocitytools.command.alert
# ├── /find
# │ └── velocitytools.command.find
# ├── /send
# │ └── velocitytools.command.send
# └── /hub
# ├── velocitytools.command.hub
# └── velocitytools.command.hub.bypass.<servername> (disabled-servers bypass permission)
#
commands:
alert:
enabled: true
prefix: "&8[&4Alert&8] &r{0}"
message-needed: "&cYou must supply the message."
empty-proxy: "&cNo one is connected to this proxy!"
find:
enabled: true
username-needed: "&cYou must supply the username."
player-online-at: "&6{0} &fis online at &6{1}"
player-not-online: "&6{0} &fis not online."
send:
#Velocity already has /send command, so this one is disabled by default to not replace it.
enabled: false
console: "CONSOLE"
not-enough-arguments: "&fNot enough arguments. Usage: &6/send <server|player|all|current> <target>"
#Set to "" to disable.
you-got-summoned: "&fSummoned to &6{0} &fby &6{1}"
player-not-online: "&6{0} &fis not online."
callback: "&aAttempting to send {0} players to {1}"
not-on-server: "&cError: You are not on server."
hub:
enabled: true
servers:
- "lobby"
#Set to "" to disable.
you-got-moved: "&aYou have been moved to a hub!"
disabled-server: "&cYou cannot use this command here."
disabled-servers:
- "foo"
- "bar"
aliases:
- "Server"
- "lobby"
ratelimited: "&cPlease wait before next usage!"
#Ratelimit delay in milliseconds
ratelimit-delay: 1000
tools:
#Hides the Legacy Ping message.
disable-legacy-ping: true
#Hides the "... provided invalid protocol ..." message. Helps with some types of attacks. (
Авторизуйтесь для просмотра ссылок.
)disable-invalid-protocol: true
protocol-blocker:
block-join: true
block-ping: false
#If true, all protocols except those listed below will be blocked.
whitelist: false
#You can set either a protocol number here (e.g. '340' for 1.12.2) or a Minecraft version below (e.g. '1.12.2')
#You can find a list of protocols here:
Авторизуйтесь для просмотра ссылок.
protocols:
- 9999
- 9998
#List of versions:
#1.7.2, 1.7.6, 1.8, 1.9, 1.9.1, 1.9.2, 1.9.4, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.12.2,
#1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2,
#1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.17, 1.17.1, 1.18, 1.18.2, 1.19, 1.19.1, 1.19.3, 1.19.4,
#1.20, 1.20.2, 1.20.3, 1.20.5, 1.21, 1.21.2, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.9, 1.21.11, LATEST
versions:
- "1.7.2"
minimum-version: "1.7.2"
maximum-version: "LATEST"
#For "block-ping" option.
brand: "Version is not supported!"
#For "block-ping", set to "" to disable.
motd: "&cVersion is not supported!\n&ePlease, join with Minecraft 1.12.2 or newer."
#For "block-joining" option.
kick-reason: "&cYour version is unsupported!"
brand-changer:
rewrite-in-ping: true
rewrite-in-game: true
ping-brand: "YourServer 1.12.2-1.21.11"
#For ping.
show-always: false
#{0} - Original server brand (e.g. Paper).
in-game-brand: "YourServer ({0})"
#Doesn't work with srv records.
hostnames-manager:
block-join: false
block-ping: false
#Connections IP logging.
debug: false
#For "debug" option.
show-blocked-only: false
#For "block-joining" option, set to "" to show the default reason.
kick-reason: "&cPlease, don't connect to the direct ip!\nUse example.com"
whitelist: true
#IP Addresses starting with "127." or equal to "localhost" will be blocked.
block-local-addresses: false
#DoMaIn.net will be similar to domain.net.
ignore-case: true
hostnames:
- "your-domain.net"
- "your-domain.com"
#List of IP addresses that will bypass this check.
ignored-ips:
- "79.555.*"
- "228.1337.*"
Плагин я закинул только в папку plugins на самом сервере прокси. Пожалуйста помогите, как правильно настроить у меня только команда /velocitytools появляется, я выдаю права, но не помогает.