Jump to content

Skripts


DasonPlayz

Recommended Posts

1 hour ago, DasonPlayz said:

First join skript 


on join:
	if {totaljoins::*} does not contain player:
		
		
	
		
	
	add 1 to {totaljoins::*} 
	broadcast "&2&l(SERVER NAME) &8» &a%player% &7has joined the server for the first time! &8{totaljoins::*}"

 

Yeah, that won't work. Instead use:

 

on first join:
	add 1 to {totaljoins}
	set join message to "&2&l(SERVER NAME) &8» &a%player% &7has joined the server for the first time! &8##%{totaljoins}%"

 

I suggest learning basic Skript before releasing scripts to the community..

Link to comment
Share on other sites

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