套件 – Mevent 2.1.9

套件 – Mevent 2.1.9

套件 - Mevent 2.1.9-PCI1
套件 – Mevent 2.1.9
此内容为付费资源,请付费后查看
10积分
付费资源

原创地址工具包 – 插件 – Codefling

关于套件

一个全面的 Rust 工具包管理系统,允许服务器管理员创建、管理物品工具包,并通过用户友好的 UI 将其分发给玩家。

常规:

  • 直观且可定制的 GUI,用于管理和分发套件。
  • 套件显示的多页支持。
  • 可调整的 UI 颜色和元素。
  • 作的声音效果。
  • 基于权限的访问控制。
  • 与 Economics 和 ServerRewards 付款方式的兼容性。
  • 与 NoEscape 集成以进行战斗/突袭阻止。
  • 擦除的自动化数据管理。
  • 冷却系统,每个套件都有可视计时器和使用限制。
  • 在生成时自动分发工具包 (AutoKit)。

套件配置:

  • 套件的可自定义名称、显示名称和颜色。
  • 使用限制、冷却计时器和擦除块持续时间的选项。
  • 权限和付款方式支持。
  • 套件兑换时的命令执行。
  • 基于优先级的 AutoKit 功能。
  • 能够隐藏工具包并显示自定义“无权限”消息。

项目管理:

  • Rust 中所有可用项的详细配置。
  • 支持蓝图、自定义皮肤 ID 和掉落概率。
  • 可调整物品数量和跨多个库存槽位(Main、Belt、Wear)的分配。

管理工具:

  • 游戏内套件的创建和编辑。
  • 直接从库存中复制商品。
  • 实时套件预览和分类项目选择器。
  • 高级项目编辑和权限管理。

命令:

  • /kit – 打开工具包菜单。
  • kits.reset data [steamid64/all] – 重置特定玩家或所有玩家的球衣数据(仅限管理员)。

权限:

  • kits.admin – 授予对套件管理 UI 的访问权限。

命令变量:

  • %playerid% – 数字玩家 ID。
  • %playername% – 玩家的显示名称。
  • %userid% – 玩家 ID 的字符串版本。 
give %playerid% wood 1000
oxide.grant %userid% vip
say %playername% has received a VIP kit!

配置:

{
  "General Settings": {
    "Default No Permission Message": "Buy this kit at @ store.codefling.com",
    "Commands": [
      "kit",
      "kits",
      "kitmenu"
    ]
  },
  "Wipe Settings": {
    "Auto wipe kit use data on wipe": false,
    "Save given kits on wipe": false
  },
  "NoEscape Settings": {
    "Use NoEscape? (Raid/Combat block)": false,
    "Use Raid Blocked?": true,
    "Use Combat Blocked?": true,
    "Block Text Color": "0.7764706 0.5137255 0.4196078 1",
    "Raid Block Message": "RAIDBLOCK",
    "Combat Block Message": "COMBATBLOCK"
  },
  "UI Settings": {
    "Image URL": "https://i.imgur.com/TwAgZ85.png",
    "Title Text": "Kits available",
    "Subtitle Text": "codefling.com",
    "Main Background Color": "0 0 0 0.7803922",
    "Main Panel Color": "0.1 0.1 0.1 0.8",
    "Kit Panel Color": "0.1 0.1 0.1 0.8",
    "Redeem Button - Enabled Color": "0.3647059 0.4470588 0.2235294 0.85",
    "Redeem Button - Enabled Icon Color": "0.5568627 0.7764706 0.1843137 1",
    "Redeem Button - Disabled Color": "0.4156863 0.1101371 0.1101371 0.9",
    "Redeem Button - Disabled Icon Color": "0.7764706 0.5137255 0.4196078 0.85",
    "Info Button Color": "0.1 0.1 0.1 0.8",
    "Info Button Icon Color": "0.7 0.7 0.7 1",
    "Close Button Color": "0.4156863 0.1101371 0.1101371 0.9",
    "Close Button Icon Color": "0.7764706 0.5137255 0.4196078 0.85",
    "Add Kit Button Color": "0.3137255 0.5843138 0.772549 0.85",
    "Add Kit Button Icon Color": "0.3960784 0.7137255 0.9294118 1",
    "Kit Price Label Background Color": "0.3647059 0.4470588 0.2235294 0.85",
    "Kit Price Text Color": "0.5568627 0.7764706 0.1843137 1",
    "Wipe Block Text Color": "0.7764706 0.5137255 0.4196078 1",
    "Cooldown Text Color": "1 1 1 1",
    "AutoKit Text Color": "0.7 0.7 0.7 1",
    "Navigation Button Color": "0.1 0.1 0.1 0.8",
    "Navigation Button Text Color": "1 1 1 1",
    "Page Counter Text Color": "1 1 1 1"
  },
  "Sound Settings": {
    "Enable Sound Effects": true,
    "Kit Redeem Sound Effect": "assets/bundled/prefabs/fx/invite_notice.prefab",
    "Kit Delete Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",
    "Copy Items Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab",
    "Save Kit Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.unlock.prefab",
    "Checkbox Toggle Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab",
    "Error Sound Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",
    "Button Click Sound Effect": "assets/bundled/prefabs/fx/notice/item.select.fx.prefab"
  },
  "Notification Settings": {
    "Use Notify Plugin": true,
    "Also Send Chat Messages": false,
    "Kit Claimed Notification Type": 0,
    "Kit Purchased Notification Type": 0,
    "Kit Error Notification Type": 1,
    "AutoKit Received Notification Type": 0,
    "Admin Action Notification Type": 0,
    "Items Dropped Notification Type": 1,
    "Remaining Uses Notification Type": 2,
    "Balance Error Notification Type": 1,
    "Permission Error Notification Type": 1,
    "Cooldown Warning Notification Type": 1,
    "Wipe Block Notification Type": 1,
    "Combat/Raid Block Notification Type": 1
  }
}

朗:

{
  "AutoKitReceived": "You received autokit: {0}",
  "KitNotFound": "Kit '{0}' not found.",
  "KitClaimed": "You have claimed the kit: {0}",
  "KitPurchased": "You have purchased the kit '{0}' for ${1}.",
  "KitSaved": "Kit '{0}' has been saved.",
  "KitRemoved": "Kit '{0}' has been removed.",
  "AutoKitNotManual": "This kit is an autokit and cannot be claimed manually.",
  "UsesExhausted": "You have exhausted all uses of this kit and cannot claim it again.",
  "WipeBlocked": "This kit is blocked by wipe. Remaining time: {0}",
  "OnCooldown": "You can't claim this kit yet. Remaining time: {0}",
  "NoBalance": "You don't have enough balance to buy this kit.",
  "NoPermission": "You don't have permission for this action.",
  "ItemsCopied": "Items copied from your inventory to the kit preview.",
  "ItemsDropped": "Some items have been dropped on the ground because your inventory was full.",
  "InvalidKitData": "Invalid kit data. Make sure you've entered a kit name.",
  "InvalidKitName": "Invalid kit name.",
  "ItemsCopiedToPreview": "Items copied to the kit preview.",
  "FillAllFields": "Please fill in all fields.",
  "InvalidAmountOrProbability": "Invalid amount or drop probability.",
  "KitRemovedSuccess": "Kit '{0}' has been removed.",
  "KitNotFoundError": "Kit '{0}' not found.",
  "NoILError": "The plugin does not work correctly, contact the administrator!",
  "RemainingUses": "You have {0} uses remaining for this kit.",
  "RAIDBLOCK": "You cannot redeem kits while raid blocked",
  "COMBATBLOCK": "You cannot redeem kits while combat blocked",
  "AutoKitReceivedNotify": "AutoKit '{0}' received!",
  "KitClaimedNotify": "Kit '{0}' claimed successfully!",
  "KitPurchasedNotify": "Kit '{0}' purchased for ${1}!",
  "ItemsDroppedNotify": "Some items dropped on ground - inventory full!",
  "RemainingUsesNotify": "{0} uses remaining for this kit",
  "NoBalanceNotify": "Insufficient balance to purchase this kit!",
  "CooldownNotify": "Kit on cooldown: {0} remaining",
  "WipeBlockNotify": "Kit wipe-blocked: {0} remaining",
  "CombatBlockNotify": "Cannot use kits while combat blocked!",
  "RaidBlockNotify": "Cannot use kits while raid blocked!",
  "PermissionErrorNotify": "No permission to access this kit!",
  "AdminKitSavedNotify": "Kit '{0}' saved successfully!",
  "AdminKitRemovedNotify": "Kit '{0}' removed successfully!",
  "AdminItemsCopiedNotify": "Items copied to kit preview!"
}

图片[1]-套件 – Mevent 2.1.9-PCI1

图片[2]-套件 – Mevent 2.1.9-PCI1

图片[3]-套件 – Mevent 2.1.9-PCI1

图片[4]-套件 – Mevent 2.1.9-PCI1

图片[5]-套件 – Mevent 2.1.9-PCI1

图片[6]-套件 – Mevent 2.1.9-PCI1

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容