View difference between Paste ID: x6wgUit3 and vs90Z096
SHOW: | | - or go back to the newest paste.
1
command-block-overrides: []
2
aliases:
3
    broadcast:
4
    - tellraw @a ["\n\u00a72MHFactions \u00a77\u00a7l>> \u00a7a$1-\n"]
5
    bc:
6
    - tellraw @a ["\n\u00a72MHFactions \u00a77 \u00a7l>> \u00a7aDo /mainmenu to buy Prefixes, Ranks, Perms, Spawners and much more!\n"]
7
    freeze:
8
    - effect $1 slowness 100000 255 true
9
    - effect $1 blindness 100000 255 true
10
    defrost:
11
    - effect $1 clear
12
    pban:
13
    - ban $1 $2-
14
    - tellraw @a ["\u00a72$1 \u00a7a\u00a7lHAS BEEN BANNED FROM THE MHFactions SERVER FOR: $2-!"]
15
    pkick:
16
    - kick $1 $2-
17
    - tellraw @a ["\u00a72$1 \u00a7a\u00a7lHAS BEEN KICKED FROM THE MHFactions SERVER FOR: $2-!"]
18
    s:
19
    - save-all
20
    discord:
21
    - trigger Discord set 1
22
    mainmenu:
23
    - kit menu
24
    server-rules:
25
    - trigger Rules set 1
26
    joinstaffchat:
27
    - scoreboard players tag @p add staffchat
28-
    - tellraw @a[tag=staffchat] ["",{"text":"\u00a72Staff Chat \u00a78>> \u00a7a"},{"selector":"@p"},{"text":"has joined staff chat"}]
28+
    - tellraw @a[tag=staffchat] ["",{"text":"\u00a72Staff Chat \u00a78>> \u00a7a"},{"selector":"@p"},{"text":" has joined staff chat"}]
29
    leavestaffchat:
30-
    - tellraw @a[tag=staffchat] ["",{"text":"\u00a72Staff Chat \u00a78>> \u00a7a"},{"selector":"@p"},{"text":"has left staff chat"}]
30+
    - tellraw @a[tag=staffchat] ["",{"text":"\u00a72Staff Chat \u00a78>> \u00a7a"},{"selector":"@p"},{"text":" has left staff chat"}]
31
    staffchat:
32
    - tellraw @a[tag=staffchat] ["",{"text":"\u00a72Staff Chat \u00a78\u00a7l>> \u00a7a["},{"selector":"@p"},{"text":"\u00a7a] $1-"}]