Skocz do zawartości

VIPEQ

Użytkownik
  • Ilość zawartości

    334
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    9

Treść opublikowana przez VIPEQ

  1. Mam już taki skrypt ;] - https://code.skript.pl/A0KeqfC9
  2. VIPEQ

    SKRYPT NA CZAT

    naprawiłem skopiuj nowy tekst sobie
  3. VIPEQ

    SKRYPT NA CZAT

    variables: {chat} = true {chat.cooldown::%player%} = 0 command /cc [<text>]: permission: cc.cmd permission message: "&4&lBLAD: &cNie masz uprawnien do tej komendy! &8[ &fcc.cmd &8]" trigger: loop 123 times: broadcast " " broadcast "&aCHAT ZOSTAL WYCZYSZCZONY!" stop command /chat [<text>]: permission: chat.cmd permission message: "&4&lBLAD: &cNie masz uprawnien do tej komendy! &8[ &fchat.cmd &8]" trigger: if arg 1 is set: if arg 1 is "on": if {chat} = false: set {chat} to true broadcast "&aCHAT ZOSTAL WLACZONY!" stop if {chat} = true: send "&cCHAT JEST JUZ WLACZONY!" stop if arg 1 is "off": if {chat} = true: set {chat} to false broadcast "&aCHAT ZOSTAL WYLACZONY!" stop if {chat} = false: send "&cCHAT JEST JUZ WYLACZONY!" stop if arg 1 is "cc": loop 123 times: broadcast " " broadcast "&aCHAT ZOSTAL WYCZYSZCZONY!" stop if arg 1 is not "cc" or "off" or "on": send "&cPrawidlowe uzycie: /chat [on|off|cc]" stop if arg 1 is not set: send "&cPrawidlowe uzycie: /chat [on|off|cc]" stop every 1 second: loop all players: if {chat.cooldown::%player%} > 0: remove 1 from {chat.cooldown::%player%} on chat: if {chat} = false: if player doesn't have permissions "chat.sent": cancel event send "&cCHAT JEST AKTUALNIE WYLACZONY!" if {chat} = true: if {chat.cooldown::%player%} = 0: set {chat.cooldown::%player%} to 5 if {chat.cooldown::%player%} > 0: cancel event send "&cODCZEKAJ %{chat.cooldown::%player%}% SEK!" stop
  4. Zrób może sejfy i łomy z configiem, w configu ustawić można co ma być sejfem, co ma być łomem, ile slotów ma mieć sejf, wiadomości otwierania sejfu, nazwa sejfu, lore sejfu itp.
  5. {bylnaserwerze::%player%}: zmień na {bylnaserwerze::%player%}
  6. variables: {bylnaserwerze::%player%} = false: on connect: if {bylnaserwerze::%player%} = false: set {bylnaserwerze::%player%} to true send "Wpisz /poltak jak chcesz byc polecony, lub /polnie jesli nie chcesz byc polecony xd" command /poltak [<text>]: trigger: if {zatwierdzil::%player%} is not set: set {zatwierdzil::%player%} to "TAK" stop command /polnie [<text>]: trigger: if {zatwierdzil::%player%} is not set: set {zatwierdzil::%player%} to "NIE" stop command /polecony [<offlineplayer>]: permission: polecony.cmd trigger: if arg 1 is set: if arg-offlineplayer is online: if {bylnaserwerze::%arg-offlineplayer%} = true: if {zatwierdzil::%arg-offlineplayer%} = "TAK": give golden apple:1 to arg-offlineplayer's inventory if {zatwierdzil::%arg-offlineplayer%} = "NIE": send "%arg-offlineplayer% nie zatwierdzil ze chce byc polecany!" if {zatwierdzil::%arg-offlineplayer%} is not set: send "%arg-offlineplayer% jeszcze nie dokonal wyboru czy chce byc polecany czy nie." if {bylnaserwerze::%arg-offlineplayer%} = false: send "%arg-offlineplayer% nie byl na serwerze!" else: send "Nie ma takiego gracza jak %arg-offlineplayer%!" else: send "Uzycie: /polecany <nick>" nwm czy dziala XD
  7. VIPEQ

    Losowanie

    every 15 minutes: set {x} to random player out of all players execute console command "turbo drop %{x}% 10m" testowane, działa
  8. VIPEQ

    Losowanie

    nie da wszystkim bo jest "stop" ...
  9. VIPEQ

    Losowanie

    every 15 second: loop all players: execute console command "turbo drop %loop-player% 10m" stop
  10. https://github.com/wajwuz/nagroda-minecraft/
  11. mogę Ci dać taki za darmo pff
  12. VIPEQ

    Komenda od bloku

    on rightclick on dirt: execute player command "/help"
  13. VIPEQ

    Skrypty na gadżety

    jakie chcesz gadżety w tym skrypcie, wymień?
  14. VIPEQ

    Wiadomosc

    every 2 minute: loop all players: if loop-player isn't "test1" or "test2": send "test test test" to loop-player
  15. VIPEQ

    Skrypt na kod

  16. VIPEQ

    Kompas

    on join: add compass of unbreaking 3 to player's inventory on quit: remove compass of unbreaking 3 from player's inventory on right click: if player's tool is compass of unbreaking 3: cancel event wait a tick open chest with 1 rows named "x" to player set player's current inventory's slot 4 to dirt named "Spawn" on inventory click: if "%inventory name of player's current inventory%" is "x": cancel event if "%clicked slot%" is "4": bungeecord connect player to "two"
  17. VIPEQ

    Zła komenda

    Odpalasz plik spigot.yml i na dole masz: messages: whitelist: 'wiadomosc whitelisty' unknown-command: "wiadomosc blednej komendy" server-full: 'wiadomosc jak serwer jest pelny' outdated-client: ' ' outdated-server: '' restart: 'restart'
  18. VIPEQ

    Skrypt na chat

    variables: {group::%player%} = "Gracz" command /group [<offlineplayer>] [<text>]: permission: group.cmd trigger: if arg 1 is set: if arg 2 is set: set {group::%arg-offlineplayer%} to "%arg 2%" send "Nadano range %arg 2% dla %arg-offlineplayer%!" stop else: send "/group (nick) (ranga)" stop else: send "/group (nick) (ranga)" stop on chat: cancel event if {group::%player%} = "Gracz": broadcast "gracz %player%: %message%" if {group::%player%} = "VIP": broadcast "vip %player%: %message%" #itp
  19. variables: {eqvip.zbroja::%player%} = true command /eqvip [<text>]: permission: vip.zbroja permission message: "&6Nie posiadasz permisji do tej komendy! Zakup range vip - /vip" trigger: if arg 1 is not set: send "&4Blad: &cPoprawne uzycie: /vip (zbroja|narzedzia)" to player stop if arg 1 is "zbroja": if {eqvip.zbroja::%player%} = true: set {eqvip.zbroja::%player%} to false send "&6» Otrzymales zbroje" to player # tutaj zrob dawanie zbroji stop if {eqvip.zbroja::%player%} = false: send "&6» Ta zbroje mozna odebrac tylko raz!" stop
  20. VIPEQ

    Anty Oranie

    on region enter: if {logout::%player%} > 0: if region is "standard" or "standard1": cancel event
  21. variables: {kill::%player%} = 0 on death: if attacker is a player: if victim is a player: add 1 to {kill::%attacker%} set {kill::%victim%} to 0 if {kill::%attacker%} > 0: broadcast "&a%attacker% zabija %{kill::%attacker%}% raz z rzedu gracza %victim%!"
  22. on death: if victim is a villager: log "%attacker% zabił %victim%, lokalizacja: %victim's world%, %victim's location%" to "logs"
  23. VIPEQ

    Skrypt na czyszczenie

    command /wyczysceq [<text>]: trigger: clear player's inventory
  24. variables: {monety::%player%} = 0 on death: if victim's y-coordinate < 0: add 3 to {monety::%attacker%} chyba xd
  25. VIPEQ

    Bron z efektem

    variables: {mieczgladiatora::%player%} = 0 every 1 second: loop all players: if {mieczgladiatora::%loop-player%} > 0: remove 1 from {mieczgladiatora::%loop-player%} on damage: if attacker is a player: if victim is a player: if attacker's tool is diamond sword named "&6&lMiecz &e&l&oGladiatora" with lore "&8&lDodatkowe: &e&lSila V na 3 sekundy + podpalenie przeciwnika": if {mieczgladiatora::%attacker%} = 0: set {mieczgladiatora::%attacker%} to 30 apply strength 5 to attacker for 5 seconds ignite victim stop if {mieczgladiatora::%attacker%} > 0: send "&8>> &cMocy mozesz uzywac co 30 sekund" to attacker stop nie testowane
×
×
  • Dodaj nową pozycję...