• Друзья, на пополнения счёта добавлены новые платежные методы FreeKassa, ЮМани, Perfect Money, Cryptomus (все виды криптовалют)

EasyPaste

EasyPaste 1.0.0

Недоступно
Плагин EasyPaste для Rust Oxide - Автоматический спавн объектов для CopyPaste в указанных координатах, с указаными в конфигурации аргументами плагина. Автоматическое создание зоны с указанными в конфигурации аргументами.

Создавайте легко и быстро арены, объекты, строения, зоны с указаными аргументами. Хорошо подойдет для Ивентов, и плагинов требующий зоны и строения.

Динамика конфигурация позволит создать указаное количество разных обьектов. Работает с API плагинов CopyPaste и ZoneManager

Стандартная конфигурация:

Код:
{
  "AutoCreate": [
    "Building 4",
    "Building 5"
  ],
  "Buildings": {
    "Building 1": {
      "Command": "b1",
      "Permission": "easypaste.building1",
      "Filename": "Building1",
      "Position": {
        "x": 100.0,
        "y": 1000.0,
        "z": 100.0
      },
      "RotationCorrection": 0.0,
      "CopyPastParametrs": {
        "deployables": "true",
        "inventories": "true",
        "stability": "false",
        "height": "0"
      },
      "Zones": [
        {
          "ZoneID": "Building 1 zone",
          "Position": {
            "x": 100.0,
            "y": 1000.0,
            "z": 100.0
          },
          "Parametrs": {
            "autolights": "true",
            "nocorpse": "true",
            "nodrown": "true",
            "nonpcspawns": "true",
            "enter_message": "Welcome to the zone of the building 1!",
            "leave_message": "Cya!"
          }
        }
      ]
    },
    "Building 2": {
      "Command": "b2",
      "Permission": "easypaste.building2",
      "Filename": "Building2",
      "Position": {
        "x": 200.0,
        "y": 1000.0,
        "z": 200.0
      },
      "RotationCorrection": 0.0,
      "CopyPastParametrs": {
        "deployables": "true",
        "inventories": "true",
        "stability": "false",
        "height": "0"
      },
      "Zones": [
        {
          "ZoneID": "Building 2 zone 1",
          "Position": {
            "x": 200.0,
            "y": 1000.0,
            "z": 200.0
          },
          "Parametrs": {
            "autolights": "true",
            "nocorpse": "true",
            "nodrown": "true",
            "nonpcspawns": "true",
            "enter_message": "Welcome to the first zone of the building 2!",
            "leave_message": "Cya!"
          }
        },
        {
          "ZoneID": "Building 2 zone 2",
          "Position": {
            "x": 150.0,
            "y": 1000.0,
            "z": 300.0
          },
          "Parametrs": {
            "nowounded": "true",
            "nostash": "true",
            "nodrown": "true",
            "noshop": "true",
            "enter_message": "Welcome to the second zone of the building 2!",
            "leave_message": "Cya!"
          }
        }
      ]
    },
    "Building 3": {
      "Command": "b3",
      "Permission": "easypaste.building3",
      "Filename": "Building1",
      "Position": {
        "x": 300.0,
        "y": 1000.0,
        "z": 300.0
      },
      "RotationCorrection": 0.0,
      "CopyPastParametrs": {
        "deployables": "true",
        "inventories": "true",
        "stability": "false",
        "height": "0"
      },
      "Zones": [
        {
          "ZoneID": "Building 3 zone",
          "Position": {
            "x": 300.0,
            "y": 1000.0,
            "z": 300.0
          },
          "Parametrs": {
            "autolights": "true",
            "nocorpse": "true",
            "nodrown": "true",
            "nonpcspawns": "true",
            "enter_message": "Welcome to the zone of the building 3!",
            "leave_message": "Cya!"
          }
        }
      ]
    }
  }
}

Языковой файл:

Код:
{
  "ZoneManager": "Плагин \"Zone manager\" не найден. Создание зон невозможно!",
  "CopyPaste": "Плагин \"CopyPaste\" не найден. Установка построек невозможна!",
  "Both": "Требуемые плагины не найдены, завершаем работу....",
  "CopyPasteError": "Произошла ошибка во время установки постройки: \"{0}\"",
  "ZoneManagerError": "Не удалось создать зону \"{0}\"!",
  "PastingComplete": "Создание завершено!",
  "UnknownBuilding": "Данная команда не привязана ни к одной из построек! Попробуйте перезагрузить плагин.\nЕсли это не поможет - свяжитесь с разработчиком и отправьте ему ваш файл конфигурации.",
  "AutoFail": "Авто-устанваливаемая постройка не найдена в конфиге. Не удалось найти \"{0}\""
}
Автор
OxideBro
Скачивания
10
Просмотры
2,351
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

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

Сверху