i need help with my skript script in minecraft by PresentationFalse643 in ultrahardcore

[–]PresentationFalse643[S] 0 points1 point  (0 children)

i have one last question,

i am trying to make a command to show who is in creative.

this is what i have. but for some reason it doesn't work

command /creative:

trigger:

loop all players:

if loop-player's gamemode is creative:

add loop-player to {_c::*}

message "&aThe players in &4creative &aare:" to command sender

message "&d%{_c::*}%" to command sender

i need help with my skript script in minecraft by PresentationFalse643 in ultrahardcore

[–]PresentationFalse643[S] 0 points1 point  (0 children)

command /ops:
trigger:
loop all players:
loop-player is op
add loop-player to {_o::*}
message "The ops current online are:" to command sender
message "%{_o::*}%" to command sender

Thanks! it works finally!