Bildiğim yok, ama mesela VİP'lerin uçma özelliği olmalı diyorsan o kolay;
command /fly:
permission: vip
trigger: #Skript'in buradan sonrasını başka bir yerden aldım ama mantığı anladığını sanıyorum.
If {fly.%player%} is not set:
Send "&bFlight mode is now &3enabled&b." to player
set player's flight mode to true
Set {fly.%player%} to true
Stop
Send "&bFlight mode is now &3disabled&b." to player
set player's flight mode to false
Delete {fly.%player%}
Stop