1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Помогите Как запретить ставить приват в привате protectionstones

Тема в разделе "Помощь", создана пользователем Ivantiikiii, 30 авг 2021.

  1. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    Кароче проблема такая, люди на сервере могу ставить приваты в привате, вот так
    upload_2021-8-30_13-11-30.png
    Как запретить ставить приват в привате, я смотрел конфиг плагина, но ничего не нашёл.
     
  2. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
    Конфиг и откуда скачивал
     
  3. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    # Please do not change the config version unless you know what you are doing!
    config_version = 13
    uuidupdated = true

    # ---------------------------------------------------------------------------------------
    # Protection Stones Config
    # Block configs have been moved to the blocks folder.
    # To make new blocks, copy the default "block1.toml" and make another file (ex. "block2.toml")
    # Does your config look messy? It's probably because of gradual config updates. Consider using the default configs.
    # If you need the default configs again, you can get it from here: https://github.com/espidev/ProtectionStones/tree/master/src/main/resources
    # ---------------------------------------------------------------------------------------

    # Cooldown between placing protection blocks (in seconds). -1 to disable.
    placing_cooldown = -1

    # Set to true to not block server startup for loading the UUID cache.
    # /ps add and /ps remove will not work for offline players until the cache is finished loading.
    async_load_uuid_cache = false

    # Whether or not to allow regions to have identical names (from /ps name).
    # If this is set to true, players will have to use numbers after the name if they encounter duplicates.
    allow_duplicate_region_names = false

    # Time in seconds between /ps view attempts.
    # Can prevent lag from spamming the command.
    ps_view_cooldown = 3

    # Base command for protection stones (change if conflicting with other commands)
    base_command = "ps"

    # Aliases for the command
    aliases = [
    "pstone",
    "protectionstone",
    "protectionstones"
    ]

    # Whether or not to drop items on the ground if the inventory is full (ex. during /ps unclaim)
    # If set to false, the event will be prevented from happening, and say that inventory is full
    drop_item_when_inventory_full = true

    # Whether or not regions placed have to be either next to or overlapping existing regions the player already owns.
    # This can make the world cleaner and have less scattered regions.
    # Set the number of regions of non-adjacent regions with the permission protectionstones.region.adjacent.x (default is 1, -1 to bypass)
    # Also can bypass with protectionstones.admin
    regions_must_be_adjacent = false

    # Whether or not to give players the option to merge new regions with ones they already own (overlapping)
    # to create a new large region. Can merge any regions with protectionstones.admin
    # Requires the permission protectionstones.merge to use (with /ps merge)
    # NOTE: Due to the limitations of WorldGuard, merged regions will ignore y_radius and go from bedrock to sky
    # since polygon regions can only be 2D, not 3D
    allow_merging_regions = true

    # Whether or not to allow merged regions to have holes in them (merging a bunch of regions in a circle with the inside not protected).
    # This is only checked during the merge process, it will not unmerge regions with holes already.
    allow_merging_holes = true

    # Whether when players join, by default they have protection block placement toggled off (equivalent to running /ps toggle)
    default_protection_block_placement_off = false

    # If you do not have LuckPerms, ProtectionStones is unable to determine the limits of offline players (since it depends
    # on permissions), and so it requires players to be online. Set this to true if your server does not need limits (and so
    # the check is unnecessary).
    allow_addowner_for_offline_players_without_lp = false

    [economy]
    # Set limits on the price for renting. Set to -1 to disable.
    max_rent_price = -1.0
    min_rent_price = 1.0

    # Set limits on the period between rent payments, in seconds (86400 seconds = 1 day). Set to -1 to disable.
    max_rent_period = -1
    min_rent_period = 1

    # Set taxes on regions.
    # Taxes are configured in each individual block config.
    # Whether or not to enable the tax command.
    # If you already have regions, you may want to set each one to have an autopayer (player that automatically pays taxes).
    # This can be done with /ps admin settaxautopayers, which updates every region on the server with an autopayer from their owners list.
    tax_enabled = false

    # Notify players of outstanding tax payments for the regions they own.
    tax_message_on_join = true
     
  4. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
    https://pastebin.com/
     
  5. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    Что это?
     
  6. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
    Неудобно смотреть конфиг когда ты заливаешь его на форум, а не на специальный сайт предназначен для залива текста на сайт
     
  7. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
  8. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    Я скинул
     
  9. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
    Поставь значение true на функцию
     
  10. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    Не помогло
     
  11. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    А не, ща право сделаю
     
  12. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
    Ошибся, на функцию allow_merging_regions значение false
     
  13. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    Не помогло
     
  14. alexandrage

    alexandrage Старожил Пользователь

    Баллы:
    173
    Так а чего ты хочешь то? Плагин не имеет собственной реализации и работает поверх wg..
     
  15. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii
    А что надо сделать чтобы пофиксить проблему, если кроме платных плагинов и самописов. Есть какие нибудь плагины которые запрещают ставить блок к посталенному конкретному блоку
     
  16. _Ruleto4ka_

    _Ruleto4ka_ Активный участник Пользователь

    Баллы:
    76
  17. Автор темы
    Ivantiikiii

    Ivantiikiii Активный участник Пользователь

    Баллы:
    61
    Имя в Minecraft:
    Ivantiikiii

Поделиться этой страницей