permissions.txt 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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. *attendance
  29. Allows player to use the daily attendance system.
  30. ---------------------------------------
  31. ===========================
  32. | 2. Extended Permissions |
  33. ===========================
  34. ---------------------------------------
  35. *all_skill
  36. Grants player all available skills in the player's skill tree.
  37. ---------------------------------------
  38. *all_equipment
  39. Allows player to equip any item, regardless of requirements (class, level,
  40. etc.). Note that this can cause client errors if a sprite does not exist.
  41. ---------------------------------------
  42. *skill_unconditional
  43. Allows player to use any skill, regardless of required conditions (SP,
  44. items, etc.).
  45. ---------------------------------------
  46. *join_chat
  47. Allows player to join password-protected chatrooms.
  48. ---------------------------------------
  49. *kick_chat
  50. Prevents player from being kicked from a chatroom.
  51. ---------------------------------------
  52. *view_hpmeter
  53. Allows player to see the HP bar of every player.
  54. ---------------------------------------
  55. *view_equipment
  56. Allows player to view the equipment of every player, regardless of that
  57. player's setting.
  58. ---------------------------------------
  59. *hack_info
  60. Allows player to receive all information about players who try to hack,
  61. spoof a name, etc.
  62. ---------------------------------------
  63. *disable_pvm
  64. Prevents player from attacking monsters.
  65. ---------------------------------------
  66. *disable_pvp
  67. Prevents player from attacking other players.
  68. ---------------------------------------
  69. *can_trade_bounded
  70. Allows player to do normal item actions with bounded items (drop, sell,
  71. trade, etc.).
  72. ---------------------------------------
  73. *item_unconditional
  74. Allows player to consume any consumable item regardless the requirements
  75. (bypass noitemconsumption mapflag, item's class, gender, status changes,
  76. item delay, etc).
  77. ---------------------------------------
  78. *trade_unconditional
  79. Allows player to ignore the trade conditions of items (drop, trade, sell, cart, storage/gstorage, mail and auction).
  80. ---------------------------------------
  81. ======================
  82. | 3. Command-related |
  83. ======================
  84. ---------------------------------------
  85. *all_commands
  86. Allows usage of all atcommands and charcommands.
  87. ---------------------------------------
  88. *disable_commands_when_dead
  89. Disables usage of atcommands when player is dead.
  90. ---------------------------------------
  91. *hide_session
  92. Hides player session from being displayed by atcommands (@who, @whomap,
  93. etc.).
  94. ---------------------------------------
  95. *who_display_aid
  96. Displays all GMs and character/account IDs in the @who command.
  97. ---------------------------------------
  98. *any_warp
  99. Allows player to bypass 'nowarp', 'nowarpto', 'noteleport', and 'nomemo'
  100. mapflags in commands which modify a character's map or coordinates (@memo,
  101. @mapmove, @go, @jump, etc.).
  102. ---------------------------------------
  103. *receive_requests
  104. Allows player to receive requests through the @requests command.
  105. ---------------------------------------
  106. *show_bossmobs
  107. Displays boss mobs in the @showmobs command.
  108. ---------------------------------------
  109. *channel_admin
  110. Allows player to modify #channel settings regardless of ownership and to
  111. join password-protected channels without a password.
  112. ---------------------------------------
  113. *use_check
  114. Allows player to use the client command /check (displays character status).
  115. ---------------------------------------
  116. *use_changemaptype
  117. Allows player to use the client command /changemaptype.
  118. ---------------------------------------
  119. *command_enable
  120. Enable to use atcommand while talking with NPC.
  121. ---------------------------------------
  122. *bypass_stat_onclone
  123. Bypass max parameter limit while using @clonestat
  124. ---------------------------------------
  125. *bypass_max_stat
  126. Allow to bypass the maximum stat parameter (at conf/player.conf) to
  127. maximum value 32,767.
  128. ---------------------------------------
  129. *macro_detect
  130. Allows player to use the client command /macro_detector.
  131. ---------------------------------------
  132. *macro_register
  133. Allows player to use the client commands /maco_register (used to add new captcha) and /macro_preview (used to preview captcha by ID).
  134. ---------------------------------------