BlackPlugin- все для вашего сервера RUST

Привет, выживший! Ты зашел как гость, а значит, видишь лишь верхушку айсберга. Зарегистрируй бесплатный аккаунт сегодня, чтобы открыть полный доступ к библиотеке плагинов Rust Oxide, готовым конфигурациям и гайдам по оптимизации! После входа ты сможешь скачивать приватные дополнения, задавать вопросы разработчикам в темах и общаться с другими админами через личные сообщения. Твой идеальный сервер начинается здесь!

Fishing Hotspots

PAID PLUGIN Fishing Hotspots 1.0.17

JSON:
{
  "Hotspot settings": {
    "How often should the hotspot spawn? [minutes]": {
      "min": 60,
      "max": 120
    },
    "How large should the hotspot be? [radius]": {
      "min": 25.0,
      "max": 35.0
    },
    "Hook time modifier - time it takes to hook a fish onto your rod [0 = vanilla. 1.0 = instant]": {
      "min": 0.3,
      "max": 1.0
    },
    "Rod tension modifier - increases the strength of the fishing line [0 = vanilla. 1.0 = indestructible]": {
      "min": 0.3,
      "max": 1.0
    },
    "Fishing yield modifier - how much extra fish should the player obtain on a successful catch [0 = vanilla. 0.5 = 50% chance to get an extra fish. 1.5 = guaranteed extra fish + 50% chance to get an additional fish]": {
      "min": 1.0,
      "max": 2.0
    },
    "Lifetime of the hotspot [minutes]": {
      "min": 20,
      "max": 40
    },
    "How dark should the spheres around the hotspot be? [0 = no spheres]": 8,
    "XP modifier for catching a fish [requires SkillTree.cs][0 = vanilla. 1.0 = 100% bonus]": {
      "min": 0.05,
      "max": 0.5
    },
    "Fishing treasure modifier - increases chance to obtain a casket [requires FishingTreasure.cs][0 = vanilla. 1.0 = 100% increase on base chance]": {
      "min": 0.25,
      "max": 1.0
    },
    "Make the fishing zone a safezone?": true,
    "Teleport Settings": {
      "Allow players to teleport to the hotspot while it's active? [requires carvable.pumpkin to exist in hotspot prefab]": false,
      "Automatically teleport a player back if they teleported to the event?": true,
      "Command to teleport to the hotspot": "tele2hs",
      "Command to teleport home": "telefromhs"
    },
    "Fishing platform settings": {
      "Spawn a platform for players to fish off of at the hot spot?": true,
      "Despawn cycle per game tick": 10,
      "Minimum depth for the water to be a viable spawn point?": 5.0,
      "CopyPaste platform settings": {
        "CopyPaste json file to use [setting null or blank will use the plugins native platform]": null,
        "Height adjustment modifier": 0.0,
        "Paste the inventories that may be stored in the json?": true,
        "Paste vending machine lisiting that have been stored in the json?": true,
        "Randomize the rotation of the paste?": true
      }
    }
  },
  "Notification settings": {
    "Send announcements via in-game chat?": true,
    "GUIAnnouncements plugin settings": {
      "Send announcements using the GUIAnnouncements plugin when a hotspot spawns?": true,
      "Banner colour - see GUIAnnouncements for colours": "Purple",
      "Text colour - see GUIAnnouncements for colours": "Yellow",
      "Position adjustment": 0.0
    },
    "UI Anchor": {
      "anchor_min": "1 1",
      "anchor_max": "1 1",
      "offset_min": "-130 -120",
      "offset_max": "-30 -80"
    }
  }
}
Назад
Верх