permissions.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. //===== rAthena Documentation ================================
  2. //= Permissions List
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Last Updated: ========================================
  6. //= 20130613
  7. //===== Description: =========================================
  8. //= List of available permissions and their functions.
  9. //============================================================
  10. This file describes the functions of player group permissions,
  11. configured in '/conf/groups.conf' under the "permissions" bracket.
  12. To search for a permission, write "*" before its name.
  13. The format of this file is as follows:
  14. 1. Basic Permissions
  15. 2. Extended Permissions
  16. 3. Command-related
  17. ========================
  18. | 1. Basic Permissions |
  19. ========================
  20. ---------------------------------------
  21. *can_trade
  22. Allows player to distribute items, such as through trades, dropping,
  23. vending, storage, mail, etc.
  24. ---------------------------------------
  25. *can_party
  26. Allows player to create and join parties.
  27. ---------------------------------------
  28. ===========================
  29. | 2. Extended Permissions |
  30. ===========================
  31. ---------------------------------------
  32. *all_skill
  33. Grants player all available skills in the player's skill tree.
  34. ---------------------------------------
  35. *all_equipment
  36. Allows player to equip any item, regardless of requirements (class, level,
  37. etc.). Note that this can cause client errors if a sprite does not exist.
  38. ---------------------------------------
  39. *skill_unconditional
  40. Allows player to use any skill, regardless of required conditions (SP,
  41. items, etc.).
  42. ---------------------------------------
  43. *join_chat
  44. Allows player to join password-protected chatrooms.
  45. ---------------------------------------
  46. *kick_chat
  47. Prevents player from being kicked from a chatroom.
  48. ---------------------------------------
  49. *view_hpmeter
  50. Allows player to see the HP bar of every player.
  51. ---------------------------------------
  52. *view_equipment
  53. Allows player to view the equipment of every player, regardless of that
  54. player's setting.
  55. ---------------------------------------
  56. *hack_info
  57. Allows player to receive all information about players who try to hack,
  58. spoof a name, etc.
  59. ---------------------------------------
  60. *disable_pvm
  61. Prevents player from attacking monsters.
  62. ---------------------------------------
  63. *disable_pvp
  64. Prevents player from attacking other players.
  65. ---------------------------------------
  66. *can_trade_bounded
  67. Allows player to do normal item actions with bounded items (drop, sell,
  68. trade, etc.).
  69. ---------------------------------------
  70. *item_unconditional
  71. Allows player to consume any consumable item regardless the requirements
  72. (bypass noitemconsumption mapflag, item's class, gender, status changes,
  73. item delay, etc).
  74. ---------------------------------------
  75. ======================
  76. | 3. Command-related |
  77. ======================
  78. ---------------------------------------
  79. *all_commands
  80. Allows usage of all atcommands and charcommands.
  81. ---------------------------------------
  82. *disable_commands_when_dead
  83. Disables usage of atcommands when player is dead.
  84. ---------------------------------------
  85. *hide_session
  86. Hides player session from being displayed by atcommands (@who, @whomap,
  87. etc.).
  88. ---------------------------------------
  89. *who_display_aid
  90. Displays all GMs and character/account IDs in the @who command.
  91. ---------------------------------------
  92. *any_warp
  93. Allows player to bypass 'nowarp', 'nowarpto', 'noteleport', and 'nomemo'
  94. mapflags in commands which modify a character's map or coordinates (@memo,
  95. @mapmove, @go, @jump, etc.).
  96. ---------------------------------------
  97. *receive_requests
  98. Allows player to receive requests through the @requests command.
  99. ---------------------------------------
  100. *show_bossmobs
  101. Displays boss mobs in the @showmobs command.
  102. ---------------------------------------
  103. *channel_admin
  104. Allows player to modify #channel settings regardless of ownership and to
  105. join password-protected channels without a password.
  106. ---------------------------------------
  107. *use_check
  108. Allows player to use the client command /check (displays character status).
  109. ---------------------------------------
  110. *use_changemaptype
  111. Allows player to use the client command /changemaptype.
  112. ---------------------------------------
  113. *command_enable
  114. Enable to use atcommand while talking with NPC.
  115. ---------------------------------------
  116. *bypass_stat_onclone
  117. Bypass max parameter limit while using @clonestat
  118. ---------------------------------------
  119. *bypass_max_stat
  120. Allow to bypass the maximum stat parameter (at conf/player.conf) to
  121. maximum value 32,767.
  122. ---------------------------------------