View difference between Paste ID: M4qvbxXe and 2BpmHA0h
SHOW: | | - or go back to the newest paste.
1
command /help [<number>]:
2
	trigger:
3
		if arg 1 is not set:
4
			send "&e--------- &fHelp: Index &e-------------------------"
5
			send "&7Use /help [n] to get page n of help."
6
		if arg 1 is set:
7
			send "&e--------- &fHelp: Index &e-------------------------"
8
			send "&7Use /help [n] to get page n of help."
9
on command "/pl":
10
	if player is not an op:
11
		cancel event
12
		send "Unknown command. Type ""/help"" for help"
13
on command "/plugins":
14
	if player is not an op:
15
		cancel event
16
		send "Unknown command. Type ""/help"" for help"
17
on command "/?":
18
	if player is not an op:
19
		cancel event
20
		send "Unknown command. Type ""/help"" for help"
21
on command "/ver":
22
	if player is not an op:
23
		cancel event
24
		send "Unknown command. Type ""/help"" for help"
25
on command "/about":
26
	if player is not an op:
27
		cancel event
28
		send "Unknown command. Type ""/help"" for help"
29
on command "/version":
30
	if player is not an op:
31
		cancel event
32
		send "Unknown command. Type ""/help"" for help"
33
on packet:
34
    if player is not an op:
35
        event-string is "PacketPlayInTabComplete"
36
        cancel event