diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-03-04 21:05:40 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-03-05 20:25:48 +0100 |
commit | 7970eff1f6a94e411df8c966cf3ca10ba9e2acee (patch) | |
tree | eec04c48c27185d5063be3e453c129c61cdc883a /example | |
parent | 0f913b8c947403557bef8533a2e5779e6ca2bc7b (diff) | |
download | manaserv-7970eff1f6a94e411df8c966cf3ca10ba9e2acee.tar.gz manaserv-7970eff1f6a94e411df8c966cf3ca10ba9e2acee.tar.bz2 manaserv-7970eff1f6a94e411df8c966cf3ca10ba9e2acee.tar.xz manaserv-7970eff1f6a94e411df8c966cf3ca10ba9e2acee.zip |
Added @effect command
Usage:
@effect <id>
@effect <id> <char>
@effect <id> <x> <y>
Reviewed-by: Bertram.
Diffstat (limited to 'example')
-rw-r--r-- | example/permissions.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/permissions.xml b/example/permissions.xml index a13d5577..e6615864 100644 --- a/example/permissions.xml +++ b/example/permissions.xml @@ -24,6 +24,7 @@ <allow>@charwarp</allow> <allow>@killmonsters</allow> <allow>@getpos</allow> + <allow>@effect</allow> </class> <class level="4"> <alias>gm</alias> |