About Craft UI
Plugin Features:
Custom Crafting Recipes: Craft weapons, armor, tools, medic items, special items and vehicles with fully customizable recipes and ingredients.
You chose what will be able to craft for how much ! Custom items or default items ,its about you !
This is great for giving player chance to upgrade items ,to get that Recycler or what ever .
You have text fields :
Server name , and short info where you chose your text in config.
How to open Craft UI :
command - /upgrades
or/and in WorkBench custom button
You can chose how players will open UI ,will you give them both ways ,or only one , its about you !
Permissions :
"crafting.craft" - perm for crafting
"crafting.upgrades" - perm for command /upgrades
"crafting.button" - perm for WorkBench button
How to use Plugin :
This is very simple plugin with easy to understand UI.
Most important thing is that for every item you need to put his : "Identifier": " " .
You can add what ever item in what ever tab , based on shortname/skinID ,and cost for that item.
You can give amount of item what will be crafted ,will it be 1 Ak or 10 ,hmm yea ..
You can change names of items ,you have description for each item .
You can put what ever number of items per tab ,there are pages .
There is text field where you can put server name ,and some info text.
Now you are able to change icons and text field of tabs ,and image of background/main image in config file.
Everything is in config ...
Vehicles :
You can craft vehicles now ,and you can pick them up with hammer..
Vehicles are placed like innertube and large box .
Spawn distance is how far will vehicle spawn .
Identifier = 67,
DisplayName = "Attack Helicopter",
Shortname = "box.wooden.large",
Amount = 1,
SkinID = 3033643127,
IsVehicle = true,
VehiclePrefab = "assets/content/vehicles/attackhelicopter/attackhelicopter.entity.prefab",
SpawnDistance = -0.5f,
Description = "Attack Helicopter",
Future Plans :
Economic/ServerRewards
Config Example :
{
"BackGroundIconUrl": "https://www.dropbox.com/scl/fi/oekoayvmkcc73b2ip77pv/Anvil.png?rlkey=cmrd35fxc2p7uk6ivtzb7v9h9&dl=1",
"Panel1Text": "WEAPONS",
"Panel1IconUrl": "https://www.dropbox.com/scl/fi/f1i0stpz9zz758i8azo0p/rifle.ak.png?rlkey=4w3ew16xrjcg81g6vxuhtl5gp&dl=1",
"Panel2Text": "ARMOR",
"Panel2IconUrl": "https://www.dropbox.com/scl/fi/0dmyzne2p3cv318337wf6/metal.facemask.png?rlkey=btxceyv5xnuc9yqlz7pj6s52a&dl=1",
"Panel3Text": "TOOLS",
"Panel3IconUrl": "https://www.dropbox.com/scl/fi/1grgskr9xhfdfoccytblv/icepick.salvaged.png?rlkey=8pased5k7rn4gtei0mjyx90sq&dl=1",
"Panel4Text": "MEDIC",
"Panel4IconUrl": "https://www.dropbox.com/scl/fi/zdhfaer2crjcqr907c7e9/largemedkit.png?rlkey=qedbem0v9pb43whx6gk6edzi2&dl=1",
"Panel5Text": "SPECIALS",
"Panel5IconUrl": "https://www.dropbox.com/scl/fi/pe2gw856tjn6kv8goq024/star.png?rlkey=9jnasfu3xa4ntzub24oxzja1b&dl=1",
"Panel6Text": "VEHICLES",
"Panel6IconUrl": "https://www.dropbox.com/scl/fi/u1sd8tthfvtvue9i37j6r/attackhelicopter.png?rlkey=olivi4ki0g3o5q2aay9hgm5yq&dl=1",
"ServerName": [
"Welcome to My Server Name"
],
"Info": [
"INFO:",
"There are 6 tabs : Weapon, Armor, Tool, Medic, Special, Vehicle.",
"",
"You can upgrade level of item.",
"",
"You will need some items and resources for crafting.",
"",
"You can put what ever text here ,and add more text!"
],
"WeaponCraftRecipes": [
{
"Identifier": 1,
"DisplayName": "Vamipre Ak Lv1",
"Shortname": "rifle.ak",
"Amount": 1,
"SkinID": 3065510373,
"Description": "5% lifesteal",
"Ingredients": [
{
"Shortname": "rifle.ak",
"Amount": 1,
"SkinID": 0,
"DisplayName": ""
},
{
"Shortname": "scrap",
"Amount": 100,
"SkinID": 0,
"DisplayName": ""
}
]
},
"ArmorCraftRecipes":
"ToolCraftRecipes":
"MedicCraftRecipes":
"SpecialCraftRecipes":
"VehicleCraftRecipes":