Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /start:
- permission: skript.admin
- permission message: &cスタッフのみが使えるコマンドです。
- trigger:
- loop all players:
- broadcast "&eThe game starts in &615 &eseconds!"
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- wait 14 seconds
- broadcast "&eThe game starts in &c5 &eseconds!"
- send loop-player title "&a5" for 2 seconds
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- wait 1 seconds
- send loop-player title "&64" for 2 seconds
- broadcast "&eThe game starts in &c4 &eseconds!"
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- wait 1 seconds
- send loop-player title "&63" for 2 seconds
- broadcast "&eThe game starts in &c3 &eseconds!"
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- wait 1 seconds
- send loop-player title "&c2" for 2 seconds
- broadcast "&eThe game starts in &c2 &eseconds!"
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- wait 1 seconds
- send loop-player title "&c1" for 1 seconds
- broadcast "&eThe game starts in &c1 &eseconds!"
- execute console command "/playsound block.note.hat master %loop-player% ~ ~ ~ 2 1 1"
- command "/clear @a"
- wait 1 seconds
- set {lobby} to false
- set {game} to true
- set loop-player's gamemode to survival
- set {redsidebar.%loop-player%} to true
- set {bluesidebar.%loop-player%} to true
- give stone pickaxe of efficiency 1 to loop-player
- give stone axe of efficiency 1 to loop-player
- give stone shovel of efficiency 1 to loop-player
- if {red::*} is set:
- loop all players:
- send loop-player title "&aGO!" with subtitle "&7Your Team &cRed" for 3 seconds
- teleport {red::*} to {redteleport}
- execute console command "/playsound block.note.pling master %loop-player% ~ ~ ~ 2 2 1"
- execute console command "/playsound block.note.pling master %loop-player% ~ ~ ~ 2 0.5 1"
- command "/playsound block.portal.trigger master %loop-player% ~ ~ ~ 2 1 1"
- equip loop-player with all leather armour
- dye loop-player's helmet red
- dye loop-player's chestplate red
- dye loop-player's leggings red
- dye loop-player's boots red
- wait 2 seconds
- broadcast "&a------------------------------"
- broadcast "&f&l Buy Walls"
- broadcast ""
- broadcast "&e 鉱石を掘ったらゴールドが手に入るぞ!"
- broadcast "&e そのゴールドでショップで武器や装備が"
- broadcast "&e 買うことができるぞ!"
- broadcast "&e 時間がたつと壁が開くぞ!"
- broadcast "&e 壁が開くと相手チームとのバトル開始だ!"
- broadcast "&e ゴールドで買ったアイテムや武器をを使って"
- broadcast "&e 勝利を目指そう!"
- broadcast "&a------------------------------"
- broadcast "&aMap create by &edifib"
- wait 3 seconds
- broadcast "&aランクによって&cキル&aした時や&6ゲーム&aに勝利した時に"
- broadcast "&aもらえる&6コイン&aが増えます。"
- broadcast ""
- broadcast "&aVIP &f&l2倍 &aVIP&6+ &f&l2.5倍 &bMVP &f&l3倍 &bMVP&c+ &f&l4倍 &7(20 コインを基準とする。)"
- wait 0.5 seconds
- broadcast ""
- broadcast "&d/realm &aで &eCash / キャッシュ &aを買うことができます。"
- broadcast "&eCash / キャッシュ &aを使ってロビーでランクなどを買うことができます。"
- stop
- if {blue::*} is set:
- loop all players:
- send loop-player title "&aGO!" with subtitle "&7Your Team &9Blue" for 3 seconds
- teleport {blue::*} to {blueteleport}
- execute console command "/playsound block.note.pling master %loop-player% ~ ~ ~ 2 2 1"
- execute console command "/playsound block.note.pling master %loop-player% ~ ~ ~ 2 0.5 1"
- execute console command "/playsound block.portal.trigger master %loop-player% ~ ~ ~ 2 1 1"
- equip loop-player with all leather armour
- dye loop-player's helmet blue
- dye loop-player's chestplate blue
- dye loop-player's leggings blue
- dye loop-player's boots blue
- wait 2 seconds
- broadcast "&a------------------------------"
- broadcast "&f&l Buy Walls"
- broadcast ""
- broadcast "&e 鉱石を掘ったらゴールドが手に入るぞ!"
- broadcast "&e そのゴールドでショップで武器や装備が"
- broadcast "&e 買うことができるぞ!"
- broadcast "&e 時間がたつと壁が開くぞ!"
- broadcast "&e 壁が開くと相手チームとのバトル開始だ!"
- broadcast "&e ゴールドで買ったアイテムや武器をを使って"
- broadcast "&e 勝利を目指そう!"
- broadcast "&a------------------------------"
- broadcast "&aMap create by &edifib"
- wait 3 seconds
- broadcast "&aランクによって&cキル&aした時や&6ゲーム&aに勝利した時に"
- broadcast "&aもらえる&6コイン&aが増えます。"
- broadcast ""
- broadcast "&aVIP &f&l2倍 &aVIP&6+ &f&l3倍 &bMVP &f&l4倍 &bMVP&c+ &f&l5倍 &7(20 コインを基準とする。)"
- wait 0.5 seconds
- broadcast ""
- broadcast "&d/realm &aで &eCash / キャッシュ &aを買うことができます。"
- broadcast "&eCash / キャッシュ &aを使ってロビーでランクなどを買うことができます。"
- stop
- command /stopgame <text>:
- permission: skript.admin
- trigger:
- loop all players:
- send "&6-----------------------------------------------------" to loop-player
- send "&1" to loop-player
- send "&aサーバーの &c管理者 &aによってゲームが &c強制的 &aに &c停止 &aしました。" to loop-player
- send "&2" to loop-player
- send "&7理由: &b%arg-1%" to loop-player
- send "&3" to loop-player
- send "&6-----------------------------------------------------" to loop-player
- delete {red::*}
- delete {blue::*}
- set {gameplayer} to 0
- set {redteam} to 0
- set {blueteam} to 0
- set {gold.%loop-player%} to 0
- set {gamekill.%loop-player%} to 0
- set {lobby} to true
- set {game} to false
- teleport loop-player to {defaultspawn}
- command "/clear @a"
- command "/effect %loop-player% clear"
- command "/playsound block.note.pling master @a ~ ~ ~ 2 0.1 1"
- set slot 0 of loop-player to bedrock named "&c現在コスチューム作成中..." with lore "&1" and "&c&lCOMING SOON..." and "&2"
- set slot 4 of loop-player to nether star named "&aGame Join &7(Right Click)"
- set loop-player's gamemode to adventure
- command /lobbyitem:
- permission: skript.admin
- trigger:
- loop all players:
- set slot 0 of loop-player to bedrock named "&c現在コスチューム作成中..." with lore "&1" and "&c&lCOMING SOON..." and "&2"
- set slot 4 of loop-player to nether star named "&aGame Join &7(Right Click)"
- command /check:
- permission: skript.admin
- trigger:
- send "Red: %{red::*}%"
- send "blue: %{blue::*}%"
- send "&1"
- send "Total: %{gameplayer}%"
- command /teleportset <text>:
- permission: skript.admin
- trigger:
- if arg-1 is "red":
- set {redteleport} to location of player
- send "&aSET THE RED TELEPORT LOCATION"
- if arg-1 is "blue":
- set {blueteleport} to location of player
- send "&aSET THE BLUE TELEPORT LOCATION"
- every 1 seconds:
- loop all players:
- if {game} is true:
- if {red::*} is set:
- {redsidebar.%loop-player%} is true
- wipe loop-player's sidebar
- set name of sidebar of loop-player to "&e&lBUY WALLS"
- set score "&1" in sidebar of loop-player to 11
- set score "&fNext Event:" in sidebar of loop-player to 10
- set score "&a%{event}%" in sidebar of loop-player to 9
- set score "&2" in sidebar of loop-player to 8
- set score "&c&lR &fRed: &a%{redteam}% &7YOU" in sidebar of loop-player to 7
- set score "&9&lB &fBlue: &a%{blueteam}%" in sidebar of loop-player to 6
- set score "&3" in sidebar of loop-player to 5
- set score "&fKills: %{gamekill.%loop-player%}%" in sidebar of loop-player to 4
- set score "&4" in sidebar of loop-player to 3
- set score "&fGold: &e%{gold.%loop-player%}%" in sidebar of loop-player to 2
- set score "&5" in sidebar of loop-player to 1
- set score "&eplay.rezxis.net" in sidebar of loop-player to 0
- every 1 seconds:
- loop all players:
- if {game} is true:
- if {blue::*} is set:
- {bluesidebar.%loop-player%} is true
- wipe loop-player's sidebar
- set name of sidebar of loop-player to "&e&lBUY WALLS"
- set score "&1" in sidebar of loop-player to 11
- set score "&fNext Event:" in sidebar of loop-player to 10
- set score "&a%{event}%" in sidebar of loop-player to 9
- set score "&2" in sidebar of loop-player to 8
- set score "&c&lR &fRed: &a%{redteam}%" in sidebar of loop-player to 7
- set score "&9&lB &fBlue: &a%{blueteam}% &7YOU" in sidebar of loop-player to 6
- set score "&3" in sidebar of loop-player to 5
- set score "&fKills: %{gamekill.%loop-player%}%" in sidebar of loop-player to 4
- set score "&4" in sidebar of loop-player to 3
- set score "&fGold: &e%{gold.%loop-player%}%" in sidebar of loop-player to 2
- set score "&5" in sidebar of loop-player to 1
- set score "&eplay.rezxis.net" in sidebar of loop-player to 0
Advertisement
Add Comment
Please, Sign In to add comment