Jump to content

Help please with a mining skript


Landec

Recommended Posts

Try this. not sure if it works cause I've never done it like this or tested it.

on break:
	player's gamemode is not creative
	clear drops
	set {_drops::*} to drops of block with player's tool
	give player {_drops::*}

Also next time, if you want someone to make a skript for you, ask in the Marketplace Category

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

9 hours ago, _Tarna_ said:

Try this. not sure if it works cause I've never done it like this or tested it.


on break:
	player's gamemode is not creative
	clear drops
	set {_drops::*} to drops of block with player's tool
	give player {_drops::*}

Also next time, if you want someone to make a skript for you, ask in the Marketplace Category

The skript didn't work it said players drops are for when they die. I think ill post this somewhere else and see if there is a non skript solution.

Edited by Landec
Link to comment
Share on other sites

3 hours ago, Landec said:

The skript didn't work it said players drops are for when they die. I think ill post this somewhere else and see if there is a non skript solution.

Hmm clear drops should work in the on mine event.

Just try changing it to this then

on break:
	player's gamemode is not creative
	cancel event
	set event-block to air 
	set {_drops::*} to drops of block with player's tool
	give player {_drops::*}

 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...