Skip to content

snipe-scripts/snipe-mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mining Resource

Features

  • You can have multiple mines
  • You can configure if each person can mine one location just once or unlimited times
  • Configure the chances of getting items
  • Configure the items that can be obtained
  • Configure the time it takes to mine
  • and many more..

Dependencies

Items

QBCore

	['pickaxe'] 					 = {['name'] = 'pickaxe', 			  	  	  	['label'] = 'Pickaxe', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pickaxe.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},
	['stone'] 					 = {['name'] = 'stone', 			  	  	  	['label'] = 'Stone', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'stone.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},
	['diamond'] 					 = {['name'] = 'diamond', 			  	  	  	['label'] = 'Diamond', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'diamond.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},
	['ruby'] 					 = {['name'] = 'ruby', 			  	  	  	['label'] = 'Ruby', 					['weight'] = 100, 		['type'] = 'item', 		['image'] = 'ruby.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'RECYCLE! - Greta Thunberg 2019'},

ESX

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('pickaxe', 'Pickaxe', 1, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('stone', 'Stone', 1, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('diamond', 'Diamond', 1, 0, 1);
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES ('ruby', 'Ruby', 1, 0, 1);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages