JP-Mining is a mining script created for the framework RSG/RSG-Core. It’s a more advanced version with better configurations than the original one, that will allow you to have different kind of awards and also be able to wash rocks when you’ve mined them so you can get the ores!
Features;
- Multiple mining locations
- 3 Different reward categories
- Wash rocks at any river/water based areas
- Easy Config for modifications
- 25% chance the the pickaxe will break
CONFIG = {}
CONFIG.RareAward = {
'diamond',
'ruby',
'emerald',
'mediumnugget',
'smallnugget',
'largenugget'
}
CONFIG.UncommonAward = {
'silver',
'nitrate'
}
CONFIG.Normal = {
'rocksalt',
'iron',
'coal',
'aluminum',
'copper',
}
CONFIG.MiningLocations = {
{
name = 'Mining',
location = 'mining-1',
coords = vector3(-1424.091, 1176.6002, 226.3431),
showblip = true
},
{
name = 'Mining',
location = 'mining-2',
coords = vector3(-1417.508, 1171.145, 226.57142),
showblip = true
},
{
name = 'Mining',
location = 'mining-3',
coords = vector3(2763.174, 1406.2044,68.444854),
showblip = true
},
{
name = 'Mining',
location = 'mining-4',
coords = vector3(2726.7871, 1384.9691, 68.878173),
showblip = true
},
{
name = 'Mining',
location = 'mining-5',
coords = vector3(2717.3491, 1314.0633, 69.75164),
showblip = true
},
{
name = 'Mining',
location = 'mining-6',
coords = vector3(835.76275, 1931.185, 259.84646),
showblip = true
},
{
name = 'Mining',
location = 'mining-7',
coords = vector3(835.62109, 1925.5421, 259.289),
showblip = true
},
{
name = 'Mining',
location = 'mining-8',
coords = vector3(831.66693, 1920.0919, 259.37493),
showblip = true
},
{
name = 'Mining',
location = 'mining-9',
coords = vector3(825.7395, 1922.6685, 259.20452),
showblip = true
},
}
DOWNLOAD GITHUB
Download the modified rsg-essentials too, so washing rocks works Here