View difference between Paste ID: brnRtTed and ENS9ANYP
SHOW: | | - or go back to the newest paste.
1
command /kedoro [<text>] [<text>]:
2
	permission: sk.admin
3
	trigger:
4
		if arg 1 is not set:
5
			if arg 2 is not set:
6
				send "&7--------&9KeDoro&aOnline&7--------"
7
				send "&d/kedoro start &a警泥をスタートします"
8
				send "&d/kedoro stop &a警泥を強制終了します"
9
				send "&d/kedoro map &aらんだむなMapにテレポートします"
10
				send "&d/kedoro admin &a警泥の運営になります"
11
				send "&d/kedoro &aこのヘルプを表示します"
12
		if arg 1 is "admin":
13
			if arg 2 is not set:
14
				send "&5運営&aになりました"
15
				execute player command "/gamemode 1 %player%"
16
		if arg 1 is "map":
17
			if arg 2 is not set:
18
				broadcast "MAPにテレポートします"
19
				wait 1 second
20
				execute console command "/tp @a [type=armor_stand]"
21
		if arg 1 is "start":
22
			if arg 2 is not set:
23-
				broadcast "警察を決めてスタートします"
23+
				broadcast "&d警察&aを決めてスタートします"
24
				broadcast "&aスタートします"
25
				wait 1 second
26
				broadcast "&a3....."
27
				wait 1 second
28
				broadcast "&a2....."
29
				wait 1 second
30
				broadcast "&a1....."
31
				wait 1 second
32
				broadcast "スタート!!!"
33
				execute console command "/title @a title {""text"":""Start!!!"",""color"":""green"",""bold"":""true""}
34
				wait 3 second
35
				broadcast "警察が決まるまで 20Second..."