Jump to content

making people skripts


itsKimo

Recommended Posts

16 hours ago, itsKimo said:

tell me what u want here and i make u a skript ez pz

Recreate hypixel with skript only

Jk

Edited by skPizza
  • Like 1
I used to play Minehut I guess?
Yeah, I still watch the forums for some reason. (15/5/2023)
Link to comment
Share on other sites

On 9/15/2021 at 9:42 AM, itsKimo said:

tell me what u want here and i make u a skript ez pz

Hello there! I wanted to spice things up for my irl friends by adding an economy in our smp server. I would need some skripts for the following actions:

1) Earning money or "balance" whenever we go mining/fishing/chopping trees/killing mobs/etc. (Once enabled, am I able to adjust the amount we are able to earn per action)

2) Upon death of a player, the balance will be deducted to a certain amount (ex: 10% of player's current balance)

Plugins installed: Essentials and Vault

My apologies for the amount of requests. Thanks in advance! 🙂

Link to comment
Share on other sites

11 hours ago, Bouldelaire said:

Hello there! I wanted to spice things up for my irl friends by adding an economy in our smp server. I would need some skripts for the following actions:

1) Earning money or "balance" whenever we go mining/fishing/chopping trees/killing mobs/etc. (Once enabled, am I able to adjust the amount we are able to earn per action)

2) Upon death of a player, the balance will be deducted to a certain amount (ex: 10% of player's current balance)

Plugins installed: Essentials and Vault

My apologies for the amount of requests. Thanks in advance! 🙂

alright, 

on fishing:
    if "%fishing state%" is "CAUGHT_FISH":
		add (type number here without the ()) to player's balance
break of any ore:
	add (type number here without the ()) to player's balance
break of stone:
	add (type number here without the ()) to player's balance
break of any log:
	add (type number here without the ()) to player's balance
death:
	victim is not a player
		add (type number here without the ()) to attacker's balance
death:
	victim is a player:
		remove 10% from player's balance

enjoy (these are not tested, let me know if u are any errors but there probably wont be)

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...