📦Items
All you need to know about the item section.
Last updated
Was this helpful?
All you need to know about the item section.
Last updated
Was this helpful?
The Unlimited Webpanel offers users the unique possibiliy to create, change or delete item definitions of your server. All changes to the items will go live instantly!
We focused on giving you the easiest and fastest way to develop items on your server. In combination with our beautiful layout, we created a tool everyone will be able to work with - without needing any .lua-knowledge or root-access!
Navigate to the Development - Items section. You get a list of all items from your Shared/Items.lua file in qb-core
.
To manage or add an specific item, click on "Create item" or choose an existing item from the list to get access on the item settings.
You now can also add item-images up to 5 MB LIVE to your server. See if the items fits in the frame by checking the preview.
name
label
description
image*
weight
usable
unique
close after usage
*item-images need to be added seperatly or can be set by name if they exist already on your server.
We also provide the option to create custom variables. Supported datatypes are String
, Number
and Boolean
. Spectre checks for duplicated keys and wont allow them. Default keys are also protected.
You can also utilize the default QBCore crafting with custom texts, animation while crafting and crafting duration.
Press "SAVE" to synchronise your item-database and add the item to your server.
If you want to delete a specific item, just search for it an select it. You will find a "DELETE"-button in the right buttom corner. This options requires the Item:Edit
permission.
After you clicked it, you need to confirm the removal. The item will be removed live from your Gameserver!
Beware: Deleting an item can cause script-errors, if you delete an item which is neccessary for script performance. Example: If your remoce "Repair-Kits", mechanics might no longer be able to repair cars!