Вопрос Настройка Protection Stones (1.16)

MuTBu

Пользователь
Сообщения
97
Плагин
Protection Stones (1.16) 2.7.7
Ядро сервера
  1. Другое
Версия сервера
  1. 1.16+
Нужна помощь с настройкой вот этого меню
Вам необходимо зарегистрироваться для просмотра изображений-вложений
(открывается командой /ps info). Хочу убрать всё лишнее и оставить только владельцев, участников и границы, ну и название. Конфиг:

Код:
    # Specify the default flags to be set when a new protected region is created.

    # Can use -g [group] before the flag to set group flags (ex. -g members pvp deny).

    # Can use PlaceholderAPI placeholders in string flags (ex. greeting, farewell).

    flags = [

        "pvp allow",

        "tnt allow",

        "greeting &6[Приват]&f Вы вошли на территорию игрока &6%player%",

        "farewell &6[Приват]&f Вы покинули территорию игрока &6%player%",

        "creeper-explosion allow",

        "mob-spawning allow",

        "mob-damage allow",

    ]

    # List all the flags that can be set by region owners.

    # If you want to whitelist the groups that can be set as well, use -g (ex. "-g all,members pvp" restricts it to no group flag, and members group)

    # "-g all pvp" - Prevents players setting the group to nonmembers, and being invulnerable to attacks.

    allowed_flags = [

    ]

    # Which flags to hide from /ps info

    hidden_flags_from_info = [

        "ps-merged-regions",

        "ps-merged-regions-types",

        "ps-block-material",

        "ps-price",

        "ps-landlord",

        "ps-tenant",

        "ps-rent-period",

        "ps-rent-last-paid",

        "ps-for-sale",

        "ps-rent-settings",

        "ps-tax-payments-due",

        "ps-tax-last-payment-added",

        "ps-tax-autopayer"

    ]

P.s. желательно бы ещё настроить флаги для региона, которые игрок не сможет менять
 
Назад
Сверху Снизу