Jump to content

I made a skript for the squid game! only for the first game (doll game)


TheBraveSnail1

Recommended Posts

So I made a skript for the first game of squid game!

I'm pretty sure no else plugins are needed.

Commands:

/squidgame(gives you all the needed items)

/eliminate-stick (gives player a stick that eliminate the players)

/redgreen_on(make player unable to jump)

/redgreen_off(make the players jump again)

permission:

squid.perm

so how's it working, first you execute the command /redgreen_on. Which makes the players unable to jump

then you right click the green wool, the players can move (It shows a title for them). When you want to stop, right click the red wool and they need to stop(shows title for them).

after the red light, I gave them 0.5seconds mercy, after the 0.5 it detects if any player moved, if he did it shows his name in the chat. So the last thing you need to do, is punching him with the eliminate stick. That's pretty much it 🙂 

https://pastebin.com/Ltx6rsHP
tell me what you think

Edited by TheBraveSnail1
Link to comment
Share on other sites

I like your Skript and it all is very well put together but, there's an error on line 63 you have "on any move:" written and Skript doesn't recognize that, so a simple fix for that is to replace the any with player, making the Skript look like this "on player move:" and that's all other than that great job 😄

 

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

Skript - 8 months

Minecraft - 8 years                         No Bitches?

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

Link to comment
Share on other sites

On 10/26/2021 at 10:21 PM, ButterflyBullets said:

I like your Skript and it all is very well put together but, there's an error on line 63 you have "on any move:" written and Skript doesn't recognize that, so a simple fix for that is to replace the any with player, making the Skript look like this "on player move:" and that's all other than that great job 😄

 

SkQuery

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

On 10/24/2021 at 6:34 PM, TheBraveSnail1 said:

So I made a skript for the first game of squid game!

I'm pretty sure no else plugins are needed.

Commands:

/squidgame(gives you all the needed items)

/eliminate-stick (gives player a stick that eliminate the players)

/redgreen_on(make player unable to jump)

/redgreen_off(make the players jump again)

permission:

squid.perm

so how's it working, first you execute the command /redgreen_on. Which makes the players unable to jump

then you right click the green wool, the players can move (It shows a title for them). When you want to stop, right click the red wool and they need to stop(shows title for them).

after the red light, I gave them 0.5seconds mercy, after the 0.5 it detects if any player moved, if he did it shows his name in the chat. So the last thing you need to do, is punching him with the eliminate stick. That's pretty much it 🙂 

https://pastebin.com/Ltx6rsHP
tell me what you think

add perms for
 

command /squidgame:
	trigger:
		give player 1 green wool
		give player 1 red wool
		give player stick named "&4The Eliminator"

make it
 

command /squidgame:
	permission: red.green.g1
	permission message: &8[&dSquid&fGame&8] &cPermission Denied!
	trigger:
		give player 1 green wool
		give player 1 red wool
		give player stick named "&4The Eliminator"

 

Every time you tell a lie, You'll have to tell a 100 more.

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