Jump to content

Custom Kill Skript


Wolfeee_

Recommended Posts

Hey, I decided to create a custom kill skript. It's nothing complicated it just make it so when you do /kill <player> it broadcasts that you killed <player> with a custom message.

Edit the '<your message here>' part to your own message!

 

command /kill [<player>]:
	permission: kill.others
	permission message: &cNope!
	trigger:
		if arg-1 is set:
			make console execute command "kill %arg-1%"
			broadcast "" 
			broadcast "&c&o%player% &7<your message here> &c&o%arg-1%&7!"
			broadcast "" 

Like I said, it's just a simple skript. I am still just getting into it so I'm not making anything insane.

IGN: Wolfeee_
Discord: Nathan.#4380


00243044b4b99f59989b7171466e765c.png

a.png

Link to comment
Share on other sites

Your just looping the same command over & over. This is how it should be:

command /kill [<player>]:
    permission: kill.others
    permission message: &cNope!
    trigger:
        if arg-1 is set:
            kill arg 1
            broadcast "" 
            broadcast "&c&o%player% &7<your message here> &c&o%arg-1%&7!"
            broadcast "" 

 

Start your Minecraft server today for as low as £0.50/weekly for up to 4 GB of RAM! (£3.50 Monthly) and be equipped for all situations with our high-performance gear keeping your servers running 24/7

Why choose Us?
• Guaranteed 99.9% Uptime
• NVMe RAID Fast Storage
• 24/7 Hosting
• Instant Setup
• 50% Discount. Use Code: 50OFF (Ends on November 11th)

We want to ensure our customers are happy with the service they received and support. We aim to provide low-costs those who cant afford a minecraft server. No extra costs, no setup fees! One-time payment and you are good to go with our instant setup feature we introduced to ensure your server is ready to go!

Planning to make a community or a project you want to work on? We got you covered! Our servers are optimized for performance and security, so you can have peace of mind and focus on your project. Our servers are also reliable and packed with features, so you can start playing right away.

We guarantee 99% uptime and 24/7 customer support, so you can always ask for help if you need it.

Links:
https://forums.valknet.org
https://billing.valknet.org
Invite: https://discord.gg/FqSRt4ZCAC

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