Can someone help me! PLSSSSSSSSSSSSSSSSSSSSSSS
Here is my code:
Here is my errors:
Here is my code:
Code:
command /nick:
make player execute command "/nick"
create bossbar titled "You are currently &cNICKED" and id "Nick Bossbar" for player with progress 100 with colors white
command /unnick:
make player execute command "/unnick"
remove bossbar "Nick Bossbar"
Here is my errors:
Code:
[16:56:06 ERROR]: 'make player execute command "/nick"' is not an entry (like 'name : value') (Action bar.sk, line 2: make player execute command "/nick"')
[16:56:06 ERROR]: 'create bossbar titled "You are currently &cNICKED" and id "Nick Bossbar" for player with progress 100 with colors white' is not an entry (like 'name : value') (Action bar.sk, line 3: create bossbar titled "You are currently &cNICKED" and id "Nick Bossbar" for player with progress 100 with colors white')
[16:56:06 ERROR]: Required entry 'trigger' is missing in 'command /nick' (Action bar.sk, starting at line 1) (Action bar.sk, line 1: command /nick:')
[16:56:06 ERROR]: 'make player execute command "/unnick"' is not an entry (like 'name : value') (Action bar.sk, line 6: make player execute command "/unnick"')
[16:56:06 ERROR]: 'remove bossbar "Nick Bossbar"' is not an entry (like 'name : value') (Action bar.sk, line 7: remove bossbar "Nick Bossbar"')
[16:56:06 ERROR]: Required entry 'trigger' is missing in 'command /unnick' (Action bar.sk, starting at line 5) (Action bar.sk, line 5: command /unnick:')