D
Deleted member
Skript Version (do not put latest): Skript dev35b
Skript Author: Bensku
Minecraft Version: 1.12.2
---
Full Code:
Errors on Reload:
Can't understand this condition/effect: message ""&6[&4Broadcast&6]&a "%arg 1%" to all players (Test.sk, line 8: message "{@prefix}%arg 1%" to all players')
Console Errors: none
Addons using (including versions):
Skellett 1.9.6b
Troubleshooting: Yes
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
I've tryed changing the wrong line to:
Non of which work. The only version it worked was the following:
but this wrote them in two separate lines, and I want it to write it to one line.
Skript Author: Bensku
Minecraft Version: 1.12.2
---
Full Code:
code_language.skript:
options:
prefix: "&6[&4Broadcast&6]&a "
command /broadcast <text>:
aliases: /bc
permission: "test.broadcast"
trigger:
message "{@prefix}%arg 1%" to all players
Errors on Reload:
Can't understand this condition/effect: message ""&6[&4Broadcast&6]&a "%arg 1%" to all players (Test.sk, line 8: message "{@prefix}%arg 1%" to all players')
Console Errors: none
Addons using (including versions):
Skellett 1.9.6b
Troubleshooting: Yes
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
I've tryed changing the wrong line to:
code_language.skript:
message "{@prefix}%arg 1%" to all players
message {@prefix} arg 1 to all players
message "%{@prefix}%%arg 1%" to all players
message "{@prefix}" %arg 1% to all players
message {@prefix} "%arg 1%" to all players
message "{@prefix}"%arg 1% to all players
message {@prefix}"%arg 1%" to all players
code_language.skript:
message {@prefix} and arg 1 to all players