BetterAlias/aliases.yml

37 lines
1019 B
YAML
Raw Normal View History

2012-04-22 02:54:44 +02:00
#'dumb' parameter, will just use what you put in
banhammer:
1: /ban !1
2012-04-22 19:38:04 +02:00
#name parameter is replaced with the command users name
2012-04-22 02:54:44 +02:00
gmon:
0: /gamemode !name 1
2012-04-30 18:25:55 +02:00
1: /gamemode !1 1
2012-04-22 02:54:44 +02:00
gmoff:
0: /gamemode !name 0
2012-04-30 18:25:55 +02:00
1: /gamemode !1 0
2012-04-22 02:54:44 +02:00
# putting a P after the parameter specifies this is a player, and BA should try to guess which player
# useful for things like "/to e0n" instead of "/to Ne0nx3r0"
# This will ONLY look for players that are online
to:
1: /tp !name !1p
2: /tp !1p !2p
bring:
1: /tp !1p !name
2012-04-22 14:57:40 +02:00
# multiple command example
tpthenkick:
1:
- /tp !1p !name
2012-04-22 19:38:04 +02:00
- /kick !1p
# special command for toggling GM mode
gm:
0: /gamemode !oppositeGameMode !name
2012-04-30 18:25:55 +02:00
# hand all parameters in order
s:
2012-05-20 05:31:19 +02:00
"*": /say I want to say "!*", there I said it!
# replaced with the item name in the player's hand
hand:
0: I have a !handItemName in my hand right now!
# replace with the item ID in the player's hand
handid:
0: /give !name !handItemID