TBungeeUtills

Для прокси TBungeeUtills 1.0.0

Нет прав для скачивания
Поддерживаемые версии
  1. 1.17
1628883582675.png


Плагин позволяет запустить sh/php скрипты, отправлять команды на сервера через RCON, запустить RCON сервер на BungeeCord, отправлять команды при нескольких событиях.


1628883223488.png
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.*
Автор
GIGABAIT
Скачивания
31
Просмотры
878
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Другие ресурсы пользователя GIGABAIT

Поделиться ресурсом

Назад
Сверху Снизу