Skocz do zawartości

TheStremty

Użytkownik
  • Ilość zawartości

    57
  • Rejestracja

  • Ostatnia wizyta

Informacje

  • Hobby
    C#, JavaScript, Python, VB, Skript
  • Nick w MC
    Stremty336

Ostatnie wizyty

Blok z ostatnimi odwiedzającymi dany profil jest wyłączony i nie jest wyświetlany użytkownikom.

Osiągnięcia TheStremty

  1. on death of player: set {_victim} to victim set {_attacker} to attacker if {_attacker} is a player: set {_victimPoints} to {punkty::%_victim%} set {_attackerPoints} to {punkty::%_attacker%} set {_difference} to {_attackerPoints} - {_victimPoints} set {_percentDifference} to {_difference} / {_attackerPoints} * 100 if {_percentDifference} <= 10: set {_pointsEarned} to 15 else: set {_pointsEarned} to 150 * ((_victimPoints} / {_attackerPoints}) remove {_pointsEarned} from {punkty::%_victim%} add {_pointsEarned} to {punkty::%_attacker%} mam nadzieję że pomogłem
  2. TheStremty

    Zmienne

    jest, oto przykladowy skrypt
  3. jak moge teleportować gracza 5 bloków do przodu w kierunku w którym patrzy
  4. on damage: if attacker's tool is any sword: chance of 5%: send "&c&lUzyles krytycznego ataku!" to player set {itemnamecooldown::%player's uuid%} to true wait 5 seconds set {itemnamecooldown::%player's uuid%} to false stop on leftclick: if player's tool is any sword: if {itemnamecooldown::%player's uuid%} is true: send "&cPoczekaj chwilkę!" to player cancel event on rightclick: if shield of player is a shield: if {itemnamecooldown::%player's uuid%} is true: send "&cPoczekaj chwilkę!" to player cancel event Spróbuj tego
  5. on rightclick: if event-block is any doors: open enderchest to player stop albo to on place: if event-block is any doors named "&6Schowek": add 1 to {schowek::%event-block%} stop on destroy: if {schowek::%event-block%} is set: clear {schowek::%event-block%} stop command /schowekdaj: permission: skript.schowek trigger: add 1 of oak doors named "&6Schowek" to player's inventory stop command /removeallschowek: clear {schowek::*} stop on rightclick: if event-block is any doors: if {schowek::%event-block%} is set: open enderchest to player stop
  6. every 5 second: loop all players: if loop-player is wearing boots named "&3Szybkie buty": remove speed from loop-player apply speed 2 to loop-player for 5 seconds Plugin na efekty i enchanty na itemkach: https://dev.bukkit.org/projects/uberenchant
  7. spróbuj z skquery ja mam i dziala
  8. command /tpskill: trigger: send "&aZa 10 sekund rozpocznie się test tps" to all players wait 10 seconds loop all blocks in radius 2 around player: loop 200 times: wait 1 tick spawn 1 armor stand at loop-block push last spawned entity up at speed 5 send "&c%tps%" to all players hide last spawned entity for all players wait 10 seconds send "%tps%" to all players
  9. TheStremty

    TAB

    hide all players to player ale to ukrywa także graczy np tak jak vanish a ty chcesz tylko z taba hide all players for player in tablist wymaga skellet
  10. command /kosz: trigger: open chest with 6 rows named "&c&lKOSZ" to player stop
  11. TheStremty

    blok

    on place of player head: if name of player's tool is "hajsik": set {head.%event-block%} to "Head" on right click on player head: if {head.%event-block%} is set: if {head.%event-block%} is "Head": send "&e[&a+&e]&7 $10" add 10 to player's balance on break of player head: if {head.%event-block%} is "Head": clear {head.%event-block%} send "&eUsuneles glowe hajsu" powinno działać
  12. worldguard worldedit chyba nic więcej
×
×
  • Dodaj nową pozycję...