2Adam
Bir Kömür Göründü Kaptanım!
- Katılım
- 13 Haziran 2018
- Mesajlar
- 165
- Elmaslar
- 11
- Puan
- 0
- Minecraft
- Mr_Eness
every 10 minute:
loop players:
if {bagimli.esrar} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar} is true:
kill loop-player
set the maximum health of the loop-player to 10
larayasar
every 10 minute:
loop players:
if {bagimli.esrar::%player%} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar::%player%} is true:
kill loop-player
set the maximum health of the loop-player to 10
Bunu deneyin, fakat her 10 dakikada bir bütün oyuncuları kontrol edecektir:
Kod:every 10 minute: loop players: if {bagimli.esrar} is true: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar} is true: kill loop-player set the maximum health of the loop-player to 10
every 1 minute:
loop players:
if {bagimli.esrar} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar} is true:
kill loop-player
set the maximum health of the loop-player to 10
variables:
{yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
if tool's display name is "&aEsrar":
if {yüksekdoz::esrar.%player%} is not 3:
add 1 to {yüksekdoz::esrar.%player%}
remove 1 wheat seeds named "&aEsrar" from player's inventory
send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait 2 second
send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
set {bagimli.esrar} to false
apply nausea 1 to player for 40 second
apply slowness 2 to player for 50 second
wait 3 minutes
delete {yüksekdoz::esrar.%player%}
wait 1 minutes
set {bagimli.esrar} to true
Esrar eklentinizi atarsanız onu da düzenleyebilirim.Kod:every 10 minute: loop players: if {bagimli.esrar::%player%} is true: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar::%player%} is true: kill loop-player set the maximum health of the loop-player to 10
larayasar
every 1 minute:
loop players:
if {bagimli.esrar::%player%} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar::%player%} is true:
kill loop-player
set the maximum health of the loop-player to 10
variables:
{yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
if tool's display name is "&aEsrar":
if {yüksekdoz::esrar.%player%} is not 3:
add 1 to {yüksekdoz::esrar.%player%}
remove 1 wheat seeds named "&aEsrar" from player's inventory
send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait 2 second
send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
set {bagimli.esrar::%player%} to false
apply nausea 1 to player for 40 second
apply slowness 2 to player for 50 second
wait 3 minutes
delete {yüksekdoz::esrar.%player%}
wait 1 minutes
set {bagimli.esrar::%player%} to true
Şu şekilde deneyebilir misin?Kod:every 1 minute: loop players: if {bagimli.esrar::%player%} is true: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar::%player%} is true: kill loop-player set the maximum health of the loop-player to 10 variables: {yüksekdoz::esrar.%player%} = 0 on right click with wheat seeds: if tool's display name is "&aEsrar": if {yüksekdoz::esrar.%player%} is not 3: add 1 to {yüksekdoz::esrar.%player%} remove 1 wheat seeds named "&aEsrar" from player's inventory send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait 2 second send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second set {bagimli.esrar::%player%} to false apply nausea 1 to player for 40 second apply slowness 2 to player for 50 second wait 3 minutes delete {yüksekdoz::esrar.%player%} wait 1 minutes set {bagimli.esrar::%player%} to true
larayasar
every 1 minute:
loop players:
if {bagimli.esrar::%loop-player%} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar::%loop-player%} is true:
kill loop-player
set the maximum health of the loop-player to 10
variables:
{yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
if tool's display name is "&aEsrar":
if {yüksekdoz::esrar.%player%} is not 3:
add 1 to {yüksekdoz::esrar.%player%}
remove 1 wheat seeds named "&aEsrar" from player's inventory
send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait 2 second
send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
set {bagimli.esrar::%player%} to false
apply nausea 1 to player for 40 second
apply slowness 2 to player for 50 second
wait 3 minutes
delete {yüksekdoz::esrar.%player%}
wait 1 minutes
set {bagimli.esrar::%player%} to true
ölmüyorKod:every 1 minute: loop players: if {bagimli.esrar::%loop-player%} is true: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar::%loop-player%} is true: kill loop-player set the maximum health of the loop-player to 10 variables: {yüksekdoz::esrar.%player%} = 0 on right click with wheat seeds: if tool's display name is "&aEsrar": if {yüksekdoz::esrar.%player%} is not 3: add 1 to {yüksekdoz::esrar.%player%} remove 1 wheat seeds named "&aEsrar" from player's inventory send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait 2 second send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second set {bagimli.esrar::%player%} to false apply nausea 1 to player for 40 second apply slowness 2 to player for 50 second wait 3 minutes delete {yüksekdoz::esrar.%player%} wait 1 minutes set {bagimli.esrar::%player%} to true
larayasar
ölmüyor
every 1 minute:
loop players:
if {bagimli.esrar::%loop-player%} is true:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar::%loop-player%} is true:
set loop-player's health to 0
set the maximum health of the loop-player to 10
variables:
{yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
if tool's display name is "&aEsrar":
if {yüksekdoz::esrar.%player%} is not 3:
add 1 to {yüksekdoz::esrar.%player%}
remove 1 wheat seeds named "&aEsrar" from player's inventory
send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait 2 second
send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
set {bagimli.esrar::%player%} to false
apply nausea 1 to player for 40 second
apply slowness 2 to player for 50 second
wait 3 minutes
delete {yüksekdoz::esrar.%player%}
wait 1 minutes
set {bagimli.esrar::%player%} to true
hocam o tamam da tüm adamlar ölüyoKod:every 1 minute: loop players: if {bagimli.esrar::%loop-player%} is true: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar::%loop-player%} is true: set loop-player's health to 0 set the maximum health of the loop-player to 10 variables: {yüksekdoz::esrar.%player%} = 0 on right click with wheat seeds: if tool's display name is "&aEsrar": if {yüksekdoz::esrar.%player%} is not 3: add 1 to {yüksekdoz::esrar.%player%} remove 1 wheat seeds named "&aEsrar" from player's inventory send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait 2 second send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second set {bagimli.esrar::%player%} to false apply nausea 1 to player for 40 second apply slowness 2 to player for 50 second wait 3 minutes delete {yüksekdoz::esrar.%player%} wait 1 minutes set {bagimli.esrar::%player%} to true
Burak#7050
every 1 minute:
loop players:
if {bagimli.esrar::%loop-player%} is false:
send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
set the maximum health of the loop-player to 3
wait 3 minutes
if {bagimli.esrar::%loop-player%} is true:
set loop-player's health to 0
set the maximum health of the loop-player to 10
variables:
{yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
if tool's display name is "&aEsrar":
if {yüksekdoz::esrar.%player%} is not 3:
add 1 to {yüksekdoz::esrar.%player%}
remove 1 wheat seeds named "&aEsrar" from player's inventory
send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
wait a second
send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
wait 2 second
send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
set {bagimli.esrar::%player%} to true
apply nausea 1 to player for 40 second
apply slowness 2 to player for 50 second
wait 3 minutes
delete {yüksekdoz::esrar.%player%}
wait 1 minutes
set {bagimli.esrar::%player%} to false
hocam ölmenin kapalı olduğu yerlerde ölmüyolar konsol komuduyla yaptım bu seferde sağlıklı çalışmıyo bazen öldürüyo bazen öldürmüyoçalışması gerek
Kod:every 1 minute: loop players: if {bagimli.esrar::%loop-player%} is false: send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player set the maximum health of the loop-player to 3 wait 3 minutes if {bagimli.esrar::%loop-player%} is true: set loop-player's health to 0 set the maximum health of the loop-player to 10 variables: {yüksekdoz::esrar.%player%} = 0 on right click with wheat seeds: if tool's display name is "&aEsrar": if {yüksekdoz::esrar.%player%} is not 3: add 1 to {yüksekdoz::esrar.%player%} remove 1 wheat seeds named "&aEsrar" from player's inventory send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second wait a second send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second wait 2 second send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second set {bagimli.esrar::%player%} to true apply nausea 1 to player for 40 second apply slowness 2 to player for 50 second wait 3 minutes delete {yüksekdoz::esrar.%player%} wait 1 minutes set {bagimli.esrar::%player%} to false
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!