Returns the ability to craft quarries back

Supported Games
GameServerKingsGameServerKings

Firstly I wanted to allow players research them, but there is a clientside problem - the client tells the player that he can't research it, so from the serverside it's impossible. We also can't add it to the crafting grid, as long as it's clientside.

Chat Commands

  • /quarry -- Start the crafting of the mining quarry if the player meats the requirements

Configuration

{
  "Crafting price": {
    "wood": 10000,
    "metal.fragments": 1750,
    "cloth": 500
  },
  "Workbench level required": 2,
  "Crafting time": 200.0,
  "Amount to create": 1,
  "Permission to craft": "quarrycraft.use",
  "Command to craft": "/quarry"
}

That's all cool, but ther is a problem I'm still looking for a way thro - at the end of the crafting client gets the NRE(much red text on the screen). It doesn't affect everything.

I don't think it's possible to get away from it somehow - I've spent 3 days searching thro the code.... But if someone would find a way - I would defenetly add it to the plugin.

This plugin is unlicensed and the original author reserves all rights to it.

The original author may request that this plugin be removed and there is a risk that the plugin may be unavailable in the future.

Note that the current maintainer may not have permission to assign a license to the plugin if they are not the original author, so explicit permission would need to be obtained from the original author in order for the plugin to remain openly available and guarantee that it will be around for all to enjoy going forward.

8.0K downloads
29 watchers

quarriescrafting