Jump to content

Hey, can you give me a /suicide command that kills whoever does the command where everyone has access to use, I need this for my anarchy server (anarch2b2t.minehut.gg)


anthonyvinjod1

Recommended Posts

3 hours ago, anthonyvinjod1 said:

Hey, can you give me a /suicide command that kills whoever does the command where everyone has access to use, I need this for my anarchy server (anarch2b2t.minehut.gg)

I am pretty sure EssentialsX has that built in but here is a skript for it.

command /suicide:
	trigger:
		kill player
		send "&cYou died"

 

  • Like 2

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

On 6/16/2021 at 9:20 PM, NotKaizo31 said:

I am pretty sure EssentialsX has that built in but here is a skript for it.


command /suicide:
	trigger:
		kill player
		send "&cYou died"

 

Hey, sorry to bother but, I am new to skript and idk if I am supposed to also put where it says command in the begginging

Link to comment
Share on other sites

3 hours ago, anthonyvinjod1 said:

Hey, sorry to bother but, I am new to skript and idk if I am supposed to also put where it says command in the begginging

You have to include everything in there, starting from the command. Just copy and paste in your skript folder. Here is a beginner playlist on how to skript. You should watch these videos first. 

 

  • Like 1

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

11 hours ago, NotKaizo31 said:

You have to include everything in there, starting from the command. Just copy and paste in your skript folder. Here is a beginner playlist on how to skript. You should watch these videos first. 

 

Thank you soo much you're the actual legend bro tysm!

 

Link to comment
Share on other sites

On 6/16/2021 at 9:20 PM, NotKaizo31 said:

I am pretty sure EssentialsX has that built in but here is a skript for it.

command /suicide:
	trigger:
		kill player
		send "&cYou died"

 

your's wont work
it only kills 1 player

instead:

command /suicide:
	trigger:
		loop all players:
			kill loop-player
			broadcast "why tf do you even want this"

 

Link to comment
Share on other sites

9 hours ago, tmoa2 said:

your's wont work
it only kills 1 player

instead:

command /suicide:
	trigger:
		loop all players:
			kill loop-player
			broadcast "why tf do you even want this"

 

You could shorten the skript

command /suicide:
	trigger:
		kill the player
		send "&cYou killed yourself! ):"

 

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 6/23/2021 at 4:11 AM, tmoa2 said:

your's wont work
it only kills 1 player

instead:

command /suicide:
	trigger:
		loop all players:
			kill loop-player
			broadcast "why tf do you even want this"

 

Isn't "suicide" for 1 player? Why would you do /suicide and it kills all the players?

 

Owner of play.hiveminez.net

 

⊱------------------------------⊰

Joined Minehut on 1/28/2021 (Same day I got Minecraft)

[VIP] - 3/14/2021

[LEGEND] - 5/27/2021

⊱------------------------------⊰

Discord - NotKaizo#0001

In-game name - iKaizo_

If you need any help, feel free to contact me.

Link to comment
Share on other sites

  • 2 weeks later...

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