Unturned

Unturned

View Stats:
how to make kits in unterned 3.21
i need to make kits to my server and not the loadout command the one with you do /kits and /kit (kitname) not the @loadout when you spawn with the items
< >
Showing 1-4 of 4 comments
Squittle Nov 19, 2017 @ 2:23am 
You need to use rocket plugin. Look up tutorials for setting it up.
JacktheFrag Nov 19, 2017 @ 2:54am 
Rocket -> Plugins -> uEssentials -> Kits.json -> Overwrite the following example template:



[
{
"Name": "Starter",
"Items": [
{
"FireMode": "SEMI",
"Ammo": 6,
"Barrel": {
"AttachmentId": 0,
"Durability": 100
},
"Sight": {
"AttachmentId": 0,
"Durability": 100
},
"Grip": {
"AttachmentId": 0,
"Durability": 100
},
"Tactical": {
"AttachmentId": 0,
"Durability": 100
},
"Magazine": {
"AttachmentId": 108,
"Durability": 100
},
"Id": 107,
"Durability": 100,
"Amount": 1
},
{
"Id": 120,
"Durability": 100,
"Amount": 1
},
{
"Id": 81,
"Durability": 100,
"Amount": 1
},
{
"Ammo": 6,
"Id": 108,
"Durability": 100,
"Amount": 1
},
{
"Id": 81,
"Durability": 100,
"Amount": 1
},
{
"Ammo": 6,
"Id": 108,
"Durability": 100,
"Amount": 1
},
{
"Id": 95,
"Durability": 100,
"Amount": 1
},
{
"Id": 183,
"Durability": 100,
"Amount": 1
},
{
"Id": 214,
"Durability": 100,
"Amount": 1
},
{
"Id": 195,
"Durability": 100,
"Amount": 1
}
],
"Cooldown": 3500,
"Cost": 0.0,
"ResetCooldownWhenDie": false
},
{
"Name": "Vehicle",
"Items": [
{
"Id": 1099,
"Durability": 100,
"Amount": 1
}
]

Those are 2 kits. One is Kit starter the other is a makeshift vehicle.
JacktheFrag Nov 19, 2017 @ 2:56am 
Exp kit template:

{
"Name": "250Exp",
"Items": [
{
"Xp": 250
}
],
"Cooldown": 50,
"Cost": 260.0,
"ResetCooldownWhenDie": true
}

Don't forget the ] at the very end
Jorgenland Nov 19, 2017 @ 5:39am 
If you want to spawn with some loot;

/loadout [Item] [Amount]/ [Item] [Amount]
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Nov 19, 2017 @ 2:21am
Posts: 4