From dbfa144e849046097aea22d914353a5ccff2467c Mon Sep 17 00:00:00 2001 From: Ne0n x3r0 Date: Sun, 22 Apr 2012 07:57:40 -0500 Subject: [PATCH] Adding multiple command example. --- aliases.yml | 5 +++++ plugin.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/aliases.yml b/aliases.yml index 52d3492..4e5aa63 100644 --- a/aliases.yml +++ b/aliases.yml @@ -14,3 +14,8 @@ to: 2: /tp !1p !2p bring: 1: /tp !1p !name +# multiple command example +tpthenkick: + 1: + - /tp !1p !name + - /kick !1p \ No newline at end of file diff --git a/plugin.yml b/plugin.yml index 7f46580..43343cd 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,5 +1,5 @@ name: BetterAlias main: com.gmail.Ne0nx3r0.BetterAlias -version: '0.1' +version: '0.2' database: false description: Command alias system \ No newline at end of file