diff options
author | Trojal <trojal@gmail.com> | 2013-01-10 20:09:39 -0800 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-01-12 05:56:35 -0200 |
commit | c55855fcf627478f864c0f82a1a2f201fd407a38 (patch) | |
tree | b7f6d11b2058248d026f2d9944e8f4b6ac288d50 /doc/permissions.txt | |
parent | 51bfeb38eb139e97e0e1c096c85c15fba234f35b (diff) | |
parent | 38e583df21eccd9e4f31d38acaae32579c6f0d27 (diff) | |
download | hercules-c55855fcf627478f864c0f82a1a2f201fd407a38.tar.gz hercules-c55855fcf627478f864c0f82a1a2f201fd407a38.tar.bz2 hercules-c55855fcf627478f864c0f82a1a2f201fd407a38.tar.xz hercules-c55855fcf627478f864c0f82a1a2f201fd407a38.zip |
Test1, testing for the commit widget, need to edit something.
Test2, testing for the commit widget, need to edit something.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'doc/permissions.txt')
-rw-r--r-- | doc/permissions.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/permissions.txt b/doc/permissions.txt new file mode 100644 index 000000000..129d384f4 --- /dev/null +++ b/doc/permissions.txt @@ -0,0 +1,33 @@ +//===== rAthena Documentation ================================ +//= Permission List +//===== By: ================================================== +//= rAthena Dev Team +//===== Current Version: ===================================== +//= 20120606 +//===== Description: ========================================= +//= Player group permissions, configured in /conf/groups.conf. +//============================================================ + +can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc...). +can_party : Ability to join parties. +all_skill : Ability to use all skills. +all_equipment : Ability to equip anything (can cause client errors). +skill_unconditional : Ability to use skills without meeting the required conditions (SP, items, etc...). +join_chat : Ability to join a password protected chatrooms. +kick_chat : Protection from being kicked from a chat. +hide_session : Hides player session from being displayed by @commands. +who_display_aid : Ability to see GMs and Account/Char IDs in the @who command. +hack_info : Ability to receive all informations about any player that try to hack, spoof a name, etc. +any_warp : Ability to bypass nowarp, nowarpto, noteleport and nomemo mapflags. + This option is mainly used in commands which modify a character's + map/coordinates (like @memo, @mapmove, @go, @jump, etc...). +view_hpmeter : Ability to see HP bar of every player. +view_equipment : Ability to view players equipment regardless of their setting. +use_check : Ability to use client command /check (display character status). +use_changemaptype : Ability to use client command /changemaptype. +all_commands : Ability to use all atcommands and charcommands. +receive_requests : Ability to receive @requests. +show_bossmobs : Ability to see boss mobs with @showmobs. +disable_pvm : Ability to disable Player vs. Monster. +disable_pvp : Ability to disable Player vs. Player. +disable_commands_when_dead : Ability to disable @command usage when dead.
\ No newline at end of file |