必需的依赖项
https://umod.org/plugins/image-library
可选依赖项

https://umod.org/plugins/server-rewards https://umod.org/plugins/economics
Sin-t%C3%ADtulo-2.jpg


权限:

quarrylevels.use (允许使用升级系统:提供给所有玩家)
quarrylevels.nocost (没有升级成本:管理员或 VIP 的理想选择)
quarrylevels.admin (使用 /qldefault 命令并设置默认采石场。

描述:
此 mod 将允许您向服务器添加服务器采石场的专属关卡系统。

您可以根据需要配置任意数量的级别,但默认情况下,建议使用在配置中创建的 3 个级别。您可以配置资源存放槽的数量、速度、采石场寿命、每个级别需要改进的 RP 数量以及需要改进的资源。

所有这些都有一个漂亮的界面。

现在与 Pump Jacks 兼容!不再与插件兼容:Old School Quarries。

*重要:默认情况下,它还会影响地图上的采石场。建议不要使用任何修改采石场收集速度的 Mod。如果有任何问题,请通过 discord 联系我。Ninco90#6219

更多详情:

  • 当有权限的玩家提高等级采石场时,采石场就是被改进的采石场,因此它的运作将是全局性的,不依赖于改进它的玩家。
  • 您可以创建多个额外的级别,只要不同级别之间的插槽配置不重复并且是增量完成的。
  • 它包括一个通过 Chat 和 GUI 的通知系统,用于在停止时通知所有者。
  • 采石场锁: 它是兼容的。(也许这可以稍后实现,并且可以从存款的 GUI 放置密码锁。没有聊天命令。
  • JPipes:它是兼容的。
  • 抽油机:现在支持它!您现在可以配置这样一种可能性,即在抛出勘探负载时,油点似乎放置了泵千斤顶。
  • 您现在可以阻止采石场的损坏,这样就没有人可以摧毁它们,或者简单地阻止它们被炸药或火焰摧毁。允许它只能用近战工具破坏。
  • 您现在可以进行封锁,因此地图上的采石场无法升级。

目前,您可以向玩家提供通过以下方式改进采石场的服务:

  • 资源和 RP。
  • 仅限 RP。
  • 仅限 Resources。(如果您没有服务器奖励或不想使用 RP)
  • 免费(需获得 nocost 许可)

演示:

聊天命令:
/qldefault – 重置为您正在查看的采石场的默认级别。您需要拥有权限:quarrylevels.admin

配置:

法典:
{
  "Debug Console": true,
  "Chance of Oil Quarry": 40.0,
  "Extract all resources": true,
  "Allow upgrading Quarries on the Map": true,
  "Damage Quarrys": {
    "Damage Block": false,
    "Melee Damage Only (Blocks damage from Fire, Explosives and Bullets)": true,
    "Damage Protection (Default 0.0 = 0% | 1.0 = 100%)": 0.0
  },
  "Sounds": true,
  "Center the resource list": -125,
  "Notify": {
    "Notify Stop": false,
    "Notify by Chat": true,
    "Notify by GUI": true,
    "Stop Checks Speed (Default 20.0)": 20.0
  },
  "Mining Quarry Config": {
    "Use ServerRewards? = true OR Use Economics? = False": true,
    "UPGRADE use only RP/Money (Default False)": false,
    "UPGRADE use only Ingredients (Default False)": false,
    "Level 0 (Default)": {
      "Slots": 3,
      "Rate": 1.0,
      "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
      "Health": 1200.0
    },
    "Levels Upgrade": [
      {
        "Info": {
          "Slots": 12,
          "Rate": 4.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 60,
          "Health": 2000.0
        },
        "Ingredients": {
          "metal.refined": 200,
          "metal.fragments": 8000,
          "sheetmetal": 15,
          "metalspring": 10,
          "gears": 20,
          "scrap": 100
        }
      },
      {
        "Info": {
          "Slots": 18,
          "Rate": 5.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 120,
          "Health": 3000.0
        },
        "Ingredients": {
          "metal.refined": 400,
          "metal.fragments": 12000,
          "sheetmetal": 30,
          "metalspring": 25,
          "gears": 30,
          "scrap": 400
        }
      },
      {
        "Info": {
          "Slots": 24,
          "Rate": 6.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 180,
          "Health": 4000.0
        },
        "Ingredients": {
          "metal.refined": 600,
          "metal.fragments": 25000,
          "sheetmetal": 45,
          "metalspring": 30,
          "gears": 50,
          "scrap": 750
        }
      }
    ]
  },
  "Pump Jack Config": {
    "Use ServerRewards? = true OR Use Economics? = False": true,
    "UPGRADE use only RP/Money (Default False)": false,
    "UPGRADE use only Ingredients (Default False)": false,
    "Level 0 (Default)": {
      "Slots": 6,
      "Rate": 0.5,
      "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
      "Health": 1500.0
    },
    "Levels Upgrade": [
      {
        "Info": {
          "Slots": 12,
          "Rate": 1.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 60,
          "Health": 3000.0
        },
        "Ingredients": {
          "metal.refined": 50,
          "metal.fragments": 5000,
          "sheetmetal": 15,
          "gears": 15,
          "scrap": 75
        }
      },
      {
        "Info": {
          "Slots": 18,
          "Rate": 2.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 120,
          "Health": 3500.0
        },
        "Ingredients": {
          "metal.refined": 150,
          "metal.fragments": 12000,
          "sheetmetal": 25,
          "gears": 25,
          "scrap": 300
        }
      },
      {
        "Info": {
          "Slots": 24,
          "Rate": 3.0,
          "Process Global Rate (Don't change this if you want to keep fuel consumption)": 5.0,
          "RP": 180,
          "Health": 4000.0
        },
        "Ingredients": {
          "metal.refined": 300,
          "metal.fragments": 25000,
          "sheetmetal": 50,
          "gears": 40,
          "scrap": 750
        }
      }
    ]
  },
  "Mineral Extraction Speed (Modify this only if you want to nerf some kind of ore)": {
    "stones": 7.0,
    "metal.ore": 5.0,
    "sulfur.ore": 7.5,
    "hq.metal.ore": 50.0,
    "crude.oil": 15.0
  }
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。