SPAceBP Posted July 13, 2019 Share Posted July 13, 2019 Hello, I'm looking for a Skript that when a player dies, they lose 'x' amount of money. And that it is announced in the chat (only visible to the player though) that they lost 'x' amount of money. I also use the KillerMoney plugin, but I'm not sure how to exactly make the player lose money upon death. So either helping me with the KillerMoney plugin or Skript works, thanks for reading! Link to comment Share on other sites More sharing options...
SoloStrafe Posted July 14, 2019 Share Posted July 14, 2019 (edited) options: moneylostperkill: 100 #change 100 to anything for the different amount of money per kill on death: if victim is a player: if attacker is a player: send "&cYou have lost &7${@moneylostperkill} &cfrom dying by %attacker%" remove {@moneylostperkill} from victim's balance Dependencies: Skript SkQuery Edited July 15, 2019 by SoloStrafe Hello! I'm SoloStrafe! Skills: Skript (4+ years experience) Most of the plugins on MH Servers: - Westmine (Developer) - Mineport (Admin) Minehut: I got VIP rank on 8/1/2019 -> Current Link to comment Share on other sites More sharing options...
xlr100 Posted July 14, 2019 Share Posted July 14, 2019 (edited) 8 hours ago, SoloStrafe said: options: moneyperkill: 100 #change 100 to anything for the different amount of money per kill on death: add {@moneyperkill} to attacker's balance send "&7You have recieved $100 for killing %victim%" to attacker Dependencies: Skript SkQuery Some stuff to note: 1. You didnt remove money from the victim or even send him a message 2. In my opinion a player should lose a percentage of his total amount of money instead of a fixed amount 3. You didn't check if the attacker and victim are players Edited July 14, 2019 by OMan100 Link to comment Share on other sites More sharing options...
SoloStrafe Posted July 15, 2019 Share Posted July 15, 2019 (edited) Thanks! I just edited and fixed it now. Edited July 15, 2019 by SoloStrafe Hello! I'm SoloStrafe! Skills: Skript (4+ years experience) Most of the plugins on MH Servers: - Westmine (Developer) - Mineport (Admin) Minehut: I got VIP rank on 8/1/2019 -> Current Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now