Skript
Skript copied to clipboard
“All players that...” (Basically a 'lite' version of a loop)
How would this be helpful?
all players that have permission "permission"
compared to
loop all players: if loop-player has permission "permission"
less indentation problems and less lines
Maybe an “except” feature will make it easier.
'all players in region “spawn" that are flying and gamemode is survival except if player is op'
Maybe in a year ;)
Or whenever I change the parser to use tokens and other advanced language stuff