View difference between Paste ID: LZU3J6kC and QC45VvAg
SHOW: | | - or go back to the newest paste.
1
command /broadcast <text>:
2
	permission: skript.admin
3
	trigger:
4-
		broadcast "%arg%"
4+
		set {_a} to "%arg%"
5
		replace all "&" with "ยง" in {_a}
6
		broadcast "%{_a}%"