Skocz do zawartości

vanillah

Użytkownik
  • Ilość zawartości

    243
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez vanillah

  1. vanillah

    Jaki to plugin?

    Plugin który to umożliwia to FunnyGuilds autorstwa dzikoysk. Za chwilę ustawię Ci kolory itp. //EDIT To wklejasz do configu FunnyGuilds. Możesz wszystko zmienić, np.: 1: '&e&lDou&6&lDou' <- wyświetli Ci napis "DouDou" w 1 polu tablisty. Możesz także używać zmiennych, np.: {ONLINE} - Wyświetla liczbę graczy na serwerze. {PLAYER} - Wyświetla nick gracza. {PING} - Wyświetla ilość pingu gracza. {TPS} - Wyświetla ilość tps serwera. {GUILD} - Wyświetla nazwę gildii gracza. {TAG} - Wyświetla tag gildii gracza. {POINTS} - Wyświetla ilość punktów gracza. {KILLS} - Wyświetla ilość zabić gracza. {DEATHS} - Wyświetla ilość zgonów gracza. {HOUR} / {MINUTE} / {SECOND} - Wyświetla kolejno: godziny / minuty / sekundy. {PTOP-<pozycja>} - Wyświetla gracza na podanym miejscu w rankingu, np. {PTOP-1} {GTOP-<pozycja>} - Wyświetla gildię na podanym miejscu w rankingu, np. {GTOP-1} player-list: 5: '&a&lCorePVP.pl' 8: '&a&l{ONLINE}/333' 13: '&e&lTOP RANKING:' 14: '&e&lINFO:' 15: '&e&lADMINI:' 16: '&e1. &7{PTOP-1}' 18: '&bVincioPL2509' 19: '&e2. &7{PTOP-2}' 20: '&e&lSTRONA:' 22: '&e3. &7{PTOP-3}' 23: '&ewww.corepvp.pl' 25: '&e4. &7{PTOP-4}' 26: '&e&lSKLEP SMS:' 28: '&e5. &7{PTOP-5}' 29: '&esms.corepvp.pl' 31: '&e6. &7{PTOP-6}' 32: '&e&lADRES TS3:' 34: '&e7. &7{PTOP-7}' 35: '&ets.corepvp.pl' 37: '&e8. &7{PTOP-8}}' 40: '&e9. &7{PTOP-9}' 43: '&e10. &7{PTOP-10}' 46: '&e11. &7{PTOP-11}' 49: '&e12. &7{PTOP-12}' 52: '&e13. &7{PTOP-13}' 55: '&e14. &7{PTOP-14}' 58: '&e15. &7{PTOP-15}'
  2. vanillah

    Nowe BBCode

    Opcja 2 jaknajbardziej by się przydała.
  3. Bóg Ci zapłać ^^ Jeśli mógłbyś to zajrzyj jeszcze tutaj -> Skrzynki -> byłbym wdzięczny. //Do zamknięcia
  4. Witam, potrzebowałbym skrypt na to, aby zombie nie paliły się w dzień. Może być to dosłownie wszystko tylko żeby się nie paliły. Z góry dziękuję.
  5. Wydaje się być fajny :)
  6. Duży plusik za pomysłowość :) Czekam na zbroje ^^
  7. command /coins: trigger: if arg 1 is not set: send "&aStan twojego konta: &e%{coins.%player%}% &acoins." if arg 1 is set: send "&aStan konta gracza &e%arg 2% &ato: &e%{coins.%arg 2%}% &acoins"
  8. variables: {stone.%player%} = 0 {coins.%player%} = 0 on mine of stone: add 1 to {stone.%player%} if {stone.%player%} is "1000": set {stone.%player%} to 0 add 3 to {coins.%player%}
  9. vanillah

    Skrzynki.

    Witam, potrzebowałbym skryptu na skrzynki. Dokładny opis: Gdy gracz otworzy skrzynkę to pojawiają się w niej losowe 2 - 3 itemy ze zmiennej, a gdy wyciągnie WSZYSTKIE itemy to skrzynka znika i po 5 minutach wraca wnów lecz z innymi itemami. Ważne jest to aby nie usuwała się gdy zostaną w niej jakieś itemy. Może jest na to plugin? Jeśli ktoś zna prosiłbym o nazwę/link.
  10. command /pl: aliases: /help, /plugins, /version, /ver trigger: send "&8&l>> &cPodana komenda nie istnieje !" stopPo wpisaniu tej komendy nawet administrator nie jest w stanie sprawdzić listy pluginów. Użyj tego: on command /pl: if player has permission "view.plugins": stop else: send "&cNie masz do tego uprawnien!"
  11. on rightclick oznacza, że trzeba kliknąć PPM na item trzymany w ręce lub na blok zaznaczony kursorem. on place oznacza, że trzeba go postawić.
  12. variables: {sila.%player%} = false {szybkosc.%player%} = false {widzenie.%player%} = false {bogowie.%player%} = false {regeneracja.%player%} = falseon rightclick: if name of player's tool is "&4Amulet sily": if {sila.%player%} is false: send "&4Jestes bardzo silny przez 7 minut! " execute console command "effect %player% INCREASE_DAMAGE 420" set {sila.%player%} to true wait 420 second send "&4Sila cie opuscila." remove strength from the player set {sila.%player%} to false else: send "&cPoczekaj az moc sie skonczy!" if name of player's tool is "&3Amulet szybkosci": if {szybkosc.%player%} is false: send "&4Jestes szybszy przez 7 minut! " execute console command "effect %player% SPEED 420 1" set {szybkosc.%player%} to true wait 420 second send "&4Odebrano ci moc szybkosci." remove speed from the player set {szybkosc.%player%} to false else: send "&cPoczekaj az moc sie skonczy!" if name of player's tool is "&5Amulet widzenia": if {widzenie.%player%} is false: send "&4Widzisz teraz jasniej przez 7 minut! " execute console command "effect %player% NIGHT_VISION 420" set {widzenie.%player%} to true wait 420 second send "&4Odebrano ci widzenie w ciemosci." remove night vision from the player set {widzenie.%player%} to false else: send "&cPoczekaj az moc sie skonczy!" if name of player's tool is "&6Amulet bogow": if {bogowie.%player%} is false: send "&4Jestes niesmiertelny przez 10 sekund! " execute console command "god %player%" set {bogowie.%player%} to true wait 10 second send "&4Odebrano ci niesmiertelnosc." execute console command "god %player%" remove a nether star of unbreaking 10 named "&6Amulet Bogow" from the player set {bogowie.%player%} to false else: send "&cPoczekaj az moc sie skonczy!" if name of player's tool is "&cAmulet regeneracji": if {regeneracja.%player%} is false: send "&4Regenerujesz swoje zycie przez 7 minut! " execute console command "effect %player% REGENERATION 420 1" set {regeneracja.%player%} to true wait 420 second send "&4Koniec regeneracji!" remove regeneration from the player set {regeneracja.%player%} to false else: send "&cPoczekaj az moc sie skonczy!" #===================== Komenda amulet =====================# command /amulet [<text&gt]: trigger: if player has permission "amulet": if arg 1 is not set: send "&9========== &cAmulety &9==========" send "" send "&8> &7/&4amulet sily" send "&8> &7/&3amulet szybkosci" send "&8> &7/&5amulet widzenia" send "&8> &7/&6amulet bogow" send "&8> &7/&camulet regeneracji" send "" send "&9=============================" if arg 1 is "sily": if player has permission "amulet.sily": give a blaze rod of unbreaking 10 named "&4Amulet sily" to the player if arg 1 is "szybkosci": if player has permission "amulet.szybkosci": give a blaze powder of unbreaking 10 named "&3Amulet szybkosci" to the player if arg 1 is "widzenia": if player has permission "amulet.widzenia": give a magma cream of unbreaking 10 named "&5Amulet widzenia" to the player if arg 1 is "Bogow": if player has permission "amulet.bogow": give a nether star of unbreaking 10 named "&6Amulet bogow" to the player if arg 1 is "Regeneracji": if player has permission "amulet.regeneracji": give a apple of unbreaking 10 named "&cAmulet regeneracji" to the playerPowinno działać.
  13. vanillah

    ncOS

    make score "&7" in board of loop-player to 2??
  14. format slot 18 of arg-player with 1 of 95:14 named "" with lore "" to run "" format slot 18 of arg-player with 1 of locked chest:14 named "" with lore "" to run ""Błędy były spowodowane zawartym ID w kodzie. Poprawiłem i błędów nie wywala :)
  15. command /skrzynki: trigger: execute console command "skrzyn %player% strona-1"command /skrzyn [<player&gt] [<text&gt]: trigger: if sender is player: if arg 2 is "strona-1": open chest with 4 rows named "&6Skrzynki" to player wait 2 ticks format slot 11 of arg-player with 1 of chest named "&8» &6Chrome 2" with lore "&8» &6Koszt: 1 key" to run "" format slot 15 of arg-player with 1 of chest named "&8» &6Phoenix" with lore "&8» &6Koszt: 1,15 zl" to run "" format slot 18 of arg-player with 1 of locked chest:14 named "" with lore "" to run "" format slot 19 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 20 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 21 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 22 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 23 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 24 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 25 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 26 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 27 of player-arg with 1 of book named "&» &6Doladuj Keys" with lore "" to run "skrzynki %player% strona-1" format slot 35 of player-arg with 1 of book named "&8» &6Keys" with lore "&c" to run "" if arg 2 is "ch-1": open chest with 4 rows named "&6Skrzynki" to player-arg wait 2 ticks format slot 11 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 18 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 19 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 20 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 21 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 22 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 23 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 24 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 25 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 26 of player-arg with 1 of locked chest:14 named "" with lore "" to run "" format slot 27 of player-arg with 1 of book named "&8» &6Doladuj Keys" with lore "" to run "" format slot 35 of player-arg with 1 of book named "&8» &6Keys" with lore "&c" to run ""
  16. Po co pisać 412314 kod na chat?
  17. command /cobblex: if player has 192 cobblestone: give emerald ore of protection 10 to player else: send "&cNie posiadasz 192 cobblestone!"
  18. vanillah

    Nowa receptura

    Mi działa, problem jest z twojej strony.
  19. vanillah

    death gracza

    on death of player: broadcast ""
  20. vanillah

    gabka

    on walking on sponge: give cooked porkchop to playerMoże to?
  21. vanillah

    Nowa receptura

    on script load: register new shaped recipe for stone pickaxe of efficiency and unbreaking 3 and fortune 3 named "Kilof Boga" using cobblestone, cobblestone, cobblestone, air, stick, air, air, stick, airTeraz działa poprawnie. Przepraszam za błąd.
  22. vanillah

    gabka

    on stepping on sponge: give cooked porkchop to player
  23. vanillah

    Nowa receptura

    on script load: register new shaped recipe for stone pickaxe of efficiency and unbreaking 3 and fortune 3 named "Kilof Boga" using cobblestone, cobblestone, cobblestone, air, stick, cobblestone, air, stick, air
  24. on death: if victim is a player: if victim has permission "eq.vip": set {eq.%victim%} to serialized inventory of victim set {helmet.%victim%} to %helmet of the victim% set {chestplate.%victim%} to %chestplate of the victim% set {legging.%victim%} to %legging of the victim% set {boots.%victim%} to %boots of the victim%on respawn: if player has permission "eq.vip": restore inventory of player from {eq.%player%} equip the player with {helmet.%player%} parsed as item equip the player with {chestplate.%player%} parsed as item equip the player with {legging.%player%} parsed as item equip the player with {boots.%player%} parsed as item delete {eq.%player%} delete {helmet.%player%} delete {chestplate.%player%} delete {legging.%player%} delete {boots.%player%}Nie testowane.
×
×
  • Dodaj nową pozycję...