YusifHuseynli24
Bir Kömür Göründü Kaptanım!
- Katılım
- 13 Mayıs 2018
- Mesajlar
- 122
- Elmaslar
- 24
- Puan
- 0
- Minecraft
- iCyrex
[+] Options Vardır
Essentials`ın sunduğu warp özelliğini unutun
/setname <itemadı> /setlore <lore> iteme ad ve lore ekleme
/duyuru <duyuru> oto duyuru 1 dakika ara ile oto duyuru options dan ayarlana bilir
Tamamen Türkçe ölüm mesajları ( sadece gerekli olanlar )
Birisini öldürünce Coin ( eşya ) vermesi Ayarlana bilir,
/? <tab> bug fix
1 adet troll komut /push <oyuncu> oyuncuyu 0.3 hızla havaya uçurur
/chest ile EnderChest açma
Yağış engelleme tüm dünya`lar için
( blok kıramama
blok koyamama
Yere item atamama sadece oyuncular için ve world isimli dünyada geçerlidir değiştirile bilir)
(world isimli dünyada yerden ok alamama ve yere atılan ok 2 saniye sonra silinir)
(world isimli dünyada craft engelleme)
item ile effekt alma (güç - ITEM KODU: Rose Red ISMI &8« &cGüç &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (güç 2 - ITEM KODU: Rose Red ISMI &8« &cGüç &e2 &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (hız - ITEM KODU: Cyan Dye ISMI &8« &bHız &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (hız 2 - ITEM KODU: Cyan Dye ISMI &8« &bHız &e2 &8» (olması gerek yoksa çalışmaz)
Essentials`ın sunduğu warp özelliğini unutun
/setname <itemadı> /setlore <lore> iteme ad ve lore ekleme
/duyuru <duyuru> oto duyuru 1 dakika ara ile oto duyuru options dan ayarlana bilir
Tamamen Türkçe ölüm mesajları ( sadece gerekli olanlar )
Birisini öldürünce Coin ( eşya ) vermesi Ayarlana bilir,
/? <tab> bug fix
1 adet troll komut /push <oyuncu> oyuncuyu 0.3 hızla havaya uçurur
/chest ile EnderChest açma
Yağış engelleme tüm dünya`lar için
( blok kıramama
blok koyamama
Yere item atamama sadece oyuncular için ve world isimli dünyada geçerlidir değiştirile bilir)
(world isimli dünyada yerden ok alamama ve yere atılan ok 2 saniye sonra silinir)
(world isimli dünyada craft engelleme)
item ile effekt alma (güç - ITEM KODU: Rose Red ISMI &8« &cGüç &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (güç 2 - ITEM KODU: Rose Red ISMI &8« &cGüç &e2 &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (hız - ITEM KODU: Cyan Dye ISMI &8« &bHız &8» (olması gerek yoksa çalışmaz)
item ile effekt alma (hız 2 - ITEM KODU: Cyan Dye ISMI &8« &bHız &e2 &8» (olması gerek yoksa çalışmaz)
Kod:
# Ayarlar
options:
prefix: &9Server &8»
noperm: &9Server &8» &cBunu yapabilmek için yetkin yok!
setname: &9SetName &8»
setlore: &9SetLore &8»
kupon: &9Kupon &8»
duyuru: &2&lDuyuru &8»
otoduyuru: &aOTODuyuru
tp: &9TP &8»
chest: &9Chest &8»
troll: &9Troll &8»
pvp: &9PVP &8»
discord: &9Discord &8»
discordlink: &bLink
# SetName - SetLore
command /setname [<text>]:
permission: away.setname
permission message: {@noperm}
trigger:
if arg is set:
if length of arg is bigger than 50:
send "{@setname) &cMaks karakter sayısını geçtin! &7[&450&7]"
if player's tool is not air:
set name of player's tool to "%coloured arg%"
else:
send "{@setname} &cElinde hiç bir şey yok."
else:
send "{@setname} &a/setname <name>"
command /setlore [<text>]:
permission: away.setlore
permission message: {@noperm}
trigger:
if arg is set:
if length of arg is bigger than 50:
send "{@setlore) &cMaks karakter sayısını geçtin! &7[&450&7]"
if player's tool is not air:
set lore of player's tool to "%coloured arg%"
else:
send "{@setlore} &cElinde hiç bir şey yok."
else:
send "{@setlore} &a/setlore <lore>"
# Kupon
on right click with rose red:
if name of player's tool is "&8« &cGüç &8»":
remove 1 rose red named "&8« &cGüç &8»" from player's inventory
execute console command "effect %player% strength 60"
send "{@kupon} &cGüç &a60 saniye verildi."
on right click with rose red:
if name of player's tool is "&8« &cGüç &e2 &8»":
remove 1 rose red named "&8« &cGüç &e2 &8»" from player's inventory
execute console command "effect %player% strength 60 1"
send "{@kupon} &cGüç &e2 &a60 saniye verildi."
on right click with cyan dye:
if name of player's tool is "&8« &bHız &8»":
remove 1 cyan dye named "&8« &bHız &8»" from player's inventory
execute console command "effect %player% speed 60"
send "{@kupon} &bHız &a60 saniye verildi."
on right click with cyan dye:
if name of player's tool is "&8« &bHız &e2 &8»":
remove 1 cyan dye named "&8« &bHız &e2 &8»" from player's inventory
execute console command "effect %player% speed 60 1"
send "{@kupon} &bHız &e2 &a60 saniye verildi."
# Duyuru
command /duyuru [<text>]:
permission: away.duyuru
permission message: {@noperm}
trigger:
broadcast "{@duyuru} &a%coloured arg 1%"
every 1 minutes:
broadcast "{@duyuru} {@otoduyuru}"
# ClearChat
command /cc:
aliases: clearchat
permission: away.clearchat
permission message: {@noperm}
trigger:
loop 200 times:
send "" to all players
broadcast "{@prefix} &aSohbet &c%player% &atarafından temizlendi!"
# Discord
command /discord:
aliases: dc
trigger:
send "{@discord} {@discordlink}"
# SetSpawn
on join:
teleport player to {spawn}
on first join:
teleport player to {spawn}
command /setspawn:
permission: away.setspawn
permission message: {@noperm}
trigger:
set {spawn} to location of player
send "{@prefix} &aSpawn belirlendi."
command /spawn:
trigger:
if player has permission "op":
send "{@tp} &aSpawn`a Işınlandın."
teleport player to {spawn}
else:
send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c3 &7]"
wait 1 second
send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c2 &7]"
wait 1 second
send "{@tp} &eSpawn`a Işınlanıyorsun &7[ &c1 &7]"
wait 1 second
send "{@tp} &aSpawn`a Işınlandın."
teleport player to {spawn}
command /setmarket:
permission: away.setspawn
permission message: {@noperm}
trigger:
set {market} to location of player
send "{@prefix} &aMarket belirlendi."
command /market:
trigger:
if player has permission "op":
send "{@tp} &aMarket`e Işınlandın."
teleport player to {market}
else:
send "{@tp} &eMarket`e Işınlanıyorsun &7[ &c3 &7]"
wait 1 second
send "{@tp} &eMarket`e Işınlanıyorsun &7[ &c2 &7]"
wait 1 second
send "{@tp} &eMarket`e Işınlanıyorsun &7[ &c1 &7]"
wait 1 second
send "{@tp} &aMarket`e Işınlandın."
teleport player to {market}
# Coin Ve Ölüm mesajları
on death of player:
if attacker is player:
give 1 sunflower named "&8« &6Coin &8»" to attacker
broadcast "{@pvp} &a%victim% &eadlı oyuncu &c%attacker% &etarafından öldürüldü."
if damage was caused by lava:
broadcast "{@pvp} &a%victim% &eadlı oyuncu lavda yanarak öldü."
if damage was caused by fall:
broadcast "{@pvp} &a%victim% &eadlı oyuncu yere çok sert düştü ve öldü."
if damage was caused by fire:
broadcast "{@pvp} &a%victim% &eadlı oyuncu yanarak öldü."
if damage was caused by drowning:
broadcast "{@pvp} &a%victim% &eadlı oyuncu boğularak öldü."
# Bug Fix
command /? [<text>]:
trigger:
if arg 1 is "[<tab>]":
send ""
if arg 1 is not set:
send "{@prefix} &cÇokmu zekisin?"
# Chest
command /chest:
trigger:
open player's ender chest to player
send "{@chest} &aSandık açıldı."
# Troll
command /push [<player>]:
permission: away.trollkomut
permission message: {@noperm}
trigger:
push player-arg up at speed 3
message "{@troll} &3%arg 1% &bisimli oyuncuyu havaya fırlattınız!"
# Genel
on break:
if world is "world":
if player has permission "op":
uncancel event
else:
cancel event
on place:
if world is "world":
if player has permission "op":
uncancel event
else:
cancel event
on drop:
if world is "world":
if player has permission "op":
uncancel event
else:
cancel event
on craft:
if world is "world":
if player has permission "op":
uncancel event
else:
cancel event
on weather change to rain or thunder:
cancel event
on projectile hit:
if world is "world":
projectile is arrow
wait 2 seconds
delete projectile
on pickup of arrow:
if world is "world":
cancel event
else:
uncancel event
Son düzenleme: