rathena/doc/permissions.txt
euphyy 9d3b1ec38d * Follow-up on Item Bound System. (r17351, r17361)
* Moved Optamara Crew coordinates to match new Alberta map. (credits: M45T3R)
* Updated FRN and IDN map_msg translations. (credits: Capuche, Cydh)
* Switched THA map_msg encoding from UTF-8 to TIS-620. (credits: Boneskung)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-06-13 23:13:06 +00:00

182 lines
4.0 KiB
Plaintext

//===== rAthena Documentation ================================
//= Permissions List
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= 20130613
//===== Description: =========================================
//= List of available permissions and their functions.
//============================================================
This file describes the functions of player group permissions,
configured in '/conf/groups.conf' under the "permissions" bracket.
To search for a permission, write "*" before its name.
The format of this file is as follows:
1. Basic Permissions
2. Extended Permissions
3. Command-related
========================
| 1. Basic Permissions |
========================
---------------------------------------
*can_trade
Allows player to distribute items, such as through trades, dropping,
vending, storage, mail, etc.
---------------------------------------
*can_party
Allows player to create and join parties.
---------------------------------------
===========================
| 2. Extended Permissions |
===========================
---------------------------------------
*all_skill
Grants player all available skills in the player's skill tree.
---------------------------------------
*all_equipment
Allows player to equip any item, regardless of requirements (class, level,
etc.). Note that this can cause client errors if a sprite does not exist.
---------------------------------------
*skill_unconditional
Allows player to use any skill, regardless of required conditions (SP,
items, etc.).
---------------------------------------
*join_chat
Allows player to join password-protected chatrooms.
---------------------------------------
*kick_chat
Prevents player from being kicked from a chatroom.
---------------------------------------
*view_hpmeter
Allows player to see the HP bar of every player.
---------------------------------------
*view_equipment
Allows player to view the equipment of every player, regardless of that
player's setting.
---------------------------------------
*hack_info
Allows player to receive all information about players who try to hack,
spoof a name, etc.
---------------------------------------
*disable_pvm
Prevents player from attacking monsters.
---------------------------------------
*disable_pvp
Prevents player from attacking other players.
---------------------------------------
*can_trade_bounded
Allows player to do normal item actions with bounded items (drop, sell,
trade, etc.).
---------------------------------------
======================
| 3. Command-related |
======================
---------------------------------------
*all_commands
Allows usage of all atcommands and charcommands.
---------------------------------------
*disable_commands_when_dead
Disables usage of atcommands when player is dead.
---------------------------------------
*hide_session
Hides player session from being displayed by atcommands (@who, @whomap,
etc.).
---------------------------------------
*who_display_aid
Displays all GMs and character/account IDs in the @who command.
---------------------------------------
*any_warp
Allows player to bypass 'nowarp', 'nowarpto', 'noteleport', and 'nomemo'
mapflags in commands which modify a character's map or coordinates (@memo,
@mapmove, @go, @jump, etc.).
---------------------------------------
*receive_requests
Allows player to receive requests through the @requests command.
---------------------------------------
*show_bossmobs
Displays boss mobs in the @showmobs command.
---------------------------------------
*channel_admin
Allows player to modify #channel settings regardless of ownership and to
join password-protected channels without a password.
---------------------------------------
*use_check
Allows player to use the client command /check (displays character status).
---------------------------------------
*use_changemaptype
Allows player to use the client command /changemaptype.
---------------------------------------