Whispers88
Manage blueprints on your server easily

Supported Games
GameServerKingsGameServerKings
works with

Blueprint Manager This plugin allows server owners to create a highly customizable blueprint experience. Allowing for on demand BP access via commands, permission and timed access after wipe.

Permissions

Permissions are enabled for each item category and workbench level, as well as custom permissions. All permissions are automatically added. The list below is what is currrently set as default:

  • blueprintmanager.all - Grants access to all available blueprints
  • blueprintmanager.admin - Grants access to console/chat commands

Custom Permissions:

Editable custom blueprint perms via config

  • blueprintmanager.customperm1 - Grants access to custom set of blueprints
  • blueprintmanager.customperm2 - Grants access to custom set of blueprints

Workbench Levels:

  • blueprintmanager.WorkbenchLvL0 - Grants access to blueprints from workbench lvl 0
  • blueprintmanager.WorkbenchLvL1 - Grants access to blueprints from workbench lvl 1
  • blueprintmanager.WorkbenchLvL2 - Grants access to blueprints from workbench lvl 2
  • blueprintmanager.WorkbenchLvL3 - Grants access to blueprints from workbench lvl 3

Item Categories:

  • blueprintmanager.Attire - Grants access to all blueprints in the Attire category
  • blueprintmanager.Misc - Grants access to all blueprints in the Misic category
  • blueprintmanager.Items - Grants access to all blueprints in the Items category
  • blueprintmanager.Ammunition - Grants access to all blueprints in the Ammunition category
  • blueprintmanager.Construction - Grants access to all blueprints in the Construction category
  • blueprintmanager.Component - Grants access to all blueprints in the Component category
  • blueprintmanager.Traps - Grants access to all blueprints in the Traps category
  • blueprintmanager.Electrical - Grants access to all blueprints in the Electrical category
  • blueprintmanager.Fun - Grants access to all blueprints in the Fun category
  • blueprintmanager.Tool - Grants access to all blueprints in the Tool category
  • blueprintmanager.Weapon - Grants access to all blueprints in the Weapon category
  • blueprintmanager.Resources - Grants access to all blueprints in the Resources category
  • blueprintmanager.Medical - Grants access to all blueprints in the Medical category

Console Commands

  • bpreset "player name or id" - resets blueprints for player
  • bpremove "player name or id" "item shortname" "item shortname2" "item shortname3" - remove specified blueprints for player
  • bpwipeall" - wipe all bps for every player
  • bpunlock "player name or id" "item shortname" "item shortname2" "item shortname3" ... - unlock specified blueprints for player
  • bpunlockall "player name or id"- unlocks all blueprints for player

Configuration

{
  "Simple Mode (disables advance blueprint management options)": false,
  "Update players on permission change (automatically updates a players BPs when their permissions change)": true,
  "Wipe BPs with Map Wipe": false,
  "Blacklist (items from being automatically learnt)": [],
  "DefaultBPs (Blueprints to be automatically learnt)": [],
  "Assign custom BP unlocks to various perms (permission, BP List": {
    "customperm1": [
      "rock"
    ],
    "customperm2": [
      "torch"
    ]
  },
  "Advanced Blueprint Management Options": {
    "hat.wolf.item": {
      "defaultBP": true,
      "canResearch": true,
      "scrapRequired": 0,
      "unlockMinutesAfterWipe": -1,
      "autoUnlockMinutesAfterWipe": false
    },
 }

Advance Options:

  • "defaultBP": sets blueprint as default (unlocks for all players),
  • "canResearch": toggles the ability to research a blueprint (Set this to false if you want a BP locked till after the set unlockMinutesAfterWipe)
  • "scrapRequired": scrap required to research (ResearchBench)
  • "unlockMinutesAfterWipe": Sets a timer to set can research to true and automatically give BPS IF autoUnlockMinutesAfterWipe is set to true (set to -1 to disable)
  • "autoUnlockMinutesAfterWipe": automatically unlocks a bp for all players if unlockMinutesAfterWipe is set

Tutorial

https://www.youtube.com/watch?v=W_MUVyJ3dWw

Localization

Credits

  • Jacob, the original developer of this plugin
  • Orange, for helping maintain the plugin

MIT License


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.