command /elindekinisil [<player>] [<boolean>]:
    permission: op
    trigger:
        if arg-1 is set:
            if arg-2 is set:
                if arg-1 is online:
                    if arg-2 is no:
                        set {oyuncu} to arg-1
                        set {elindeki_item} to held item of {oyuncu}
                        remove 1 of {elindeki_item} from {oyuncu}'s inventory
                        send "&3Sunucu&7 >>&f Başarıyla silindi." to player
                    else:
                        set {oyuncu} to arg-1
                        set {elindeki_item} to held item of {oyuncu}
                        remove {elindeki_item} from {oyuncu}'s inventory
                        send "&3Sunucu&7 >>&f Başarıyla silindi." to player
                else:
                    send "&3Sunucu&7 >>&f Bu oyuncu aktif değil." to player
            else:
                send "&3Sunucu&7 >>&f Hepsini mi silsin (yes), yoksa sadece bir tanemi (no)" to player
        else:
            send "&3Sunucu&7 >>&f Hangi oyuncunun elindekini sileceğim?" to player