-
Notifications
You must be signed in to change notification settings - Fork 1
Aliases
Sven Rahn edited this page Jul 22, 2017
·
14 revisions
Example config:
alias {
aliases {
"give me {0} {1}" {
commands=[
"*give $p {1} {0}",
"*say $p got {0} {1}!"
]
permission=give-me
}
"shout {...}" {
commands=[
"*tellraw @a [\"\",{\"text\":\"<$p> \"},{\"text\":\"{...}\",\"bold\":true}]"
]
permission=shout
}
}
}When executing /give me 30 minecraft:cookie you get 30 cookies. $p resolves to the player's name if a player is executing the command.