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 blueprintsblueprintmanager.admin
- Grants access to console/chat commands
Custom Permissions:
Editable custom blueprint perms via config
blueprintmanager.customperm1
- Grants access to custom set of blueprintsblueprintmanager.customperm2
- Grants access to custom set of blueprints
Workbench Levels:
blueprintmanager.WorkbenchLvL0
- Grants access to blueprints from workbench lvl 0blueprintmanager.WorkbenchLvL1
- Grants access to blueprints from workbench lvl 1blueprintmanager.WorkbenchLvL2
- Grants access to blueprints from workbench lvl 2blueprintmanager.WorkbenchLvL3
- Grants access to blueprints from workbench lvl 3
Item Categories:
blueprintmanager.Attire
- Grants access to all blueprints in the Attire categoryblueprintmanager.Misc
- Grants access to all blueprints in the Misic categoryblueprintmanager.Items
- Grants access to all blueprints in the Items categoryblueprintmanager.Ammunition
- Grants access to all blueprints in the Ammunition categoryblueprintmanager.Construction
- Grants access to all blueprints in the Construction categoryblueprintmanager.Component
- Grants access to all blueprints in the Component categoryblueprintmanager.Traps
- Grants access to all blueprints in the Traps categoryblueprintmanager.Electrical
- Grants access to all blueprints in the Electrical categoryblueprintmanager.Fun
- Grants access to all blueprints in the Fun categoryblueprintmanager.Tool
- Grants access to all blueprints in the Tool categoryblueprintmanager.Weapon
- Grants access to all blueprints in the Weapon categoryblueprintmanager.Resources
- Grants access to all blueprints in the Resources categoryblueprintmanager.Medical
- Grants access to all blueprints in the Medical category
Console Commands
bpreset "player name or id"
- resets blueprints for playerbpremove "player name or id" "item shortname" "item shortname2" "item shortname3"
- remove specified blueprints for playerbpwipeall"
- wipe all bps for every playerbpunlock "player name or id" "item shortname" "item shortname2" "item shortname3" ...
- unlock specified blueprints for playerbpunlockall "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
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.