dBroadcast

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

DipzQ

Member
Aug 30, 2019
1
0
0
Skript Version: 2.4-beta5
Skript Author: Bensku
Minecraft Version: 1.8.8

Fulle Code:
Code:
command /dbroadcast [<text>]:
 Wrong Usage: &c/dbroadcast <text>
 broadcast:arg 1
 permission: dbroadcast.announce
 permission message: &c&lInsufficient Permission
trigger:
 if arg 1 is not set
 message {@Wrong Usage}"
 stop trigger
 else
 broadcast " {@broadcast}"

No Errors On Reload
No Console Errors

Have you tried searching the docs: yes
Have you tried searching the forums: yes
What other methods have you tried to fix it: I tried to add spaces and remove colons and then it came up with no error
[doublepost=1567169762,1567169621][/doublepost]no errors when it reloads but the command doesn't work.
 

Attachments

  • Screen Shot 2019-08-30 at 8.52.40 AM.png
    Screen Shot 2019-08-30 at 8.52.40 AM.png
    17.5 KB · Views: 225
Skript Version: 2.4-beta5
Skript Author: Bensku
Minecraft Version: 1.8.8

Fulle Code:
Code:
command /dbroadcast [<text>]:
 Wrong Usage: &c/dbroadcast <text>
 broadcast:arg 1
 permission: dbroadcast.announce
 permission message: &c&lInsufficient Permission
trigger:
 if arg 1 is not set
 message {@Wrong Usage}"
 stop trigger
 else
 broadcast " {@broadcast}"

No Errors On Reload
No Console Errors

Have you tried searching the docs: yes
Have you tried searching the forums: yes
What other methods have you tried to fix it: I tried to add spaces and remove colons and then it came up with no error
[doublepost=1567169762,1567169621][/doublepost]no errors when it reloads but the command doesn't work.
Check your console for startup errors.
Before you say "Nope, no errors" check again, because Skript versions 2.3+ do not work on Spigot 1.8.8 or older
 
Status
Not open for further replies.