Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /bedwars [<text>] [<text>]:
- permission: skript.admin
- permission message: Unknown command. Type /help for help.
- aliases: /bw
- trigger:
- if arg-1 is not set:
- send "&l&a------------------------------"
- send "&l BEDWARS HELP"
- send "&1"
- send "&e/bedwars help player"
- send "&e/bedwars help admin"
- send "&l&a------------------------------"
- if arg-1 is "help":
- if arg-2 is "player":
- send "&l&a------------------------------"
- send "&b&l BEDWARS HELP"
- send "&1"
- send "&e/bedwars join"
- send "&e/bedwars leave"
- send "&l&a------------------------------"
- if arg-2 is "admin":
- send "&l&a------------------------------"
- send "&c&l BEDWARS HELP"
- send "&1"
- send "&a&lLOBBY SETUP"
- send "&e/bedwars setlobby"
- send "&e/bedwars setquestmaster"
- send "&e/bedwars joinnpc"
- send "&2"
- send "&a&lGAME SETUP"
- send "&e/bedwars setspawn <Red / Blue / Green / Yellow>"
- send "&e/bedwars setgenerator <Iron / Gold / Diamond / Emerald>"
- send "&e/bedwars setshop"
- send "&e/bedwars setupgrade"
- send "&l&a------------------------------"
- if arg-1 is "setlobby":
- set {lobbyspawn} to location of player
- send "&aロビーをセットしました。"
- if arg-1 is "setquest":
- execute console command "/npc create QuestMaster --type villager"
- wait 0.5 seconds
- execute console command "/npc name"
- on first join:
- if {lobby} is true:
- teleport player to {lobbyspawn}
- set join message to "&7%player% &efirst join."
- set player's gamemode to adventure
- on join:
- if {lobby} is true:
- teleport player to {lobbyspawn}
- set join message to "&7%player% &ejoined."
- set player's gamemode to adventure
- on quit:
- if {lobby} is true:
- set quit message to "&7%player% &equit."
- on damage:
- if {lobby} is true:
- cancel event
- command /lobbymode:
- permission: skript.admin
- trigger:
- if {lobby} is not set:
- set {lobby} to true
- send "&aロビーモードが有効になりました。"
- stop
- if {lobby} is false:
- set {lobby} to true
- send "&aロビーモードが有効になりました。"
- stop
- if {lobby} is true:
- set {lobby} to false
- send "&aロビーモードが無効になりました。"
- stop
Advertisement
Add Comment
Please, Sign In to add comment