Jump to content

Selling Skripts for 5$: ScoreBoards, Afk, Spawn, Broadcast etc...


Recommended Posts

On 7/11/2022 at 6:14 AM, 2133 said:

Add me on discord if you wanna buy a skript           Ez13414134321#2814

Bruh 5$ aint worth for things that can literally be done in a couple lines, not to mention that 3 of the 4 things you listed (and who knows how much more) can easily be set up and used with the essentials plugin.
To avoid anyone to get ripped off, I left some skripts below, though I've also left a link of the essentials plugin (Click Here)

# AFK SKRIPT
# Note: This just teleports the player to a location. If you don't want this, remove lines 4 through 13 and use essentials

command /setafklocation:
	permission: AFK.Set
	trigger:
		set {AFKLocation} to location of player
		send "&d[AFK] &5Location Set!"

command /afk:
	trigger:
		teleport player to {AFKLocation}
		send "&d[AFK] &5You are in the AFK location!"



# SPAWN SKRIPT

command /setspawnlocation:
	permission: Spawn.Set
	trigger:
		set {Spawn} to location of player
		send "&e[Spawn] &6Location Set!"

command /spawn:
	trigger:
		teleport player to {Spawn}
		send "&e[Spawn] &6You've been teleported to spawn!"



# BROADCAST SKRIPT

command /broadcast <text>:
	permission: Broadcast.Command
	trigger:
		broadcast "&c&l[BROADCAST] &e%arg-1%"

 

  • Thanks 1

 

 

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 7/13/2022 at 12:16 PM, AgentGamerPro said:

Bruh 5$ aint worth for things that can literally be done in a couple lines, not to mention that 3 of the 4 things you listed (and who knows how much more) can easily be set up and used with the essentials plugin.
To avoid anyone to get ripped off, I left some skripts below, though I've also left a link of the essentials plugin (Click Here)

# AFK SKRIPT
# Note: This just teleports the player to a location. If you don't want this, remove lines 4 through 13 and use essentials

command /setafklocation:
	permission: AFK.Set
	trigger:
		set {AFKLocation} to location of player
		send "&d[AFK] &5Location Set!"

command /afk:
	trigger:
		teleport player to {AFKLocation}
		send "&d[AFK] &5You are in the AFK location!"



# SPAWN SKRIPT

command /setspawnlocation:
	permission: Spawn.Set
	trigger:
		set {Spawn} to location of player
		send "&e[Spawn] &6Location Set!"

command /spawn:
	trigger:
		teleport player to {Spawn}
		send "&e[Spawn] &6You've been teleported to spawn!"



# BROADCAST SKRIPT

command /broadcast <text>:
	permission: Broadcast.Command
	trigger:
		broadcast "&c&l[BROADCAST] &e%arg-1%"

 

Good job saving people

Link to comment
Share on other sites

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