Jump to content

I need help with a automated server message skript


Patsteaks123

Recommended Posts

Options:
	prefix1: #Server-name

every 5 real minutes:
	make console execute command "{command_name}"
    
    
command /{command_name}:
	executable by: console
	trigger:
		broadcast "{broadcast message}"

	
	

Very easily configurable to suit any broadcast need 

Let me know if you need any more help. 🙂 

Edit: You can use bukkit colour codes to make your server prefix and broadcast more fancy 🙂 

Edited by AbusingNub

--- AbusingNub ---


-- Owner of the DevilsNetwork --

◉ DevilsPvP.minehut.gg

◉ BridgesWar.minehut.gg


Here to lend a helping hand.


 

Link to comment
Share on other sites

  • 3 weeks later...
On 8/18/2021 at 10:59 AM, AbusingNub said:
Options:
	prefix1: #Server-name

every 5 real minutes:
	make console execute command "{command_name}"
    
    
command /{command_name}:
	executable by: console
	trigger:
		broadcast "{broadcast message}"

	
	

Very easily configurable to suit any broadcast need 

Let me know if you need any more help. 🙂 

Edit: You can use bukkit colour codes to make your server prefix and broadcast more fancy 🙂 

orrrrr just do this

every 5 minutes:
	set {_broadcast} to random integer between 1 and 5
	if {_broadcast} = 1:
		broadcast "message"
	if {_broadcast} = 2:
		broadcast "message"
	if {_broadcast} = 3:
		broadcast "message"
	if {_broadcast} = 4:
		broadcast "message"
	if {_broadcast} = 5:
		broadcast "message"

 

  • Like 1

Developer

 

Joined Minecraft in 2010 on PC

Joined Minehut in August 2016

1 year Skript experience

2 months Java experience

5 months Javascript experience

 

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