Jump to content

Making Skripts


tmoa2

Recommended Posts

  • 2 weeks later...
On 6/30/2021 at 2:42 PM, The_TOT said:

can you make me a playtime skript? would apreciate

Hey there sorry for late response but here u go ❤️
 

options:
	prefix: &5PlaytimeSK &8&l|
	permission: playtime.find
	permission2: playtime.reset
	permission3: playtime.set

	
every 60 seconds in "world":
	loop all players:
		add 1 to {m.%uuid of loop-player%}
		

			


command /playtime [<offline player>] [<text>]:
	trigger:
		if arg 1 isn't set:
			send "{@prefix} &e%{m.%uuid of player%}% &eMinutes"
		else:
			if player has played before:
				send "{@prefix} &e%{m.%uuid of arg 1%}%&e Minutes"

command /playtimereset [<offline player>]:
	permission: {@permission2}
	trigger:
		if arg 1 is set:
			set {m.%uuid of arg 1%} to 0
			send "&aSuccess!"
		else:
			send "%{@prefix}% &cPlease specify a player!"

command /playtimeset [<offline player>] [<text>]:
	permission: {@permission3}
	trigger:
		if arg 1 is set:
			if arg 2 is set:
				set {m.%uuid of arg 1%} to "%arg 2%"
				send "&aSuccess!"
			if arg 2 is not set:
				send "{@prefix} &cPlease specify an amount!"
		if arg 1 is not set:
			send "{@prefix} Please specify a player!"
				

 

Link to comment
Share on other sites

Heyo, i dont know how good you are at skripting, but im actually looking for a DEVELOPER on my server atm... Its a gen server, and you will get 10% of what will be made from the server (if we make 500 bucks, you get 50) ofcourse we can talk about this pricing!

 

If your interested, DM me at MisterPeepz#6666

Link to comment
Share on other sites

  • 4 weeks later...

Thanks for making that last skript but can you also make me a world border skript that makes a world border 750 block radius from 0 ~ 0 and that shrinks overtime to 10 blocks in 7200 seconds (2 hours)

Edited by The_TOT
Link to comment
Share on other sites

24 minutes ago, The_TOT said:

Thanks for making that last skript but can you also make me a world border skript that makes a world border 750 block radius from 0 ~ 0 and that shrinks overtime to 10 blocks in 7200 seconds (2 hours)

Bear What GIF by hannahgraphixPLEASE DON'T NECROPOST A TOPIC OVER 1 MONTH

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

Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
On 10/21/2021 at 5:18 AM, _GODMAM_ said:

Can you make me a skript like wan you break a block it's giving you a random item that you coosh

Hi _GODMAM_ !

Please do not respond to posts that have not been replied to in over a month. Check the date of the last reply first before replying.

If you still need help, you can always create a new post, just make sure you post it under the correct category.

🔒Post locked.

Thanks!

Link to comment
Share on other sites

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