Warning: Undefined variable $http_response_header in /var/www/html/new/skunity/library/skUnity/Util/HTTP.php on line 95

Broadcast.sk

Created by TheProkiller756

Just so you know, we don't know the file format for every file. If it's just a bunch of random characters, it's probably a .zip or .jar.

#Author:TheProkiller756
#Version:1.2 ALPHA
#Youtube: https://youtube.com/theprokiller756
#Twitter: @theprokiller756


# # # # # # # # # # # # # # # # #
# -----------------------------    #
#                 Config:	                #
# -----------------------------    #
# # # # # # # # # # # # # # # # #

#LIST OF COLORS & Format
# http://ess.khhq.net/mc/
options:
	Permission: b.title
	PermissionAction: b.action
	PermissionText: b.text
	Prefix: &l&4BROADCAST&l&2 >>
#PERMISSION IS FOR TITLE
#PERMISSIONACTION IS FOR ACTION BAR
#PREFIX ITS FOR CHAT 


# # # # # # # # # # # # # # # # # # # # #
# -------------------------------------     #
#      !     CODE DON'T TOUCH	 !		        #
# -------------------------------------     #
# # # # # # # # # # # # # # # # # # # # #	


on load:
	send "&l&4BROADCAST&l&2 >> &aPlugin Activado." to console 
on unload:
	send "&l&4BROADCAST&l&2 >> &aPlugin Desactivado." to console 
command /t <text>:
		permission: {@Permission}
		trigger:
				make player execute command "/title @a title %colored arg 1%"
				stop
command /a <text> :
		permission: {@PermissionAction}
		trigger:
				send action bar from "%colored arg 1%" to players
				stop

command /txt <text>:
		permission: {@PermissionText}
		trigger:
				broadcast "{@Prefix} %colored arg 1%"
				stop