Skip to main content
Banner
If you do not have programming experience, we recommend that you read each step completely without skipping any lines, since all documentation is important and should not be ignored under any circumstances. If you have a trusted developer, you can install this quickly, easily and safely if you complete this documentation step by step.
If at the end of this documentation you still have any problems, review each step again, after having checked that everything is correct, you open a ticket in our Discord so you can get help from our support team!

NOTE

You may not need to insert all of the following SQLs, the most important is items.sql and the jobs.sql is if you don’t want to manually insert all of the job ranks.
DELETE FROM items WHERE name = 'lighter';
DELETE FROM items WHERE name = 'cheap_lighter';
DELETE FROM items WHERE name = 'vape';

DELETE FROM items WHERE name = 'gelatti';
DELETE FROM items WHERE name = 'gary_payton';
DELETE FROM items WHERE name = 'cereal_milk';
DELETE FROM items WHERE name = 'cheetah_piss';
DELETE FROM items WHERE name = 'snow_man';
DELETE FROM items WHERE name = 'georgia_pie';
DELETE FROM items WHERE name = 'jefe';
DELETE FROM items WHERE name = 'cake_mix';
DELETE FROM items WHERE name = 'white_runtz';
DELETE FROM items WHERE name = 'blueberry_cruffin';
DELETE FROM items WHERE name = 'whitecherry_gelato';
DELETE FROM items WHERE name = 'fine_china';
DELETE FROM items WHERE name = 'pink_sandy';
DELETE FROM items WHERE name = 'zushi';
DELETE FROM items WHERE name = 'apple_gelato';
DELETE FROM items WHERE name = 'biscotti';
DELETE FROM items WHERE name = 'collins_ave';
DELETE FROM items WHERE name = 'marathon';
DELETE FROM items WHERE name = 'oreoz';
DELETE FROM items WHERE name = 'pirckly_pear';
DELETE FROM items WHERE name = 'runtz_og';
DELETE FROM items WHERE name = 'blue_tomyz';
DELETE FROM items WHERE name = 'ether';
DELETE FROM items WHERE name = 'froties';
DELETE FROM items WHERE name = 'gmo_whitewidow';
DELETE FROM items WHERE name = 'ice_cream_cake_pack';
DELETE FROM items WHERE name = 'khalifa_kush';
DELETE FROM items WHERE name = 'la_confidential';
DELETE FROM items WHERE name = 'marshmallow_og';
DELETE FROM items WHERE name = 'moon_rock';
DELETE FROM items WHERE name = 'sour_diesel';
DELETE FROM items WHERE name = 'tahoe_og';

DELETE FROM items WHERE name = 'gelatti_joint';
DELETE FROM items WHERE name = 'gary_payton_joint';
DELETE FROM items WHERE name = 'cereal_milk_joint';
DELETE FROM items WHERE name = 'cheetah_piss_joint';
DELETE FROM items WHERE name = 'snow_man_joint';
DELETE FROM items WHERE name = 'georgia_pie_joint';
DELETE FROM items WHERE name = 'jefe_joint';
DELETE FROM items WHERE name = 'cake_mix_joint';
DELETE FROM items WHERE name = 'white_runtz_joint';
DELETE FROM items WHERE name = 'blueberry_cruffin_joint';
DELETE FROM items WHERE name = 'whitecherry_gelato_joint';
DELETE FROM items WHERE name = 'fine_china_joint';
DELETE FROM items WHERE name = 'pink_sandy_joint';
DELETE FROM items WHERE name = 'zushi_joint';
DELETE FROM items WHERE name = 'apple_gelato_joint';
DELETE FROM items WHERE name = 'biscotti_joint';
DELETE FROM items WHERE name = 'collins_ave_joint';
DELETE FROM items WHERE name = 'marathon_joint';
DELETE FROM items WHERE name = 'oreoz_joint';
DELETE FROM items WHERE name = 'pirckly_pear_joint';
DELETE FROM items WHERE name = 'runtz_og_joint';
DELETE FROM items WHERE name = 'blue_tomyz_joint';
DELETE FROM items WHERE name = 'ether_joint';
DELETE FROM items WHERE name = 'froties_joint';
DELETE FROM items WHERE name = 'gmo_whitewidow_joint';
DELETE FROM items WHERE name = 'ice_cream_cake_pack_joint';
DELETE FROM items WHERE name = 'khalifa_kush_joint';
DELETE FROM items WHERE name = 'la_confidential_joint';
DELETE FROM items WHERE name = 'marshmallow_og_joint';
DELETE FROM items WHERE name = 'moon_rock_joint';
DELETE FROM items WHERE name = 'sour_diesel_joint';
DELETE FROM items WHERE name = 'tahoe_og_joint';

DELETE FROM items WHERE name = 'grabba_leaf';
DELETE FROM items WHERE name = 'backwoods_honey';
DELETE FROM items WHERE name = 'backwoods_grape';
DELETE FROM items WHERE name = 'backwoods_russian_cream';
DELETE FROM items WHERE name = 'paxton_pearl_cigars';
DELETE FROM items WHERE name = 'banana_backwoods';
DELETE FROM items WHERE name = 'raw_cone_king';

DELETE FROM items WHERE name = 'blueberry_jam_cookie';
DELETE FROM items WHERE name = 'butter_cookie';
DELETE FROM items WHERE name = 'cookie_craze';
DELETE FROM items WHERE name = 'get_figgy';
DELETE FROM items WHERE name = 'key_lime_cookie';
DELETE FROM items WHERE name = 'marshmallow_crisp';
DELETE FROM items WHERE name = 'no_99';
DELETE FROM items WHERE name = 'paris_fog';
DELETE FROM items WHERE name = 'pogo';
DELETE FROM items WHERE name = 'pumpkin_cookie';
DELETE FROM items WHERE name = 'shamrock_cookie';
DELETE FROM items WHERE name = 'strawberry_jam_cookie';

DELETE FROM items WHERE name = 'pooch_bag';
DELETE FROM items WHERE name = 'seed_weed';
DELETE FROM items WHERE name = 'weed_fertilizer';
DELETE FROM items WHERE name = 'weed_leaf';
DELETE FROM items WHERE name = 'weed_pot';
DELETE FROM items WHERE name = 'weed_spray';


INSERT INTO `items` (`name`, `label`, `limit`) VALUES
	('lighter', 'Lighter', -1),
	('cheap_lighter', 'Cheap Lighter', -1),
	('vape', 'Vape', -1),

	('gelatti', 'Gelatti', -1),
	('gary_payton', 'Gary Payton', -1),
	('cereal_milk', 'Cereal Milk', -1),
	('cheetah_piss', 'Cheetah Piss', -1),
	('snow_man', 'Snow Man', -1),
	('georgia_pie', 'Georgia Pie', -1),
	('jefe', 'Jefe', -1),
	('cake_mix', 'Cake Mix', -1),
	('white_runtz', 'White Runtz', -1),
	('whitecherry_gelato', 'Whitecherry Gelato', -1),
	('blueberry_cruffin', 'Blueberry Cruffin', -1),
	('fine_china', 'Fine China', -1),
	('pink_sandy', 'Pink Sandy', -1),
	('zushi', 'Zushi', -1),
	('apple_gelato', 'Apple Gelato', -1),
	('biscotti', 'Biscotti', -1),
	('collins_ave', 'Collins AVE', -1),
	('marathon', 'Marathon', -1),
	('oreoz', 'Oreoz', -1),
	('pirckly_pear', 'Pirckly Pear', -1),
	('runtz_og', 'Runtz OG', -1),
	('blue_tomyz', 'Blue Tomyz', -1),
	('ether', 'Ether', -1),
	('froties', 'Froties', -1),
	('gmo_whitewidow', 'GMO Cookies', -1),
	('ice_cream_cake_pack', 'Ice Cream Cake Pack', -1),
	('khalifa_kush', 'Khalifa Kush', -1),
	('la_confidential', 'LA Confidential', -1),
	('marshmallow_og', 'Marshmallow OG', -1),
	('moon_rock', 'Moon Rock', -1),
	('sour_diesel', 'Sour Diesel', -1),
	('tahoe_og', 'Tahoe OG', -1),

	('gelatti_joint', 'Gelatti Joint', -1),
	('gary_payton_joint', 'Gary Payton Joint', -1),
	('cereal_milk_joint', 'Cereal Milk Joint', -1),
	('cheetah_piss_joint', 'Cheetah Piss Joint', -1),
	('snow_man_joint', 'Snow Man Joint', -1),
	('georgia_pie_joint', 'Georgia Pie Joint', -1),
	('jefe_joint', 'Jefe Joint', -1),
	('cake_mix_joint', 'Cake Mix Joint', -1),
	('white_runtz_joint', 'White Runtz Joint', -1),
	('blueberry_cruffin_joint', 'Blueberry Cruffin Joint', -1),
	('whitecherry_gelato_joint', 'Whitecherry Gelato Joint', -1),
	('fine_china_joint', 'Fine China Joint', -1),
	('pink_sandy_joint', 'Pink Sandy Joint', -1),
	('zushi_joint', 'Zushi Joint', -1),
	('apple_gelato_joint', 'Apple Gelato Joint', -1),
	('biscotti_joint', 'Biscotti Joint', -1),
	('collins_ave_joint', 'Collins AVE Joint', -1),
	('marathon_joint', 'Marathon Joint', -1),
	('oreoz_joint', 'Oreoz Joint', -1),
	('pirckly_pear_joint', 'Pirckly Pear Joint', -1),
	('runtz_og_joint', 'Runtz OG Joint', -1),
	('blue_tomyz_joint', 'Blue Tomyz Joint', -1),
	('ether_joint', 'Ether Joint', -1),
	('froties_joint', 'Froties Joint', -1),
	('gmo_whitewidow_joint', 'GMO Cookies Joint', -1),
	('ice_cream_cake_pack_joint', 'Ice Cream Cake Pack Joint', -1),
	('khalifa_kush_joint', 'Khalifa Kush Joint', -1),
	('la_confidential_joint', 'LA Confidential Joint', -1),
	('marshmallow_og_joint', 'Marshmallow OG Joint', -1),
	('moon_rock_joint', 'Moon Rock Joint', -1),
	('sour_diesel_joint', 'Sour Diesel Joint', -1),
	('tahoe_og_joint', 'Tahoe OG Joint', -1),

	('backwoods_honey', 'Backwoods Honey', -1),
	('backwoods_grape', 'Backwoods Grape', -1),
	('grabba_leaf', 'Grabba Leaf', -1),
	('backwoods_russian_cream', 'Backwoods Russian Cream', -1),
	('paxton_pearl_cigars', 'Paxton Pearl Cigars', -1),
	('banana_backwoods', 'Banana Backwoods', -1),
	('raw_cone_king', 'Raw Cone King', -1),

	('blueberry_jam_cookie', 'Blueberry Jam Cookie', -1),
	('butter_cookie', 'Butter Cookie', -1),
	('cookie_craze', 'Cookie Craze', -1),
	('get_figgy', 'Get Figgy', -1),
	('key_lime_cookie', 'Key Lime Cookie', -1),
	('marshmallow_crisp', 'Marshmallow Crisp', -1),
	('no_99', 'NO 99', -1),
	('paris_fog', 'Paris Fog', -1),
	('pogo', 'Pogo', -1),
	('pumpkin_cookie', 'Pumpkin Cookie', -1),
	('shamrock_cookie', 'Shamrock Cookie', -1),
	('strawberry_jam_cookie', 'Strawberry Jam Cookie', -1),
	
	('pooch_bag', 'Pooch Bag', -1),
	('seed_weed', 'Weed Seed', -1),
	('weed_fertilizer', 'Weed Fertilizer', -1),
	('weed_leaf', 'Weed Leaf', -1),
	('weed_pot', 'Weed Pot', -1),
	('weed_spray', 'Weed Spray', -1)
;