Installation
Do not skim the instructions. You need to follow every step of the Install Guide to make sure you're installing the script correctly
Dependency Installation
Jim_Bridge
Download
Get it free from github - https://github.com/jimathy/jim_bridge
Framework Installation
Add the script to the server resources
It is highly recommend to put this script folder in a new folder called
[jim]Then add
ensure [jim]AFTER your other scripts in your server.cfg
Ensure List
GO TO YOUR server.cfg
The ORDER of the load order is important, check information here
Resources (EXAMPLE)
# Default & Standalone Resources
# ------------------------------
ensure chat
ensure hardcap
ensure oxmysql
start ox_lib
# ESX Legacy Core
# ----------
ensure [core]
ensure [esx_addons]
start ox_inventory
start ox_target
ensure [standalone] # Place `jim_bridge` here
# ESX Addons
# ----------
# Other
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts hereIF YOU ALREADY HAVE A [jim] FOLDER, PUT IT IN THAT FOLDER YOU DO NOT NEED TO CREATE A NEW ONE.
Jim-Payments (Required/Optional)
This is the default system for payments in the script but can easily be changed in
client.luaWhen triggered gets a list of the nearest players and lets you choose which one to charge
I class it as
optionalbecause you don't specifically need it if you have another you want to use.
Jim-Consumables (Optional)
If
jim-consumablesis installed, the script will attempt to reroute consumablesThe server side will automatically add the items to
jim-consumables(edit any values you wish there)When used the item will trigger the
jim-script:client:consumeevent which detects wether to use built in event's orjim-consuambles(if found)
Add the script to the server resources
It is highly recommend to put this script folder in a new folder called
[jim]Then add
ensure [jim]AFTER your other scripts in your server.cfg
Ensure List
GO TO YOUR server.cfg
The ORDER of the load order is important, check information here
Resources (EXAMPLE)
# QBCore & Extra stuff
ensure qb-core
ensure [qb]
ensure [standalone] # Place `jim_bridge` here
ensure [voice]
ensure [defaultmaps]
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts hereIF YOU ALREADY HAVE A [jim] FOLDER, PUT IT IN THAT FOLDER YOU DO NOT NEED TO CREATE A NEW ONE.
Jim-Payments (Required/Optional)
This is the default system for payments in the script but can easily be changed in
client.luaWhen triggered gets a list of the nearest players and lets you choose which one to charge
I class it as
optionalbecause you don't specifically need it if you have another you want to use.
Jim-Consumables (Optional)
If
jim-consumablesis installed, the script will attempt to reroute consumablesThe server side will automatically add the items to
jim-consumables(edit any values you wish there)When used the item will trigger the
jim-script:client:consumeevent which detects wether to use built in event's orjim-consuambles(if found)
Add the script to the server resources
It is highly recommend to put this script folder in a new folder called
[jim]Then add
ensure [jim]AFTER your other scripts in your server.cfg
Ensure List
GO TO YOUR server.cfg
The ORDER of the load order is important, check information here
Resources (EXAMPLE)
# Qbox & Extra stuff
ensure ox_lib
ensure qbx_core
ensure ox_target
ensure [ox]
ensure [qbx]
ensure [standalone] # Place `jim_bridge` here
ensure [voice]
ensure [npwd-apps]
ensure qbx_npwd
ensure npwd
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts hereIF YOU ALREADY HAVE A [jim] FOLDER, PUT IT IN THAT FOLDER YOU DO NOT NEED TO CREATE A NEW ONE.
Jim-Payments (Required/Optional)
This is the default system for payments in the script but can easily be changed in
client.luaWhen triggered gets a list of the nearest players and lets you choose which one to charge
I class it as
optionalbecause you don't specifically need it if you have another you want to use.
Jim-Consumables (Optional)
If
jim-consumablesis installed, the script will attempt to reroute consumablesThe server side will automatically add the items to
jim-consumables(edit any values you wish there)When used the item will trigger the
jim-script:client:consumeevent which detects wether to use built in event's orjim-consuambles(if found)
Add the script to the server resources
It is highly recommend to put this script folder in a new folder called
[jim]Then add
ensure [jim]AFTER your other scripts in your server.cfg
Ensure List
GO TO YOUR server.cfg
The ORDER of the load order is important, check information here
Resources (EXAMPLE)
start chat
start sessionmanager
start pe-basicloading
start bob74_ipl
start pma-voice
start oxmysql
start ox_lib
start ox_core
start ox_target
start illenium-appearance
start ox_inventory
ensure [standalone] # Place `jim_bridge` here
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts here
# Extra Other Scripts HereIF YOU ALREADY HAVE A [jim] FOLDER, PUT IT IN THAT FOLDER YOU DO NOT NEED TO CREATE A NEW ONE.
Jim-Payments (Required/Optional)
This is the default system for payments in the script but can easily be changed in
client.luaWhen triggered gets a list of the nearest players and lets you choose which one to charge
I class it as
optionalbecause you don't specifically need it if you have another you want to use.
Jim-Consumables (Optional)
If
jim-consumablesis installed, the script will attempt to reroute consumablesThe server side will automatically add the items to
jim-consumables(edit any values you wish there)When used the item will trigger the
jim-script:client:consumeevent which detects wether to use built in event's orjim-consuambles(if found)
Job Installation
Import the esx_jobs.sql into your database to add the jobs and their grades
INSERT INTO `jobs` (name, label) VALUES
('insertcoin', 'Insert Coin'),
('yellowjack', 'Yellow Jack'),
('cyberbar', 'Cyber Bar'),
('irishpub', 'Irish Pub'),
('splitsides', 'Split Sides'),
('bahama', 'Bahama Mamas'),
('limeys', 'Limeys'),
;
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('insertcoin',0,'recruit','Recruit',12,'{}','{}'),
('insertcoin',1,'novice','Novice',24,'{}','{}'),
('insertcoin',2,'experienced','Experienced',36,'{}','{}'),
('insertcoin',3,'advanced',"Advanced",48,'{}','{}'),
('insertcoin',4,'boss','Manager',0,'{}','{}')
('yellowjack',0,'recruit','Recruit',12,'{}','{}'),
('yellowjack',1,'novice','Novice',24,'{}','{}'),
('yellowjack',2,'experienced','Experienced',36,'{}','{}'),
('yellowjack',3,'advanced',"Advanced",48,'{}','{}'),
('yellowjack',4,'boss','Manager',0,'{}','{}')
('cyberbar',0,'recruit','Recruit',12,'{}','{}'),
('cyberbar',1,'novice','Novice',24,'{}','{}'),
('cyberbar',2,'experienced','Experienced',36,'{}','{}'),
('cyberbar',3,'advanced',"Advanced",48,'{}','{}'),
('cyberbar',4,'boss','Manager',0,'{}','{}')
('irishpub',0,'recruit','Recruit',12,'{}','{}'),
('irishpub',1,'novice','Novice',24,'{}','{}'),
('irishpub',2,'experienced','Experienced',36,'{}','{}'),
('irishpub',3,'advanced',"Advanced",48,'{}','{}'),
('irishpub',4,'boss','Manager',0,'{}','{}')
('splitsides',0,'recruit','Recruit',12,'{}','{}'),
('splitsides',1,'novice','Novice',24,'{}','{}'),
('splitsides',2,'experienced','Experienced',36,'{}','{}'),
('splitsides',3,'advanced',"Advanced",48,'{}','{}'),
('splitsides',4,'boss','Manager',0,'{}','{}')
('limeys',0,'recruit','Recruit',12,'{}','{}'),
('limeys',1,'novice','Novice',24,'{}','{}'),
('limeys',2,'experienced','Experienced',36,'{}','{}'),
('limeys',3,'advanced',"Advanced",48,'{}','{}'),
('limeys',4,'boss','Manager',0,'{}','{}')
;Add the lines from qb_jobs.txt to your qb-core > shared > jobs.lua
['insertcoin'] = {
label = 'Insert Coin',
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['yellowjack'] = {
label = 'Yellow Jack',
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['cyberbar'] = {
label = 'Cyber Bar',
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['irishpub'] = {
label = 'Irish Pub',
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['splitsides'] = {
label = 'Split Sides',
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['limeys'] = {
label = "Limey's",
defaultDuty = false,
grades = {
['0'] = { name = 'Recruit', payment = 50 },
['1'] = { name = 'Novice', payment = 75 },
['2'] = { name = 'Experienced', payment = 100 },
['3'] = { name = 'Advanced', payment = 125 },
['4'] = { name = 'Manager', isboss = true, payment = 150 },
},
},Add the lines from qb_jobs.txt to your qbx_core > shared > jobs.lua
['insertcoin'] = {
label = 'Insert Coin',
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['yellowjack'] = {
label = 'Yellow Jack',
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['cyberbar'] = {
label = 'Cyber Bar',
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['irishpub'] = {
label = 'Irish Pub',
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['splitsides'] = {
label = 'Split Sides',
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},
['limeys'] = {
label = "Limey's",
defaultDuty = false,
grades = {
[0] = { name = 'Recruit', payment = 50 },
[1] = { name = 'Novice', payment = 75 },
[2] = { name = 'Experienced', payment = 100 },
[3] = { name = 'Advanced', payment = 125 },
[4] = { name = 'Manager', isboss = true, payment = 150 },
},
},Import the ox_jobs.sql into your database to add the jobs and their grades
INSERT IGNORE INTO `account_roles` (`name`) VALUES
('novice'),
('experienced'),
('advanced'),
('manager'),
('owner');
INSERT IGNORE INTO `ox_groups` ( `name`, `label`, `colour`, `hasAccount`) VALUES
( 'insertcoin', 'Insert Coin', NULL, 1 ),
( 'yellowjack', 'Yellow Jack', NULL, 1 ),
( 'cyberbar', 'Cyber Bar', NULL, 1 ),
( 'irishpub', 'Irish Pub', NULL, 1 ),
( 'splitsides', 'Split Sides', NULL, 1 ),
( 'limeys', 'Limeys', NULL, 1 );
INSERT IGNORE INTO `ox_group_grades` (`group`, `grade`, `label`, `accountRole`) VALUES
('insertcoin', 0, 'Recruit', NULL),
('insertcoin', 1, 'Novice', 'novice'),
('insertcoin', 2, 'Experienced', 'experienced'),
('insertcoin', 3, 'Advanced', 'advanced'),
('insertcoin', 4, 'Manager', 'manager'),
('insertcoin', 5, 'Owner', 'owner'),
('yellowjack', 0, 'Recruit', NULL),
('yellowjack', 1, 'Novice', 'novice'),
('yellowjack', 2, 'Experienced', 'experienced'),
('yellowjack', 3, 'Advanced', 'advanced'),
('yellowjack', 4, 'Manager', 'manager'),
('yellowjack', 5, 'Owner', 'owner'),
('cyberbar', 0, 'Recruit', NULL),
('cyberbar', 1, 'Novice', 'novice'),
('cyberbar', 2, 'Experienced', 'experienced'),
('cyberbar', 3, 'Advanced', 'advanced'),
('cyberbar', 4, 'Manager', 'manager'),
('cyberbar', 5, 'Owner', 'owner'),
('irishpub', 0, 'Recruit', NULL),
('irishpub', 1, 'Novice', 'novice'),
('irishpub', 2, 'Experienced', 'experienced'),
('irishpub', 3, 'Advanced', 'advanced'),
('irishpub', 4, 'Manager', 'manager'),
('irishpub', 5, 'Owner', 'owner'),
('splitsides', 0, 'Recruit', NULL),
('splitsides', 1, 'Novice', 'novice'),
('splitsides', 2, 'Experienced', 'experienced'),
('splitsides', 3, 'Advanced', 'advanced'),
('splitsides', 4, 'Manager', 'manager'),
('splitsides', 5, 'Owner', 'owner'),
('limeys', 0, 'Recruit', NULL),
('limeys', 1, 'Novice', 'novice'),
('limeys', 2, 'Experienced', 'experienced'),
('limeys', 3, 'Advanced', 'advanced'),
('limeys', 4, 'Manager', 'manager'),
('limeys', 5, 'Owner', 'owner');Item Installation
These items work for both old and new qb-inventory
Item Images
Add the images from _install > images to your inventory folder
eg.
qb-inventory > html > images
Item Data
If using qb-inventory or similar, add the lines from qb_items.txt to your qb-core > shared > items.lua
--Jim-Bars
--Cocktails
b52 = { name = "b52", label = "B-52", weight = 200, type = "item", image = "b52.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "B-52 Cocktail", },
brussian = { name = "brussian", label = "Black Russian", weight = 200, type = "item", image = "brussian.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Black Russian Cocktail", },
bkamikaze = { name = "bkamikaze", label = "Blue Kamikaze", weight = 200, type = "item", image = "bkamikaze.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Blue Kamikaze Cocktail", },
cappucc = { name = "cappucc", label = "Cappuccinotini", weight = 200, type = "item", image = "cappucc.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cappuccinotini Cocktail", },
ccookie = { name = "ccookie", label = "Cranberry Cookie", weight = 200, type = "item", image = "ccookie.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cranberry Cookie Cocktail", },
iflag = { name = "iflag", label = "Irish Flag", weight = 200, type = "item", image = "iflag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Irish Flag Cocktail", },
kamikaze = { name = "kamikaze", label = "Kamikaze", weight = 200, type = "item", image = "kamikaze.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Kamikase Cocktail", },
sbullet = { name = "sbullet", label = "Silver Bullet", weight = 200, type = "item", image = "sbullet.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Silver Bullet Cocktail", },
voodoo = { name = "voodoo", label = "Voodoo", weight = 200, type = "item", image = "voodoo.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Voodoo Cocktail", },
woowoo = { name = "woowoo", label = "Woo Woo", weight = 200, type = "item", image = "woowoo.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Woowoo Cocktail", },
--Drink Ingredients
orange = { name = "orange", label = "Orange", weight = 200, type = "item", image = "orange.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "An Orange." },
lime = { name = "lime", label = "Lime", weight = 200, type = "item", image = "lime.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "A Lime." },
chocolate = { name = "chocolate", label = "Chocolate", weight = 200, type = "item", image = "chocolate.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "Chocolate Bar", },
cranberry = { name = "cranberry", label = "Cranberry Juice", weight = 200, type = "item", image = "cranberry.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cranberry Juice", },
schnapps = { name = "schnapps", label = "Peach Schnapps", weight = 200, type = "item", image = "schnapps.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Peach Schnapps", },
gin = { name = "gin", label = "Gin", weight = 200, type = "item", image = "gin.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Gin", },
scotch = { name = "scotch", label = "Scotch", weight = 200, type = "item", image = "scotch.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Scotch", },
rum = { name = "rum", label = "Rum", weight = 200, type = "item", image = "rum.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Rum", },
icream = { name = "icream", label = "Irish Cream", weight = 200, type = "item", image = "icream.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Irish Cream Liquer", },
amaretto = { name = "amaretto", label = "Amaretto", weight = 200, type = "item", image = "amaretto.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Amaretto", },
curaco = { name = "curaco", label = "Curaco", weight = 200, type = "item", image = "curaco.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "A bottle of Curaco", },
--BEERS
ambeer = { name = "ambeer", label = "AM Beer", weight = 100, type = "item", image = "ambeer.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
dusche = { name = "dusche", label = "Dusche Gold", weight = 100, type = "item", image = "dusche.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
logger = { name = "logger", label = "Logger Beer", weight = 100, type = "item", image = "logger.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
pisswasser = { name = "pisswasser", label = "Pißwasser", weight = 100, type = "item", image = "pisswaser1.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
pisswasser2 = { name = "pisswasser2", label = "Pißwasser Stout", weight = 100, type = "item", image = "pisswaser2.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
pisswasser3 = { name = "pisswasser3", label = "Pißwasser Pale Ale", weight = 100, type = "item", image = "pisswaser3.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
--SODA
sprunk = { name = "sprunk", label = "Sprunk", weight = 100, type = "item", image = "sprunk.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
sprunklight = { name = "sprunklight", label = "Sprunk Light", weight = 100, type = "item", image = "sprunklight.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
ecola = { name = "ecola", label = "eCola", weight = 100, type = "item", image = "ecola.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
ecolalight = { name = "ecolalight", label = "eCola Light", weight = 100, type = "item", image = "ecolalight.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
crisps = { name = "crisps", label = "Crisps", weight = 100, type = "item", image = "chips.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "", },
This applies to any framework using ox_inventory
Currently while using ESX my scripts only support ox_inventory
Item Images
Copy and paste the images from _install > images to your inventory folder
eg.
ox_inventory > web > images
Item Data
Add the ox_items.txt to your ox_inventory > data > items.lua
-- JIM-BARS --
b52 = { label = "B-52", weight = 200, stack = true, close = true, description = "B-52 Cocktail",
client = { image = "b52.png", event = "jim-bars:client:Consume", }
},
brussian = { label = "Black Russian", weight = 200, stack = true, close = true, description = "Black Russian Cocktail",
client = { image = "brussian.png", event = "jim-bars:client:Consume", }
},
bkamikaze = { label = "Blue Kamikaze", weight = 200, stack = true, close = true, description = "Blue Kamikaze Cocktail",
client = { image = "bkamikaze.png", event = "jim-bars:client:Consume", }
},
cappucc = { label = "Cappuccinotini", weight = 200, stack = true, close = true, description = "Cappuccinotini Cocktail",
client = { image = "cappucc.png", event = "jim-bars:client:Consume", }
},
ccookie = { label = "Cranberry Cookie", weight = 200, stack = true, close = true, description = "Cranberry Cookie Cocktail",
client = { image = "ccookie.png", event = "jim-bars:client:Consume", }
},
iflag = { label = "Irish Flag", weight = 200, stack = true, close = true, description = "Irish Flag Cocktail",
client = { image = "iflag.png", event = "jim-bars:client:Consume", }
},
kamikaze = { label = "Kamikaze", weight = 200, stack = true, close = true, description = "Kamikase Cocktail",
client = { image = "kamikaze.png", event = "jim-bars:client:Consume", }
},
sbullet = { label = "Silver Bullet", weight = 200, stack = true, close = true, description = "Silver Bullet Cocktail",
client = { image = "sbullet.png", event = "jim-bars:client:Consume", }
},
voodoo = { label = "Voodoo", weight = 200, stack = true, close = true, description = "Voodoo Cocktail",
client = { image = "voodoo.png", event = "jim-bars:client:Consume", }
},
woowoo = { label = "Woo Woo", weight = 200, stack = true, close = true, description = "Woowoo Cocktail",
client = { image = "woowoo.png", event = "jim-bars:client:Consume", }
},
orange = { label = "Orange", weight = 200, stack = true, close = false, description = "An Orange.",
client = { image = "orange.png", }
},
lime = { label = "Lime", weight = 200, stack = true, close = false, description = "A Lime.",
client = { image = "lime.png", }
},
chocolate = { label = "Chocolate", weight = 200, stack = true, close = true, description = "Chocolate Bar",
client = { image = "chocolate.png", event = "jim-bars:client:Consume", }
},
cranberry = { label = "Cranberry Juice", weight = 200, stack = true, close = true, description = "Cranberry Juice",
client = { image = "cranberry.png", event = "jim-bars:client:Consume", }
},
schnapps = { label = "Peach Schnapps", weight = 200, stack = true, close = true, description = "A bottle of Peach Schnapps",
client = { image = "schnapps.png", event = "jim-bars:client:Consume", }
},
gin = { label = "Gin", weight = 200, stack = true, close = true, description = "A bottle of Gin",
client = { image = "gin.png", event = "jim-bars:client:Consume", }
},
scotch = { label = "Scotch", weight = 200, stack = true, close = true, description = "A bottle of Scotch",
client = { image = "scotch.png", event = "jim-bars:client:Consume", }
},
rum = { label = "Rum", weight = 200, stack = true, close = true, description = "A bottle of Rum",
client = { image = "rum.png", event = "jim-bars:client:Consume", }
},
icream = { label = "Irish Cream", weight = 200, stack = true, close = true, description = "A bottle of Irish Cream Liquer",
client = { image = "icream.png", event = "jim-bars:client:Consume", }
},
amaretto = { label = "Amaretto", weight = 200, stack = true, close = true, description = "A bottle of Amaretto",
client = { image = "amaretto.png", event = "jim-bars:client:Consume", }
},
curaco = { label = "Curaco", weight = 200, stack = true, close = true, description = "A bottle of Curaco",
client = { image = "curaco.png", event = "jim-bars:client:Consume", }
},
vodka = { label = "Vodka", eight = 500, stack = true, close = true, description = "For all the thirsty out there",
client = { image = "vodka.png", }
},
ambeer = { label = "AM Beer", weight = 100, stack = true, close = true, description = "",
client = { image = "ambeer.png", event = "jim-bars:client:Consume", }
},
dusche = { label = "Dusche Gold", weight = 100, stack = true, close = true, description = "",
client = { image = "dusche.png", event = "jim-bars:client:Consume", }
},
logger = { label = "Logger Beer", weight = 100, stack = true, close = true, description = "",
client = { image = "logger.png", event = "jim-bars:client:Consume", }
},
pisswasser = { label = "Pißwasser", weight = 100, stack = true, close = true, description = "",
client = { image = "pisswaser1.png", event = "jim-bars:client:Consume", }
},
pisswasser2 = { label = "Pißwasser Stout", weight = 100, stack = true, close = true, description = "",
client = { image = "pisswaser2.png", event = "jim-bars:client:Consume", }
},
pisswasser3 = { label = "Pißwasser Pale Ale", weight = 100, stack = true, close = true, description = "",
client = { image = "pisswaser3.png", event = "jim-bars:client:Consume", }
},
sprunk = { label = "Sprunk", weight = 100, stack = true, close = true, description = "",
client = { image = "sprunk.png", event = "jim-bars:client:Consume", }
},
sprunklight = { label = "Sprunk Light", weight = 100, stack = true, close = true, description = "",
client = { image = "sprunklight.png", event = "jim-bars:client:Consume", }
},
ecola = { label = "eCola", weight = 100, stack = true, close = true, description = "",
client = { image = "ecola.png", event = "jim-bars:client:Consume", }
},
ecolalight = { label = "eCola Light", weight = 100, stack = true, close = true, description = "",
client = { image = "ecolalight.png", event = "jim-bars:client:Consume", }
},
coffee = { label = "Coffee", weight = 200, stack = true, close = true, description = "Pump 4 Caffeine",
client = { image = "coffee.png", event = "jim-bars:client:Consume", }
},
crisps = { label = "Crisps", weight = 100, stack = true, close = true, description = "",
client = { image = "chips.png", event = "jim-bars:client:Consume", }
},
Last updated