- Katılım
- 12 Kasım 2016
- Mesajlar
- 236
- Elmaslar
- 14
- Puanlar
- 13.420
# ! =========
# ! Yapan:BigBangEmre
# ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :)
# ! =========
options:
prefix: &8[&eCC&8]
perm: chatcolor.color
noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok!
command /chatcolor [<text>]:
aliases: /cc
permission: {@perm}
permission message: {@noperm}
trigger:
if arg 1 is not set:
message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!"
send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player
if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF":
message "{@prefix} &fInvaild option&8: &7%arg-1%"
if arg 1 is "RED":
set {color.%player%} to "&c"
message "{@prefix} &7Colour set to &cred&f."
if arg 1 is "DarkGrey":
set {color.%player%} to "&8"
message "{@prefix} &7Colour set to &8darkgrey&f."
if arg 1 is "AQUA":
set {color.%player%} to "&b"
message "{@prefix} &7Colour set to &baqua&f."
if arg 1 is "YELLOW":
set {color.%player%} to "&e"
message "{@prefix} &7Colour set to &eyellow&f."
if arg 1 is "PINK":
set {color.%player%} to "&d"
message "{@prefix} &7Colour set to &dpink&f."
if arg 1 is "BLUE":
set {color.%player%} to "&9"
message "{@prefix} &7Colour set to &9blue&f."
if arg 1 is "DARKAQUA":
set {color.%player%} to "&3"
message "{@prefix} &7Colour set to &3darkaqua&f."
if arg 1 is "GREEN":
set {color.%player%} to "&a"
message "{@prefix} &7Colour set to &agreen&f."
if arg 1 is "OFF":
delete {color.%player%}
message "{@prefix} &7Colour set to &fwhite&f."
on chat:
cancel event
if {Color.%player%} is not set:
set {Color.%player%} to "&f"
send "%player's display name% &8: %{Color.%player%}% %message%" to all players
Yardımınız İçin Teşekkürler.. {SkyblockTr yönetim Ekibi}Alıntıdır. Yapımcısı @Emrebaba07.
Kod:# ! ========= # ! Yapan:BigBangEmre # ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :) # ! ========= options: prefix: &8[&eCC&8] perm: chatcolor.color noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok! command /chatcolor [<text>]: aliases: /cc permission: {@perm} permission message: {@noperm} trigger: if arg 1 is not set: message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!" send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF": message "{@prefix} &fInvaild option&8: &7%arg-1%" if arg 1 is "RED": set {color.%player%} to "&c" message "{@prefix} &7Colour set to &cred&f." if arg 1 is "DarkGrey": set {color.%player%} to "&8" message "{@prefix} &7Colour set to &8darkgrey&f." if arg 1 is "AQUA": set {color.%player%} to "&b" message "{@prefix} &7Colour set to &baqua&f." if arg 1 is "YELLOW": set {color.%player%} to "&e" message "{@prefix} &7Colour set to &eyellow&f." if arg 1 is "PINK": set {color.%player%} to "&d" message "{@prefix} &7Colour set to &dpink&f." if arg 1 is "BLUE": set {color.%player%} to "&9" message "{@prefix} &7Colour set to &9blue&f." if arg 1 is "DARKAQUA": set {color.%player%} to "&3" message "{@prefix} &7Colour set to &3darkaqua&f." if arg 1 is "GREEN": set {color.%player%} to "&a" message "{@prefix} &7Colour set to &agreen&f." if arg 1 is "OFF": delete {color.%player%} message "{@prefix} &7Colour set to &fwhite&f." on chat: cancel event if {Color.%player%} is not set: set {Color.%player%} to "&f" send "%player's display name% &8: %{Color.%player%}% %message%" to all players
Kolay ve Hızlı Resim Yüklemenin Tek Adresi 1 hata var.Alıntıdır. Yapımcısı @Emrebaba07.
Kod:# ! ========= # ! Yapan:BigBangEmre # ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :) # ! ========= options: prefix: &8[&eCC&8] perm: chatcolor.color noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok! command /chatcolor [<text>]: aliases: /cc permission: {@perm} permission message: {@noperm} trigger: if arg 1 is not set: message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!" send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF": message "{@prefix} &fInvaild option&8: &7%arg-1%" if arg 1 is "RED": set {color.%player%} to "&c" message "{@prefix} &7Colour set to &cred&f." if arg 1 is "DarkGrey": set {color.%player%} to "&8" message "{@prefix} &7Colour set to &8darkgrey&f." if arg 1 is "AQUA": set {color.%player%} to "&b" message "{@prefix} &7Colour set to &baqua&f." if arg 1 is "YELLOW": set {color.%player%} to "&e" message "{@prefix} &7Colour set to &eyellow&f." if arg 1 is "PINK": set {color.%player%} to "&d" message "{@prefix} &7Colour set to &dpink&f." if arg 1 is "BLUE": set {color.%player%} to "&9" message "{@prefix} &7Colour set to &9blue&f." if arg 1 is "DARKAQUA": set {color.%player%} to "&3" message "{@prefix} &7Colour set to &3darkaqua&f." if arg 1 is "GREEN": set {color.%player%} to "&a" message "{@prefix} &7Colour set to &agreen&f." if arg 1 is "OFF": delete {color.%player%} message "{@prefix} &7Colour set to &fwhite&f." on chat: cancel event if {Color.%player%} is not set: set {Color.%player%} to "&f" send "%player's display name% &8: %{Color.%player%}% %message%" to all players
# ! =========
# ! Yapan:BigBangEmre
# ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :)
# ! =========
options:
prefix: &8[&eCC&8]
perm: chatcolor.color
noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok!
command /chatcolor [<text>]:
aliases: /cc
permission: {@perm}
permission message: {@noperm}
trigger:
if arg 1 is not set:
message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!"
send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player
if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF":
message "{@prefix} &fInvaild option&8: &7%arg-1%"
if arg 1 is "RED":
set {color.%player%} to "&c"
message "{@prefix} &7Colour set to &cred&f."
if arg 1 is "DarkGrey":
set {color.%player%} to "&8"
message "{@prefix} &7Colour set to &8darkgrey&f."
if arg 1 is "AQUA":
set {color.%player%} to "&b"
message "{@prefix} &7Colour set to &baqua&f."
if arg 1 is "YELLOW":
set {color.%player%} to "&e"
message "{@prefix} &7Colour set to &eyellow&f."
if arg 1 is "PINK":
set {color.%player%} to "&d"
message "{@prefix} &7Colour set to &dpink&f."
if arg 1 is "BLUE":
set {color.%player%} to "&9"
message "{@prefix} &7Colour set to &9blue&f."
if arg 1 is "DARKAQUA":
set {color.%player%} to "&3"
message "{@prefix} &7Colour set to &3darkaqua&f."
if arg 1 is "GREEN":
set {color.%player%} to "&a"
message "{@prefix} &7Colour set to &agreen&f."
if arg 1 is "OFF":
delete {color.%player%}
message "{@prefix} &7Colour set to &fwhite&f."
on chat:
cancel event
if {Color.%player%} is not set:
set {Color.%player%} to "&f"
send "%player's display name% &8: %{Color.%player%}% %message%" to all players
Kolay ve Hızlı Resim Yüklemenin Tek Adresi 1 kısa hata xdHiç bir kısmını silmeden direk yapıştır. Hata verirse söyleyiniz.
Kod:# ! ========= # ! Yapan:BigBangEmre # ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :) # ! ========= options: prefix: &8[&eCC&8] perm: chatcolor.color noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok! command /chatcolor [<text>]: aliases: /cc permission: {@perm} permission message: {@noperm} trigger: if arg 1 is not set: message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!" send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF": message "{@prefix} &fInvaild option&8: &7%arg-1%" if arg 1 is "RED": set {color.%player%} to "&c" message "{@prefix} &7Colour set to &cred&f." if arg 1 is "DarkGrey": set {color.%player%} to "&8" message "{@prefix} &7Colour set to &8darkgrey&f." if arg 1 is "AQUA": set {color.%player%} to "&b" message "{@prefix} &7Colour set to &baqua&f." if arg 1 is "YELLOW": set {color.%player%} to "&e" message "{@prefix} &7Colour set to &eyellow&f." if arg 1 is "PINK": set {color.%player%} to "&d" message "{@prefix} &7Colour set to &dpink&f." if arg 1 is "BLUE": set {color.%player%} to "&9" message "{@prefix} &7Colour set to &9blue&f." if arg 1 is "DARKAQUA": set {color.%player%} to "&3" message "{@prefix} &7Colour set to &3darkaqua&f." if arg 1 is "GREEN": set {color.%player%} to "&a" message "{@prefix} &7Colour set to &agreen&f." if arg 1 is "OFF": delete {color.%player%} message "{@prefix} &7Colour set to &fwhite&f." on chat: cancel event if {Color.%player%} is not set: set {Color.%player%} to "&f" send "%player's display name% &8: %{Color.%player%}% %message%" to all players
command /renk:
permission : vip.renk
permission message : &4Bunu kullanmaya yetkin yok
trigger:
open chest with 3 rows named "//&d&oVip Yazi Rengi Menusu&r//" to player
format slot 0 of player with red glass pane named "&cAcik Kirmizi" to close then run "renkayarla %player% Light Red"
format slot 1 of player with light blue glass pane named "&3Acik Mavi" to close then run "renkayarla %player% Cyan"
format slot 2 of player with purple glass pane named "&5Mor" to close then run "renkayarla %player% Purple"
format slot 3 of player with light green glass pane named "&aAcik Yesil" to close then run "renkayarla %player% Light Green"
format slot 4 of player with light gray glass pane named "&7Acik Gri" to close then run "renkayarla %player% Light Gray"
format slot 5 of player with yellow glass pane named "&eSari" to close then run "renkayarla %player% Yellow"
format slot 6 of player with green glass pane named "&2Yesil" to close then run "renkayarla %player% Green"
format slot 7 of player with blue glass pane named "&1Mavi" to close then run "renkayarla %player% Blue"
format slot 26 of player with white glass pane named "&f&l&oRengi Sifirla" to close then run "renksifirla %player%"
command /renkayarla <player> <text>:
usage : /renkayarla [oyuncu] [renk]
executable by : console
trigger:
if arg 1 is set:
set {chatrengi.%arg 1%} to arg 2
wait 3 ticks
message "&6[&5VipRenk&6]&a Istedigin renk basariyla &5%{chatrengi.%arg 1%}%&a olarak ayarlandi" to arg 1
on chat:
if {chatrengi.%player%} is set:
set message to "<%{chatrengi.%player%}%>%message%"
command /renksifirla <player>:
executable by: console
trigger:
delete {chatrengi.%arg 1%}
message "&6[&5VipRenk&6]&a Konusma rengi basariyla sifirlandi" to arg 1
Attığın Skript Başarı ile yüklendi ama renki ayarlamıyor.Not: Alıntıdır.
Kod:command /renk: permission : vip.renk permission message : &4Bunu kullanmaya yetkin yok trigger: open chest with 3 rows named "//&d&oVip Yazi Rengi Menusu&r//" to player format slot 0 of player with red glass pane named "&cAcik Kirmizi" to close then run "renkayarla %player% Light Red" format slot 1 of player with light blue glass pane named "&3Acik Mavi" to close then run "renkayarla %player% Cyan" format slot 2 of player with purple glass pane named "&5Mor" to close then run "renkayarla %player% Purple" format slot 3 of player with light green glass pane named "&aAcik Yesil" to close then run "renkayarla %player% Light Green" format slot 4 of player with light gray glass pane named "&7Acik Gri" to close then run "renkayarla %player% Light Gray" format slot 5 of player with yellow glass pane named "&eSari" to close then run "renkayarla %player% Yellow" format slot 6 of player with green glass pane named "&2Yesil" to close then run "renkayarla %player% Green" format slot 7 of player with blue glass pane named "&1Mavi" to close then run "renkayarla %player% Blue" format slot 26 of player with white glass pane named "&f&l&oRengi Sifirla" to close then run "renksifirla %player%" command /renkayarla <player> <text>: usage : /renkayarla [oyuncu] [renk] executable by : console trigger: if arg 1 is set: set {chatrengi.%arg 1%} to arg 2 wait 3 ticks message "&6[&5VipRenk&6]&a Istedigin renk basariyla &5%{chatrengi.%arg 1%}%&a olarak ayarlandi" to arg 1 on chat: if {chatrengi.%player%} is set: set message to "<%{chatrengi.%player%}%>%message%" command /renksifirla <player>: executable by: console trigger: delete {chatrengi.%arg 1%} message "&6[&5VipRenk&6]&a Konusma rengi basariyla sifirlandi" to arg 1
# ! =========
# ! Yapan:BigBangEmre
# ! Önemli:bunu çalıp ben yaptım diye paylaşmayın yeter emek hırsızlığı yapmayın :)
# ! =========
options:
prefix: &8[&eCC&8]
perm: chatcolor.color
noperm: &8[&cSunucu&8]&7Bu komutu kullanmak icin yetkin yok!
command /chatcolor [<text>]:
aliases: /cc
permission: {@perm}
permission message: {@noperm}
trigger:
if arg 1 is not set:
message "{@prefix}&7Tiklayarak Sohbet Renginizi Secebilirsiniz!"
send json "{@prefix}&7Colors&8: &8[" then "&c█" tooltip "&cRed" run "/chatcolor red" then "&8█" tooltip "&8Dark Grey" run "/chatcolor darkgrey" then "&e█" tooltip "&eYellow" run "/chatcolor yellow" then "&9█" tooltip "&9Blue" run "/chatcolor blue" then "&3█" tooltip "&3DarkAqua" run "/chatcolor darkaqua" then "&a█" tooltip "&aGreen" run "/chatcolor green" then "&d█" tooltip "&dPink" run "/chatcolor pink" then "&b█" tooltip "&bAqua" run "/chatcolor aqua" then "&8]" then " &8[&fOFF&8]" tooltip "&fOFF" run "/chatcolor off" to player
if arg 1 is not "RED" or "DARKGREY" or "YELLOW" or "BLUE" or "GREEN" or "AQUA" or "PINK" or "DARKAQUA" or "OFF":
message "{@prefix} &fInvaild option&8: &7%arg-1%"
if arg 1 is "RED":
set {color.%player%} to "&c"
message "{@prefix} &7Colour set to &cred&f."
if arg 1 is "DarkGrey":
set {color.%player%} to "&8"
message "{@prefix} &7Colour set to &8darkgrey&f."
if arg 1 is "AQUA":
set {color.%player%} to "&b"
message "{@prefix} &7Colour set to &baqua&f."
if arg 1 is "YELLOW":
set {color.%player%} to "&e"
message "{@prefix} &7Colour set to &eyellow&f."
if arg 1 is "PINK":
set {color.%player%} to "&d"
message "{@prefix} &7Colour set to &dpink&f."
if arg 1 is "BLUE":
set {color.%player%} to "&9"
message "{@prefix} &7Colour set to &9blue&f."
if arg 1 is "DARKAQUA":
set {color.%player%} to "&3"
message "{@prefix} &7Colour set to &3darkaqua&f."
if arg 1 is "GREEN":
set {color.%player%} to "&a"
message "{@prefix} &7Colour set to &agreen&f."
if arg 1 is "OFF":
delete {color.%player%}
message "{@prefix} &7Colour set to &fwhite&f."
on chat:
cancel event
if {Color.%player%} is not set:
set {Color.%player%} to "&f"
send "%player's display name% &8: %{Color.%player%}% %message%" to all players