options: tag: &4CORE &8» &7 drop: &4CORE message: &4CORE automessage: &4CORE permissja: &4CORE AUTOR: &c&lNa Serwer Wszedl Autor Skryptu &cN-Tools &2Czyli XNELEQX dostepYES: &6Ten Serwer Posiada Platna Wersje Skryptu &2N-Tools dostepNO: &6Ten Serwer Posiada Nie Platna Wersje Skryptu &2N-Tools Ze Skript.pl shop: &2Jak Dostac Platna Wersje Skryptu :? shopdostep: &4Wejdz Na SKRIPT.PL &7Lub Spotkaj Gdzies &cXNELEQX &8 I Powiedz Ze Chcesz Platna alert: &c&lUWAGA #Tag wiadomosci command /god [] []: permission message: &3 | &cNie masz permissji: &6(N-Team.God) permission: N-Team.godmode aliases: godmode, godm trigger: if arg 1 is not "on" or "off": send "&cTryby GodMod'a:" send "&a /god on &7- God mode dla gracza." send "&a /god off &7- God mode dla gracza." send "&a /god on &7- God mode dla ciebie." send "&a /god off &7- God mode dla ciebie." send "{@shop}" send "{@shopdostep}" if arg 1 is not set: send "&cTryby GodMod'a:" send "&a /god on &7- God mode dla gracza." send "&a /god off &7- God mode dla gracza." send "&a /god on &7- God mode dla ciebie." send "&a /god off &7- God mode dla ciebie." if arg 1 is "on": if arg 2 is set: set {god.%arg 1%} to true send "&7Godmode Wlaczony dla gracza: &2%arg 2%" to player send "&7Godmode Wlaczony!" to arg 2 if arg 1 is "off": if arg 2 is set: set {god.%arg 1%} to false send "&7Godmode Wylaczony dla gracza: &2%arg 1%" to player send "&7Godmode Wylaczony!" to arg 2 if arg 1 is "on": if arg 2 is not set: set {god.%player%} to true send "&7Godmode Wlaczony!" to player if arg 1 is "off": if arg 2 is not set: set {god.%player%} to false send "&7Godmode Wylaczony!" to player on damage: if {god.%victim%} is true: cancel event command /gamemode [] []: permission message: &3 | &cNie masz permissji: &6(N-Team.GameMode) permission: N-TEAM.gamemode aliases: gm, gmode trigger: if arg 1 is not "1" or "0": send "&cPoprawne uzycie: &8/gm <0/1/2/3> " if arg 1 is not set: send "&cPoprawne uzycie: &8/gm <0/1/2/3> " #CREATIVE if arg 1 is "1" or "c": if arg 2 is not set: set player's gamemode to creative send player title "&cZmieniles swoj tryb gry na &6CREATIVE" for 2 seconds else: set arg 2's gamemode to creative send arg-2 title "&6%player% &czmienil twoj tryb gry na &6CREATIVE" for 2 seconds send player title "&cZmieniles tryb gry &6%arg-2% &cna &6CREATIVE" for 2 seconds #SURVIVAL if arg 1 is "0" or "s": if arg 2 is not set: set player's gamemode to survival send player title "&cZmieniles swoj tryb gry na &6SURVIVAL" for 2 seconds else: set arg 2's gamemode to survival send arg-2 title "&6%player% &czmienil twoj tryb gry na &6SURVIVAL" for 2 seconds send player title "&cZmieniles tryb gry &6%arg-2% &cna &6SURVIVAL" for 2 seconds #ADVENTURE if arg 1 is "1" or "c": if arg 2 is not set: set player's gamemode to adventure send player title "&cZmieniles swoj tryb gry na &6ADVENTURE" for 2 seconds else: set arg 2's gamemode to adventure send arg-2 title "&6%player% &czmienil twoj tryb gry na &6ADVENTURE" for 2 seconds send player title "&cZmieniles tryb gry &6%arg-2% &cna &6ADVENTURE" for 2 seconds #SPECTATOR if arg 1 is "3" or "spec": if arg 2 is not set: set player's gamemode to spectator send player title "&cZmieniles swoj tryb gry na &6SPECTATOR" for 2 seconds else: set arg 2's gamemode to spectator send arg-2 title "&6%player% &czmienil twoj tryb gry na &6SPECTATOR" for 2 seconds send player title "&cZmieniles tryb gry &6%arg-2% &cna &6CPECTATOR" for 2 seconds command /sethome: permission message: &3 | permission: tqtools.sethome trigger: set {home.%player%} to location of player send "&7Dom zostal zapisany na kordach: &2%event-location%" command /home: permission message: permission: tqtools.home trigger: if {home.%player%} is set: set {_posx} to x-location of player set {_posz} to z-location of player set {_posy} to y-location of player set {_tphome} to 5 send "&7Na Dom zostalesz tp za: &2%{_tphome}%" wait 1 second loop 5 times: difference between x-location of player and {_posx} is bigger than 0.5: send "&cTeleportacja przerwana." stop difference between z-location of player and {_posz} is bigger than 0.5: send "&cTeleportacja przerwana." stop difference between y-location of player and {_posy} is bigger than 0.5: send "&cTeleportacja przerwana." stop add -1 to {_tphome} {_tphome} is 0: teleport player to {home.%player%} send "&7Zostales przeniesiony na Dom." stop send "&2%{_tphome}%" wait 1 second stop else: send "&7Ustaw najpierw swoj dom. &2/sethome" command /setspawn: permission message: &3 | &cNie masz permissji: permission: tqtools.setspawn trigger: set {Spawn} to location of player send "&7Ustawiles spawn." stop command /spawn: permission message: &3 | &cNie masz permissji permission: tqtools.spawn trigger: if {Spawn} is set: set {_posx} to x-location of player set {_posz} to z-location of player set {_posy} to y-location of player set {_tpspawn} to 5 send "&7Zostaniesz przeniesiony na spawn za: &2%{_tpspawn}% Sekund." wait 1 second loop 5 times: difference between x-location of player and {_posx} is bigger than 0.5: send "&cTeleportacja przerwana." stop difference between z-location of player and {_posz} is bigger than 0.5: send "&cTeleportacja przerwana." stop difference between y-location of player and {_posy} is bigger than 0.5: send "&cTeleportacja przerwana." stop add -1 to {_tpspawn} {_tpspawn} is 0: teleport player to {Spawn} send "&7Zostales przeniesiony na spawn." stop send "&2%{_tpspawn}%" wait 1 second stop else: send "&cSpawn nie zostal ustawiony!" send "&cUstaw go komeda /setspawn." on first join: wait 1 real second teleport player to {Spawn} on respawn: wait 1 real second teleport player to {Spawn} command /teleport [] []: permission message: &3 | &cNie masz permissji permission: tqtools.teleport aliases: tp trigger: if arg 1 is set: teleport player to arg 1 send "&7Zostales przeniesiony do gracza: &2%arg 1%" if arg 1 is set: if arg 2 is set: teleport arg 1 to arg 2 send "&7Przeniosles gracza: &2%arg 1% &7Do &2%arg 2%" send "&7Zostales przeniesiony do gracza: &2%arg 2% &7Przez &3%name of player%!" to arg 1 command /tphere []: permission message: &3 | &cNie masz permissji permission: tqtools.tphere aliases: s trigger: if arg 1 is set: teleport arg 1 to player send "&7Przeniosles gracza &2%arg 1% &7Do siebie." else: send "&7Poprawne uzycie /tphere ." every 10 minutes: broadcast "&6[Serwer] &7Za 15 sekund itemy z ziemi zostana usuniete!" wait 15 seconds execute console command "remove item 999999" broadcast "&6[Serwer] &7Itemy zostaly usuniete!" command /itemyusun: permission message: &3 | &cNie masz permissji: permission: tqtools.itemyusun trigger: execute console command "remove item 999999" broadcast "&6[Serwer] &7Itemy zostaly usuniete!" broadcast "&6[Serwer] &7Przez &o%name of player%." command /clear []: permission message: &3 | &cNie masz permissji: permission: tqtools.clear trigger: if arg 1 is not set: clear the player's inventory send "&7Twoje inventory zostalo wyczyszczone!" else: clear the arg 1's inventory send "&7Wyczysciles inventory gracza: &2%arg 1%" send "&7Twoje inventory zostalo wyczyszczone!" to arg 1 command /nrl: permission message: &3 | permission: tqtools.craft trigger: execute console command "/sk reload N-Tools" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" send "&4Skrypt N-Tools &4&lVERSION &6&lPREMIUM &2Reloaduje Sie" on join: if {whitelist.%player%} is true: if player is not ops: wait 3 tick kick player due to "&6Nie jestes na WhiteLiscie!" command /chat []: permission message: &3 | &cNie masz permissji permission: nTools.chat aliases: c trigger: if arg 1 is not set: send "&cKomedy chatu:" send "&3* &2/Chat on" send "&3* &2/Chat off" send "&3* &2/Chat clear" if arg 1 is not "on" or "off" or "clear": send "&cKomedy chatu:" send "&3* &2/Chat on" send "&3* &2/Chat off" send "&3* &2/Chat clear" if arg 1 is "on": set {chat} to true broadcast "" broadcast "&6 » &8Chat: &aWlaczony! &6«" broadcast "" if arg 1 is "off": set {chat} to false broadcast "" broadcast "&6 » &8Chat: &cWylaczony! &6«" broadcast "" if arg 1 is "clear": loop 100 times: send "" to all players broadcast "" broadcast "&6 » &8Chat: &eWyczyszczony! &6«" broadcast "" on chat: if {chat} is false: if player has permission "tqtools.nospam": stop else: cancel event send "&cChat jest aktualnie Wylaczony!" stop else: if player has permission "tqtools.chat": stop set {_waited} to difference between {chat_spam.%player%} and now if {_waited} is less than 5 real seconds seconds: send "&3Na chacie mozna pisac co &4'5' &3Sekund." cancel event stop set {chat_spam.%player%} to now stop command /r []: trigger: if {ostatni.wysylajacy.chat.%name of player%} is set: if arg 1 is set: send "&b[Ja -> &7%{ostatni.wysylajacy.chat.%name of player%}% &b] &f%arg 1%" send "&b[ &7%{ostatni.wysylajacy.chat.%name of player%}% &b-> ja] &f%arg 1%" to {ostatni.wysylajacy.chat.%name of player%} else: send "&cMuszisz podac wiadmosc!" else: send "&cNie pisales z nikim wczesniej!" command /tell [] []: permission message: &3 | &cNie masz permissji: &6(nTools.msg) permission: nTools.msg aliases: m, msg trigger: if arg 1 is not "Twaq" or "Admin2" or "Admin3" or "Admin4": if arg player is online: if arg 2 is set: send "&b[Ja -> &7%arg 1% &b] &f%arg 2%" send "&b[ &7%player% &b-> ja] &f%arg 2%" to arg 1 set {ostatni.wysylajacy.chat.%name of player%} to arg 1 set {ostatni.wysylajacy.chat.%name of player%} to player else: send "&cMuszisz podac wiadmosc!" else: send "&cNie ma takiego gracza online!" else: send "&CMusisz podac nick gracza | Lub jest Adminem/YouTube'rem!" command /vanish []: permission message: &3 | &cNie masz permissji: permission: nTools.vanish trigger: if arg 1 is not set: send "&cKomedy vanisha:" send "&3* &2/Vanish on" send "&3* &2/Vanish off" if arg 1 is "on": apply invisibility to player for 99999999 days send "&5You're vanished! Poof." if arg 1 is "off": remove invisibility from player send "&5You're unvanished!" command /enderchest []: aliases: ec trigger: if arg 1 is not set: if player has permission "tqtools.enderchest": open player's enderchest to player send "&7Otworzyles: &2EnderChest'a&7!" else: if player has permission "tqtools.ec_bypas": open arg 1's enderchest to player send "&7Otworzyles: &2EnderChest'a &7Gracza: &2%arg 1%&7!" else: send "&3 | &cNie masz permissji: &6(TQTools.EC_Bypas)" command /craft: permission message: &3 | &cNie masz permissji permission: nTools.bans aliases: crafting, wb, workbench trigger: open crafting table to player send "&7Otworzyles: &2Crafting Table&7!" on ping: set motd to "&6 >>> &8XNELEQX &6<<<" on join: set join message to "&6 » &3%player% &a[+]" on quit: set quit message to "&6 » &3%player% &c[-]" on command "/plugins" or "/skript" or "/sk" or "/pl" or "/?" or "/bukkit:help" or "//" or "///" or "/?": if player doesn't have permission "tqtools.plg.see": send "&3 | &cNie masz permissji: " command /kick [] []: trigger: permission: nTools.bans trigger: if arg 1 is set: if arg 2 is set: kick arg 1 due to "&cZostales wyrzucony z serwera - Powod: %arg 2%. Przez: %name of player%" broadcast "&4&l[Kick] &7Gracz %arg 1% Zostal wyrzucony z serwera z powodu: &2%arg 2% &7Przez: &2%name of player%&7!" else: kick arg 1 due to "&cZostales wyrzucony z serwera - Powod: Brak. Przez: %name of player%" broadcast "&4&l[Kick] &7Gracz %arg 1% Zostal wyrzucony z serwera &7Przez: &2%name of player%&7!" else: send "&cPodaj nick gracza!" every 1 minute: loop {waiting::*}: if {waiting::%loop-value%} is bigger than 0: subtract 1 from {waiting::%loop-value%} if {waiting::%loop-value%} is 0: set {ban.%loop-value%} to false remove 1 from {bany} delete {powod.%loop-value%} delete {osoba.%loop-value%} on join: set {ban.%player%} to false command /ban [] [] []: permission message: &3 | &cNie masz permissji: permission: nTools.bans trigger: if arg 1 is set: if arg 2 is set: if arg 3 is set: if {ban.%arg 1%} is true: send "&cGracz jest juz zbanowany!" else: add arg 1 to {waiting::*} set {ban.%arg 1%} to true set {waiting::%arg 1%} to arg 2 set {powod.%arg 1%} to "%arg 3%" set {osoba.%arg 1%} to "%player%" add 1 to {bany} kick arg 1 due to "&cZostales zbanowany na serwerze Na: %arg 2% Minut. Przez: %name of player%. Powod: %arg 3%." broadcast "&4&l[BAN] &7Gracz %arg 1% Zostal zbanowany z powodu: &2%arg 3% &7Przez: &2%name of player% &7Na czas: &2%arg 2%&7 Minut!" else: if {ban.%arg 1%} is true: send "&cGracz jest juz zbanowany!" else: add arg 1 to {waiting::*} set {ban.%arg 1%} to true set {waiting::%arg 1%} to arg 2 set {powod.%arg 1%} to "%arg 3%" set {osoba.%arg 1%} to "%player%" add 1 to {bany} kick arg 1 due to "&cZostales zbanowany na serwerze Na: %arg 2% Minut. Przez: %name of player%. Powod: Nieznany." broadcast "&4&l[BAN] &7Gracz %arg 1% Zostal zbanowany z powodu: &2Nieznany &7Przez: &2%name of player% &7Na czas: &2%arg 2%&7 Minut!" else: send "&cPrzyklad: /ban " else: send "&cPrzyklad: /ban " on connect: if {ban.%player%} is true: if player doesn't have permission "tqtools.join_ban": wait 3 tick kick player due to "&cZostales zbanowany na serwerze - UnBan za: %{waiting::%player%}% Minut." command /unban []: permission message: &3 | &cNie masz permissji: &6(nTools.bans) permission: nTools.bans trigger: if arg 1 is set: if {ban.%argument 1%} is false: send "&cGracz nie jest zbanowany!" else: delete {powod.%arg 1%} delete {osoba.%arg 1%} remove 1 from {bany} set {ban.%arg 1%} to false broadcast "&4&l[UnBan] &7Gracz %arg 1% zostal odbanowany przez %player%!" else: send "&cPrzyklad: /unban " command /inv []: permission message: &3 | &cNie masz permissji: &6(nTools) permission: nTools.invsee aliases: invsee trigger: if arg 1 is not set: open player's inventory to player send "&7Otworzyles swoje &2Inventory&7!" else: open arg 1's inventory to player send "&7Otworzyles &2Inventory &7Gracza: &2%arg 1%&7!" on join: send player title "&cN-Tools &6PREMIUM" with subtitle "&f&lNapisany Przez &6&lnTeam" for 1 second command /alert [] []: permission: nTools.alert permission message: &8&l• &cNie posiadasz uprawnien! &7(&6nTools.alert&7) trigger: if arg 1 is not set: send "&8&l• &cPoprawne uzycie: &7/alert " stop if arg 1 is "chat": if arg 2 is set: broadcast "&4&lALERT &8&l• &7%coloured arg 2%" stop else: send "&8&l• &cPoprawne uzycie: &7/alert " stop if arg 1 is "title": if arg 2 is set: loop all players: send loop-player title "&7%coloured arg-2%" with subtitle "" for 5 seconds stop else: send "&8&l• &cPoprawne uzycie: &7/alert " stop if arg 1 is "subtitle": if arg 2 is set: loop all players: send loop-player title "&8&l• &4&lALERT &8&l•" with subtitle "&7%coloured arg-2%" for 5 seconds stop else: send "&8&l• &cPoprawne uzycie: &7/alert " stop