mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-18 23:16:03 +01:00
feat: Notify config progressbar config & canrun while consume in config
This commit is contained in:
committed by
GitHub
parent
a6f6492d5b
commit
a0c83c0e1f
@@ -23,6 +23,7 @@ To add an item, you only need to add a new item table in the Config.Consumables
|
||||
```lua
|
||||
["heartstopper"] = {
|
||||
emote = "burger", -- Select an emote from below, it has to be in here
|
||||
canRun = false, --To restrict a player can run while consuming on particuller item eg. default is false make it true if you wanna restrict running
|
||||
time = math.random(5000, 6000), -- Amount of time it takes to consume the item
|
||||
stress = math.random(1,2), -- Amount of stress relief, can be 0
|
||||
heal = 0, -- Set amount to heal by after consuming
|
||||
|
||||
Reference in New Issue
Block a user