Works with

关于 RaidBlock

多功能和高级 RaidBlock 插件
它包括此插件的所有必要功能和扩展配置,允许您根据服务器的要求完全自定义插件。

RaidBlockBanner_pnng.png.932d1a7a1d33282bea257d5a89bfb38e.png

向您的玩家介绍一个真正实用的插件,该插件具有美观而现代的 UI 界面、优化和新功能,您的玩家会喜欢。

 报价

如何安装镜像?

转到 /data/RaidBlock/ 文件夹,从那里的存档中传输 Images 文件夹,然后重新加载插件。

功能列表:
(描述简要概述了功能并包括屏幕截图。
视觉球幕系统:
这是 RaidBlock 插件的一项新功能,即视觉球幕系统,提供两种可能的球幕选择 – 标准和大逃杀。

可以在配置文件中禁用或配置 Dome。

标准球体
大逃杀
大逃杀

为 Battle Royale 圆顶设置颜色的能力:

支持的颜色列表

绿 紫色

插件的现代和优化的 UI 设计:
我们提供 3 个 UI 设计选项供您选择,这些选项可以使用配置中的设置进行完全自定义和更改。
它与游戏设计完美融合,在玩家的屏幕上看起来非常紧凑。

0 选项 1 个选项 2 选项
 报价

配置中的 UI 设置示例:

"Background color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
"Icon color (RGBA)": "0 0.7764706 1 1",
"Color of additional elements (RGBA)": "",
"Main text color (RGBA)": "1 1 1 1",
"Secondary text Color (RGBA)": "1 1 1 0.5019608",
"Main color of the progress-bar (RGBA)": "0.3411765 0.5490196 0.9607843 1",
"Background Color of the Progress Bar (RGBA)": "1 1 1 0.1019608",
"Delay before the UI appears and disappears (for smooth transitions)": 0.222

 

地图标记:
用于在地图上显示突袭块的多种标记。
完全可定制的标记。

 报价

配置中的标记设置示例:

"Display the block zone on the G map": true,
"Choose marker type: 0 - Explosion, 1 - Circle, 2 - Explosion + Circle, 3 - Circle + Timer": 2,
"Marker color (without #) (For marker types 1, 2, and 3)": "f3ecad",
"Outline color (without #) (For marker types 1, 2, and 3)": "ff3535",
"Marker transparency (For marker types 1, 2, and 3)": 0.5

 

为管理员提供便利:
为突袭阻止触发器实施了黑白名单系统,为方便起见,我们添加了 2 个项目,有助于直接从游戏中轻松配置这些列表。

To obtain these items, use the commands described in the "Commands" tab.
Don't forget to grant yourself the necessary permissions.
黑名单 白名单

权限:

raidblock.ignore - with this permission, the player will have immunity to raid blocking.
raidblock.toolgun - with this permission, the player can obtain a "Toolgun" for configuring the blacklist and whitelist of items.

命令:

Chat commands:
/rbtest - allows testing raid block (simulates a raid at your position) (available only to administrators).
/rb.white - obtain the Toolgun to add items to the whitelist.
/rb.black - obtain the Toolgun to add items to the blacklist.

应用程序接口:

API:
// Returns whether the player is raid blocked
bool IsBlocked(BasePlayer player)
bool IsRaidBlocked(string playerId)
bool IsRaidBlocked(ulong playerId)
bool IsRaidBlocked(BasePlayer player)
bool IsRaidBlock(ulong userId)

// Returns the remaining time of raid block for a player
int ApiGetTime(ulong userId)

Hooks:

CanRaidBlock(BasePlayer player, Vector3 position)

OnRaidBlock(Vector3 position)

OnRaidBlockStopped(BasePlayer player)
OnRaidBlockStopped(Vector3 position)

OnCreatedRaidZone(Vector3 position, BasePlayer initiator)

OnEnterRaidZone(BasePlayer player)

OnExitRaidZone(BasePlayer player)

配置:

 报价

 

{
  "Main raidblock settings": {
    "Radius of blocking zone (Meters)": 130,
    "Blocking time (Seconds)": 300,
    "Use dynamic raid zone (shift the zone center to the explosion location)": false,
    "Spread raidblock to all team players": true,
    "When entering the active raid block zone, activate the player raid block": true,
    "Upon exiting the raid block zone, deactivate the raid block for the player": false,
    "Activate raid block for all players within the effective radius after the raid starts": true,
    "Deactivate the raid block for the player upon death": true,
    "Raid zone map marker settings": {
      "Display the block zone on the G map": true,
      "Choose marker type: 0 - Explosion, 1 - Circle, 2 - Explosion + Circle, 3 - Circle + Timer": 2,
      "Marker color (without #) (For marker types 1, 2, and 3)": "f3ecad",
      "Outline color (without #) (For marker types 1, 2, and 3)": "ff3535",
      "Marker transparency (For marker types 1, 2, and 3)": 0.5
    },
    "Visual raid zone (Dome) settings": {
      "Activate visual raid zone (Dome)": false,
      "Choose marker type: 0 - standard dome, 1 - BattleRoyale dome": 0,
      "Transparency level of the standard dome (Lower values mean more transparency. The value should not exceed 5)": 3
    }
  },
  "Setting up triggers for the raidblock": {
    "List of items that will trigger a raid block upon destruction (prefabID)": [
      12312312
    ],
    "List of items that will not trigger a raid block upon destruction (prefabID)": [
      1231223
    ],
    "Ignore objects with a maximum health state less than N (0 - disabled)": 0,
    "Activate raidblock upon the destruction of own or friends' buildings": false,
    "Activate raidblock if there is no tool cupboard in the building": false
  },
  "Setting restrictions during the raid block": {
    "Forbid building repair": true,
    "Forbid picking up items (furnaces, boxes, etc.)": false,
    "Forbid upgrading buildings": true,
    "Forbid building removal": true,
    "Forbid teleportation": true,
    "Forbid the use of kits": true,
    "Forbid the use of trade": true,
    "Allow building": true,
    "Allow object placement (furnaces, boxes, etc.)": false,
    "List of objects allowed to build/place during the raidblock (shortname)": [
      "bed_deployed",
      "ladder.wooden.wall"
    ],
    "List of forbidden commands to use during the raidblock": [
      "command"
    ]
  },
  "Interface settings": {
    "Interface variant (0, 1, 2) - example: ": 0,
    "Interface layer: Overlay - will overlay other UI, Hud - will be overlaid by other interfaces": "Hud",
    "Vertical padding": 0,
    "Horizontal padding": 0,
    "Interface settings for variant 0": {
      "Background color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Icon color (RGBA)": "0 0.7764706 1 1",
      "Color of additional elements (RGBA)": "",
      "Main text color (RGBA)": "1 1 1 1",
      "Secondary text Color (RGBA)": "1 1 1 0.5019608",
      "Main color of the progress-bar (RGBA)": "0.3411765 0.5490196 0.9607843 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.1019608",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    },
    "Interface settings for variant 1": {
      "Background color (RGBA)": "0.9607843 0.772549 0.7333333 0.7019608",
      "Icon color (RGBA)": "1 1 1 1",
      "Color of additional elements (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Main text color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Secondary text Color (RGBA)": "0.1320755 0.1320755 0.1320755 1",
      "Main color of the progress-bar (RGBA)": "0.9215686 0.3058824 0.172549 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.4117647",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    },
    "Interface settings for variant 2": {
      "Background color (RGBA)": "0.1921569 0.1921569 0.1921569 1",
      "Icon color (RGBA)": "0.9411765 0.3137255 0.286 1",
      "Color of additional elements (RGBA)": "0.9568627 0.3607843 0.2627451 1",
      "Main text color (RGBA)": "1 1 1 1",
      "Secondary text Color (RGBA)": "1 1 1 0.5019608",
      "Main color of the progress-bar (RGBA)": "1 1 1 1",
      "Background Color of the Progress Bar (RGBA)": "1 1 1 0.4117647",
      "Delay before the UI appears and disappears (for smooth transitions)": 0.222
    }
  },
  "Setting IQChat": {
    "IQChat : Custom prefix in the chat": "[RaidBlock]",
    "IQChat : Custom avatar in the chat (If required)": "0",
    "IQChat : Use UI notifications": false
  }
}

 

扩大

RaidBlockBanner_pnng.png.932d1a7a1d33282bea257d5a89bfb38e.png

Polosa(2).png.841b7993ef02939f872a7700b3681a94.png

配合插件

战斗区块新诺讯Rust插件网

 

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。