Skocz do zawartości

_MicX_

Użytkownik
  • Ilość zawartości

    293
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez _MicX_

  1. _MicX_

    automatyczna zbroja

    on death: wait 1 tick equip victim with iron helmet on inventory click: if clicked slot is 39: # 39 to slot na hełm cancel event
  2. Tu masz plugin napisany według Twojego opisu https://github.com/MicX0097/PexHourlyReward/releases/tag/PexHourlyReward Daj znać czy wszystko jest ok i czy mam coś poprawić
  3. _MicX_

    Timer

    import: org.bukkit.Bukkit org.bukkit.scheduler.BukkitRunnable on load: set {time} to 60 set {countdown_finished} to false every second: if {time} is less than or equal to 0: if {countdown_finished} is false: broadcast "Czas upłynął!" set {countdown_finished} to true cancel all tasks else: loop all players: send action bar "Pozostały czas: %{time}% sekund" to loop-player remove 1 from {time} wymaga dodatku skript-reflect ewentualnie pozostaje napisanie pluginu
  4. Jak byś potrzebował to tutaj masz plugin napisany według Twoich wytycznych https://github.com/MicX0097/PexGiveTake/releases/tag/PexGiveTake @Adamexiarz daj znać czy działa u Ciebie
  5. _MicX_

    Blokowana Skrzynia

    Może nie skript, ale tu masz plugin który napisałem wedle Twoich wytycznych w zleceniu. https://github.com/MicX0097/LockedChestPlugin/releases/tag/LockedChest @Owczaxxx2005 daj znać czy działa u Ciebie
  6. https://github.com/kijl/EnchTab Jak by coś dodać lub poprawić pisz w prywatnej wiadomości Edit. Znalazłem jeden błąd nie wpływający na działanie pluginu. Jutro po pracy postaram się go poprawić
  7. Jak byś był zainteresowany to mam plugin który działa tak samo jak ten skript
  8. _MicX_

    Pomoc

    on drink of milk: cancel event
  9. _MicX_

    Pomoc

    on consume of potion: if name of event-item is "Piwo": apply potion of poison of tier 1 to the player for 999 days apply potion of slowness of tier 1 to the player for 999 days if name of event-item is "Lek": clear all the potion effects of player
  10. command /chat [<text>]: permission: chat.* permission message: &cBrak pozwolenia! trigger: if arg-1 is "clear": loop 100 times: send "" send "&8&l----------------------------------------" to all players send "&aChat zostal wyczyszczony przez &b%player%" to all players send "&8&l----------------------------------------" to all players if arg-1 is "off": set {mutechat} to true broadcast "&cChat zostal wylaczony przez &a%player%!" to all players if arg-1 is "on": set {mutechat} to false broadcast "&aChat zostal wlaczony przez &e%player%!" to all players on chat: if player doesn't have permission "chat.mute.bypass": if {mutechat} is true: cancel event send "&fChat zostal wylaczony!"
  11. on load: createCooldown("com", 5 second) command /23dsa23ddasd23sa [<text>]: trigger: if getCooldown(player, "com"): setCooldown(player, "com") if "%player's world%" contains "world": execute console command "dm open sectors %player%" if "%player's world%" contains "world2": execute console command "dm open sectors2 %player%" else: set {_next} to getCooldownTime(player, "com") send "&7Nastepny raz mozesz uzyc tej komendy za: &a%{_next}%" Wymagany dodatek
  12. if attacker's tool is diamond sword named "&9Tu nazywasz swój miecz":
  13. on load: register new shaped recipe for {_s} using stone, stone, stone, stone, air, stone, stone, stone and stone with id "end_stone" set {_s} to end stone named "&aStoniarka" with lore "&7Postaw, aby stworzyc generator kamienia." Sprawdzałem i działa z SkBee
  14. command /odrodz [<player>]: trigger: if player has 1 enchanted golden apple: if player has 16 bread: if player has 1 ender pearl: execute console command "pardon %arg 1%" send "wykonano" else: send "&cNie posiadasz 1 perelki" else: send "&cNie posiadasz 16 chleba" else: send "&cNie posiadasz koxa"
  15. _MicX_

    Potki

    give 1 of long fire resistance potion to player give 1 of strong speed potion to player
  16. Można ograniczyć ilość lejów do budowy kaktusiarek na CHUNK. Np wprowadzić 16 hopperów na chunk Na pewno dużo to powinno pomóc
  17. _MicX_

    Potki

    give 1 of strong strength potion to player
  18. _MicX_

    Niezniszczalne itemy

    function itemy(p: player): clear {itemy.daj::*} add unbreakable leather cap of protection 1 named "&3Zbroja Startowa!" to {itemy.daj::*} add unbreakable leather tunic of protection 1 named "&3Zbroja Startowa!" to {itemy.daj::*} add unbreakable leather pants of protection 1 named "&3Zbroja Startowa!" to {itemy.daj::*} add unbreakable leather boots of protection 1 named "&3Zbroja Startowa!" to {itemy.daj::*} loop {itemy.daj::*}: add loop-value to {_p} stop command /test: trigger: set {_p} to player itemy({_p})
  19. Tutaj masz to co pisałeś + spowolnienie chatu którą można włączać i wyłączać
  20. _MicX_

    SkQuery

    SkQuery nie tworzy folderu w folderze z pluginami. A jak wpiszesz komendę /pl to SkQuery na jaki kolor się podświetla?
  21. _MicX_

    Particle

    spawn 10 of "SMOKE_LARGE" offset by 0.2, 0.2, 0.2 with extra 0.01 at location 2 meter above player Wymaga dodatku MorkazSk https://github.com/MorkaZ/MorkazSk/releases/download/1.2/MorkazSk.jar @MineRP
×
×
  • Dodaj nową pozycję...