Jump to content

I will create a SIMPLE Skript for you.


lolorvit

Recommended Posts

Hi all. I am bored, so I decided that I will create a simple Skript for people replying. This Skript shouldn't take longer than 5-10 minutes to make, and I will deny some requests at my own discression.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

14 minutes ago, Rip_juice_wrld said:

Hey can u make me a /freerank skript

Which permissions manager are you using, and what is the name of the rank you want to give?

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

11 minutes ago, GRIM_CREEPERZ said:

I made him one hes good

I already saw yours, it is terrible. First of all, yours used the variable {freerank.claimed} meaning that if one person claims the freerank, no one else can, as it isn't {freerank::uuid}. Another issue is that you used "." meaning that you cant loop through all the people who have made a claimed a free rank. You also set the rank, meaning that if they have a donor rank, and type the command out of curiosity, it will reset their rank. Here is what it should be.

comamnd /freerank [<text>]:
	trigger:
		if {freerank::*} contains player's uuid:
			send "&cYou have already claimed your free rank!"
			stop
		execute console command "lp user %player% parent add Plant"
		send "&cYou have successfully claimed your free rank!"
		add player's uuid to {freerank::*}

 

Edited by lolorvit
Forgot to add trigger :O

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

2 minutes ago, lolorvit said:

I already saw yours, it is terrible. First of all, yours used the variable {freerank.claimed} meaning that if one person claims the freerank, no one else can, as it isn't {freerank::uuid}. Another issue is that you used "." meaning that you cant loop through all the people who have made a claimed a free rank. You also set the rank, meaning that if they have a donor rank, and type the command out of curiosity, it will reset their rank. Here is what it should be.


comamnd /freerank [<text>]:
  if {freerank::*} contains player's uuid:
  	send "&cYou have already claimed your free rank!"
  	stop
  execute console command "lp user %player% parent add Plant"
  send "&cYou have successfully claimed your free rank!"
  add player's uuid to {freerank::*}

 

Lol i was kinda rushin and i was dumb

Link to comment
Share on other sites

2 minutes ago, lolorvit said:

I already saw yours, it is terrible. First of all, yours used the variable {freerank.claimed} meaning that if one person claims the freerank, no one else can, as it isn't {freerank::uuid}. Another issue is that you used "." meaning that you cant loop through all the people who have made a claimed a free rank. You also set the rank, meaning that if they have a donor rank, and type the command out of curiosity, it will reset their rank. Here is what it should be.






comamnd /freerank [<text>]:
  if {freerank::*} contains player's uuid:
  	send "&cYou have already claimed your free rank!"
  	stop
  execute console command "lp user %player% parent add Plant"
  send "&cYou have successfully claimed your free rank!"
  add player's uuid to {freerank::*}

 

sorry 😞

Link to comment
Share on other sites

1 minute ago, GRIM_CREEPERZ said:

sorry 😞

I don't mean to be rude, but if you are making a Skript for someone, make sure it works properly.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

3 hours ago, RichMuffin13 said:

Could I get a punish gui? 

 

This would take more time than I feel like doing.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

4 minutes ago, Rip_juice_wrld said:

Can you make me a /sellall skript?

 

What items do you want to be sold and for how much?

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

#I made this skript My question is (Does it work) Btw im a beginner in skripting

on first join:

 send title "&c&l&oWelcome to Zaladora" to player

 wait 1 second

 send title "&d&l&oDo /start to start!" to player

command /start:

  trigger:

   make player execute "/p auto"

   wait 1 second

   make player execute "/kit start" 

command /tutorial

  send title "&cComing soon!"

Default since 2019

Bought vip in 2021

 

Link to comment
Share on other sites

37 minutes ago, BennyDoesStuff said:

could you recreate Warzone's TGM plugin in Skript? looks pretty simple to me.

Ah yes! The plugin simply titled "TGM.jar", I'll get on that.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

On 2/3/2021 at 3:15 AM, lolorvit said:

Hi all. I am bored, so I decided that I will create a simple Skript for people replying. This Skript shouldn't take longer than 5-10 minutes to make, and I will deny some requests at my own discression.

Could you make me a skript that makes compasses point to other people? You should be able to choose who it points to. And i dont mind if its glowing or not. I hope its not too much! ❤️

Link to comment
Share on other sites

you dont even have to use a scripts for that just look up how to do minecraft manhunt with commands
You basically just set the player you wanna track as the world spawn and the compass will automatically track them

 

 

Edited by Thaum

I like potatoes

Link to comment
Share on other sites

2 hours ago, Thaum said:

you dont even have to use a scripts for that just look up how to do minecraft manhunt with commands
You basically just set the player you wanna track as the world spawn and the compass will automatically track them

 

 

That wouldn't even work amazingly. Dream's Manhut shows how many blocks you are from them, and it wouldn't work in the Nether. Along with that, if a hunter dies and respawns, it would teleport them to the speedrunner.

If I at all helped, please react to my post with a ❤

 

DISCORD orvit#0001
MC ACCOUNT orvit
RANK VIP


Default | June 2016
VIP | 2016
Banned | February 22, 2020
Back | June 11, 2021

Link to comment
Share on other sites

Just now, L2Bh56mB said:

could someone create a skript for me so like if i hit a zombie or any entity at all its gives me scoreboard point and make a hp thing to i really would like that if that would be possible i would litterly thank whoever made it for me.

what i meant is like a training simulator game please

thx

Link to comment
Share on other sites

This topic became so popular. 😆

Edited by CoolProgrammer

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...