Son kullanma tarihi geçmiş, bayatlamış bir tarayıcı kullanıyorsanız. Mercedes kullanmak yerine tosbaya binmek gibi... Websiteleri düzgün görüntüleyemiyorsanız eh, bi zahmet tarayıcınızı güncelleyiniz. Modern Web standartlarını karşılayan bir tarayıcı alternatifine göz atın.
command /Lord:
trigger:
if asb player's island level is greater than 10000:
if {Lord::%player%} is not set:
set {Lord::%player%} to true
run player command "manudel %player%" as op
run player command "manuadd %player% Lord" as op
broadcast "&a» &c%player% &bLord &6Rütbesinde Terfi Etti."
give 57 64 named "&eLord &aHediye &eItem" to player
else:
send "&a» &bDaha Önce &eLord &bRütbesinde Erişim Saglamışsınız."
else:
send "&a» &bLord &6Olabilmek İçin Yeterli Ada Leveliniz Bulunmakatadır." to player
send "&a» &6Ada Leveliniz &c10k &6Olması Gerekiyor." to player
command /SkyLord:
trigger:
if asb player's island level is greater than 25000:
if {Lord::%player%} is set:
if {SkyLord::%player%} is not set:
set {SkyLord::%player%} to true
run player command "manudel %player%" as op
run player command "manuadd %player% SkyLord" as op
broadcast "&a» &c%player% &bSkyLord &6Rütbesine Terfi Etti."
give 57 64 named "&eSkyLord &aHediye &eItem" to player
else:
send "&a» &bDaha Önce &eSkyLord &bRütbesinde Erişim Saglamışsınız."
else:
send "&a» &6Ilk Olarak Adanızı &c10k &6level Yapıp &bLord &6Olmanız Gerekir."
else:
send "&a» &bSkyLord &6Olabilmek İçin Yeterli Ada Leveliniz Bulunmakatadır." to player
send "&a» &6Ada Leveliniz &c25k &6Olması Gerekiyor." to player
command /SkyKing:
trigger:
if asb player's island level is greater than 100000:
if {skylord::%player%} is set:
if {skyking::%player%} is not set:
set {skyking::%player%} to true
run player command "manudel %player%" as op
run player command "manuadd %player% skyking" as op
broadcast "&a» &c%player% &bSkyKing &6Rütbesine Terfi Etti."
give 57 64 named "&6SkyKing Hediyesi" to player
else:
send "&a» &bDaha Önce &eSkyKing &bRütbesine Erişim Saglamışsınız."
else:
send "&a» &6Ilk Olarak &bSkyLord &6Olmalısınız."
else:
send "&a» &bSkyKing &6Olabilmek İçin Yeterli Ada Leveliniz Bulunmakatadır." to player
send "&a» &6Ada Leveliniz &c100k &6Olması Gerekiyor." to player
command /SkyZeus:
trigger:
if asb player's island level is greater than 250000:
if {skyking::%player%} is set:
if {skyzeus::%player%} is not set:
set {skyzeus::%player%} to true
run player command "manudel %player%" as op
run player command "manuadd %player% SkyZeus" as op
broadcast "&a» &c%player% &bSkyZeus &6Rütbesine Terfi Etti."
give 57 64 named "&6SkyZeus Hediyesi" to player
else:
send "&a» &bDaha Önce &eSkyZeus &bRütbesine Erişim Saglamışsınız."
else:
send "&a» &6Ilk Olarak &bSkyKing &6Olmalısınız."
else:
send "&a» &bSkyZeus &6Olabilmek İçin Yeterli Ada Leveliniz Bulunmakatadır." to player
send "&a» &6Ada Leveliniz &c250k &6Olması Gerekiyor." to player
command /SkyGod:
trigger:
if asb player's island level is greater than 450000:
if {skyzeus::%player%} is set:
if {skygod::%player%} is not set:
set {skygod::%player%} to true
run player command "manudel %player%" as op
run player command "manuadd %player% skytr" as op
broadcast "&a» &c%player% &bSkyGod &6Rütbesine Terfi Etti."
give 57 64 named "&6SkyGod Hediyesi" to player
else:
send "&a» &bDaha Önce &eSkyGod &bRütbesine Erişim Saglamışsınız."
else:
send "&a» &6Ilk Olarak &bSkyZeus &6Olmalısınız."
else:
send "&a» &bSkyGod &6Olabilmek İçin Yeterli Ada Leveliniz Bulunmakatadır." to player
send "&a» &6Ada Leveliniz &c450000k &6Olması Gerekiyor." to player
asb new island:
console command "manudel %player%"
delete {Lord::%player%}
delete {SkyLord::%player%}
delete {SkyKing::%player%}
delete {SkyZeus::%player%}
delete {SkyGod::%player%}
asb reset island:
console command "manudel %player%"
delete {Lord::%player%}
delete {SkyLord::%player%}
delete {SkyKing::%player%}
delete {SkyZeus::%player%}
delete {SkyGod::%player%}
2. dediğin GUI destekli mi olacak? Detaylı anlatırsan sevinirim.
1) ./c Ile Otomatik Rütbe Atlama Şu Şekildedir. Dikkat: Rütbeleri Kendinize Göre Editleye Bilirsiniz. Kendi Sunucumda Kullandığım Rütbelerle Paylaşıyorum. İlk Önce Şu Kodu plugins/chestcommands Kısmında .yml dosyası açıyoruz ve açtığımız dosyanın içerisine şu kodu yazıyoruz:
Kod:
######################
#+ +#
# MENU SETTINGS #
#+ +#
######################
menu-settings:
# name - appears as the title - REQUIRED
name: '&b&lRütbeler'
# rows - the number of rows of the chest - REQUIRED
rows: 3
# command - OPTIONAL (you can remove this or set it to '')
command: 'rutbe; c; challenges'
# The sound played whenever the menu is opened.
# List of sounds:
# jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
open-sound: 'sound: ghast fireball'
# open-with-item - OPTIONAL (you can remove this or
# set the item-id/data-value to 0)
# In this case it will open with a book (right click)
open-with-item:
item-id: 345
left-click: false
right-click: true
# data-value: 0
######################
#+ +#
# ITEMS #
#+ +#
######################
Skylord:
COMMAND: 'legendlordol'
NAME: '&a&l[cross] &6LegendLord &a&l[cross]'
LORE:
- '&7Adanızı 30k yapıp buna tıklayın'
ID: SLIME_BLOCK
POSITION-X: 3
POSITION-Y: 2
Skyking:
COMMAND: 'legendkingol'
NAME: '&a&l[cross] &6LegendKing &a&l[cross]'
LORE:
- '&7Adanızı 75k yapıp buna tıklayın'
ID: IRON_BLOCK
POSITION-X: 4
POSITION-Y: 2
Skymaster:
COMMAND: 'legendzeusol'
NAME: '&a&l[cross] &6LegendZeus&a&l[cross]'
LORE:
- '&7Adanızı 150k yapıp buna tıklayın'
ID: GOLD_BLOCK
POSITION-X: 5
POSITION-Y: 2
Skylegend:
COMMAND: 'legendgodol'
NAME: '&a&l[cross] &6LegendGod &a&l[cross]'
LORE:
- '&7Adanızı 400k yapıp buna tıklayın'
ID: EMERALD_BLOCK
POSITION-X: 6
POSITION-Y: 2
Zeus:
COMMAND: 'legendskyol'
NAME: '&a&l[cross] &6LegendSky &a&l[cross]'
LORE:
- '&7Adanizi 700k yapip buna tiklayin'
ID: DIAMOND_BLOCK
POSITION-X: 7
POSITION-Y: 2
Sonra ise plugins/Skript/scripts Kısmına Gelip .sk Uzantılı Her hangi Bir Dosya Açıyoruz Ve O Dosyanın İçerisine Şu Kodu Yazıyoruz:
Kod:
options:
skylordolamadin: &cLegendNetwork &e>> &2LegendLord olabilmek icin adanızı 10000 lvl yapmalisiniz
skykingolamadin: &cLegendNetwork &e>> &2LegendKing olabilmek icin adanızı 25000 lvl yapmalisiniz
skymasterolamadin: &cLegendNetwork &e>> &2LegendZeus olabilmek icin adanızı 50000 lvl yapmalisiniz
skylegendolamadin: &cLegendNetwork &e>> &2LegendGod olabilmek icin adanızı 75000 lvl yapmalisiniz
zeusolamadin: &cLegendNetwork &e>> &2LegendZeus olabilmek icin adanızı 100000 lvl yapmalisiniz
command /legendlordol:
trigger:
if asb player's island level is greater than 30000:
execute console command "manuadd %player% legendlord"
send "&cLegendNetwork &e>> &2Başarıyla LegendLord Oldunuz "
else:
message "{@skylordolamadin}"
command /legendkingol:
trigger:
if asb player's island level is greater than 75000:
execute console command "manuadd %player% legendking"
send "&cLegendNetwork &e>> &2Başarıyla LegendKing Oldunuz "
else:
message "{@skykingolamadin}"
command /legendzeusol:
trigger:
if asb player's island level is greater than 150000:
execute console command "manuadd %player% legendzeus"
send "&cLegendNetwork &e>> &2Başarıyla LegendZeus Oldunuz "
else:
message "{@skymasterolamadin}"
command /legendgodol:
trigger:
if asb player's island level is greater than 400000:
execute console command "manuadd %player% legendgod"
send "&cLegendNetwork &e>> &2Başarıyla LegendGod Oldunuz "
else:
message "{@skylegendolamadin}"
command /legendskyol:
trigger:
if asb player's island level is greater than 700000:
execute console command "manuadd %player% legendsky"
send "&cLegendNetwork &e>> &2Başarıyla LegendSky Oldunuz "
else:
message "{@zeusolamadin}"
command /is_restart:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_leave:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_confirm:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_reset:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
İşlem Bu Kadardır Ondan Sonra Serverinize Reload Atın. Ve ./c Yazıp Adanızı 30Bin Level Yapın Ve LegendLord a Tıklayın. Direkt LegendLord Olucaksınız!
1) ./c Ile Otomatik Rütbe Atlama Şu Şekildedir. Dikkat: Rütbeleri Kendinize Göre Editleye Bilirsiniz. Kendi Sunucumda Kullandığım Rütbelerle Paylaşıyorum. İlk Önce Şu Kodu plugins/chestcommands Kısmında .yml dosyası açıyoruz ve açtığımız dosyanın içerisine şu kodu yazıyoruz:
Kod:
######################
#+ +#
# MENU SETTINGS #
#+ +#
######################
menu-settings:
# name - appears as the title - REQUIRED
name: '&b&lRütbeler'
# rows - the number of rows of the chest - REQUIRED
rows: 3
# command - OPTIONAL (you can remove this or set it to '')
command: 'rutbe; c; challenges'
# The sound played whenever the menu is opened.
# List of sounds:
# jd.bukkit.org/rb/apidocs/org/bukkit/Sound.html
open-sound: 'sound: ghast fireball'
# open-with-item - OPTIONAL (you can remove this or
# set the item-id/data-value to 0)
# In this case it will open with a book (right click)
open-with-item:
item-id: 345
left-click: false
right-click: true
# data-value: 0
######################
#+ +#
# ITEMS #
#+ +#
######################
Skylord:
COMMAND: 'legendlordol'
NAME: '&a&l[cross] &6LegendLord &a&l[cross]'
LORE:
- '&7Adanızı 30k yapıp buna tıklayın'
ID: SLIME_BLOCK
POSITION-X: 3
POSITION-Y: 2
Skyking:
COMMAND: 'legendkingol'
NAME: '&a&l[cross] &6LegendKing &a&l[cross]'
LORE:
- '&7Adanızı 75k yapıp buna tıklayın'
ID: IRON_BLOCK
POSITION-X: 4
POSITION-Y: 2
Skymaster:
COMMAND: 'legendzeusol'
NAME: '&a&l[cross] &6LegendZeus&a&l[cross]'
LORE:
- '&7Adanızı 150k yapıp buna tıklayın'
ID: GOLD_BLOCK
POSITION-X: 5
POSITION-Y: 2
Skylegend:
COMMAND: 'legendgodol'
NAME: '&a&l[cross] &6LegendGod &a&l[cross]'
LORE:
- '&7Adanızı 400k yapıp buna tıklayın'
ID: EMERALD_BLOCK
POSITION-X: 6
POSITION-Y: 2
Zeus:
COMMAND: 'legendskyol'
NAME: '&a&l[cross] &6LegendSky &a&l[cross]'
LORE:
- '&7Adanizi 700k yapip buna tiklayin'
ID: DIAMOND_BLOCK
POSITION-X: 7
POSITION-Y: 2
Sonra ise plugins/Skript/scripts Kısmına Gelip .sk Uzantılı Her hangi Bir Dosya Açıyoruz Ve O Dosyanın İçerisine Şu Kodu Yazıyoruz:
Kod:
options:
skylordolamadin: &cLegendNetwork &e>> &2LegendLord olabilmek icin adanızı 10000 lvl yapmalisiniz
skykingolamadin: &cLegendNetwork &e>> &2LegendKing olabilmek icin adanızı 25000 lvl yapmalisiniz
skymasterolamadin: &cLegendNetwork &e>> &2LegendZeus olabilmek icin adanızı 50000 lvl yapmalisiniz
skylegendolamadin: &cLegendNetwork &e>> &2LegendGod olabilmek icin adanızı 75000 lvl yapmalisiniz
zeusolamadin: &cLegendNetwork &e>> &2LegendZeus olabilmek icin adanızı 100000 lvl yapmalisiniz
command /legendlordol:
trigger:
if asb player's island level is greater than 30000:
execute console command "manuadd %player% legendlord"
send "&cLegendNetwork &e>> &2Başarıyla LegendLord Oldunuz "
else:
message "{@skylordolamadin}"
command /legendkingol:
trigger:
if asb player's island level is greater than 75000:
execute console command "manuadd %player% legendking"
send "&cLegendNetwork &e>> &2Başarıyla LegendKing Oldunuz "
else:
message "{@skykingolamadin}"
command /legendzeusol:
trigger:
if asb player's island level is greater than 150000:
execute console command "manuadd %player% legendzeus"
send "&cLegendNetwork &e>> &2Başarıyla LegendZeus Oldunuz "
else:
message "{@skymasterolamadin}"
command /legendgodol:
trigger:
if asb player's island level is greater than 400000:
execute console command "manuadd %player% legendgod"
send "&cLegendNetwork &e>> &2Başarıyla LegendGod Oldunuz "
else:
message "{@skylegendolamadin}"
command /legendskyol:
trigger:
if asb player's island level is greater than 700000:
execute console command "manuadd %player% legendsky"
send "&cLegendNetwork &e>> &2Başarıyla LegendSky Oldunuz "
else:
message "{@zeusolamadin}"
command /is_restart:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_leave:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_confirm:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
command /is_reset:
trigger:
if player does not have permission "grup.kal":
execute console command "manuadd %player% oyuncu"
execute console command "manudel %player%"
İşlem Bu Kadardır Ondan Sonra Serverinize Reload Atın. Ve ./c Yazıp Adanızı 30Bin Level Yapın Ve LegendLord a Tıklayın. Direkt LegendLord Olucaksınız!
Daha Önce Çalıştığım Serverin Rütbeleridir. Rütbeleri Kendi GroupManagerinize Göre Ayarlaya Bilirsiniz. Dikkat: Attigim Skript Ve ChestCommands Ayarlari ./c Ile Otomatik Rutbe Atlamadır. Her Hangi Komut Mesela /legendlordol Gibi Komut Gerekmiyordur.
Teşekkür Ederim Herkesden /c kullanmıyorum onun yerine harici bir görev skriptie kledim fakat degerlendirecegim :))
Benim Sistemimide /c Yazıldımı Farklı Bir Görev mensü Çıkıyor Ve Onları Tamamlıyorsun Rütbe Sistemi Ile Bagdaşık Degil! Sadece /rutbe yazıldımı ChestCommands menüsünü Açıyor Ve Oradan Özelliklerini Görip Amaç Edinip Yapıyorsunzu Sizce Sunucuma Daha Neler Eklemeliyim Dostlar Help! :([DOUBLEPOST=1504600044,1504599834][/DOUBLEPOST]iConomy Pluginininde Bir Bug Buldum Bende Onu Kullanmamaya Karar Verdim :) Essentials Desen Zaten olmuyor o yüzden skript ile En çok 10 Parası Olanları yapabilirsek Çok Güzel Olur :)
LeaderHeads pluginini kullanabilirsin para sıralaması yapınca tabelaya sağ tıklayınca en cok 10 parası olan gözükebilir ayrica skylord vb skripti icin smt287 nin yapmis oldugu skylord skriptini kullanabilirsin