- Поддерживаемые версии
- 1.17
Плагин позволяет запустить sh/php скрипты, отправлять команды на сервера через RCON, запустить RCON сервер на BungeeCord, отправлять команды при нескольких событиях.
YAML:
# TBungeeUtills configuration
language: "en"
# Rcon settings
Rcon:
# Enable/Disable Rcon
enabled: false
port: 25578
password: ""
# The response is colored or not
colored: true
# Enable/Disable IP Check
ip_allowed: true
# List of allowed IP addresses
allowed_ip:
- 127.0.0.1
# Events settings
# Placeholders: {player}, {server}
# [console] - run console command
# [delay] (seconds) - delay seconds command
Events:
on_join_commands:
enabled: true
commands:
- "[console] alert &6Player {player} join the game"
- "[delay] 10"
- "server lobby"
on_leave_commands:
enabled: true
commands:
- "[console] alert &6Player {player} left the game"
on_server_switch:
enabled: true
commands:
- "[console] alert &6Player {player} join the server {server}"
YAML:
# Rcon Servers Settings
lobby:
ip: "localhost"
port: 25576
pass: "password"
perms: "rcon.lobby"
vanilla:
ip: "localhost"
port: 25578
pass: "password"
perms: "rcon.vanilla"
- Исходный код
- https://github.com/GIGABAIT93/TBungeeUtills
- Команды и права
- Команда ИнфоРазрешение
/tbutills Помощь tbutills /sh {script} Запуск SH-скрипта tbutills.run.sh /php {script} Запуск PHP-скрипта tbutills.run.php /rcon {server/all} {command} Отправить команду на RCON сервер tbutills.rcon.all/tbutills.rcon.*