permissions.txt 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. ======================
  79. | 3. Command-related |
  80. ======================
  81. ---------------------------------------
  82. *all_commands
  83. Allows usage of all atcommands and charcommands.
  84. ---------------------------------------
  85. *disable_commands_when_dead
  86. Disables usage of atcommands when player is dead.
  87. ---------------------------------------
  88. *hide_session
  89. Hides player session from being displayed by atcommands (@who, @whomap,
  90. etc.).
  91. ---------------------------------------
  92. *who_display_aid
  93. Displays all GMs and character/account IDs in the @who command.
  94. ---------------------------------------
  95. *any_warp
  96. Allows player to bypass 'nowarp', 'nowarpto', 'noteleport', and 'nomemo'
  97. mapflags in commands which modify a character's map or coordinates (@memo,
  98. @mapmove, @go, @jump, etc.).
  99. ---------------------------------------
  100. *receive_requests
  101. Allows player to receive requests through the @requests command.
  102. ---------------------------------------
  103. *show_bossmobs
  104. Displays boss mobs in the @showmobs command.
  105. ---------------------------------------
  106. *channel_admin
  107. Allows player to modify #channel settings regardless of ownership and to
  108. join password-protected channels without a password.
  109. ---------------------------------------
  110. *use_check
  111. Allows player to use the client command /check (displays character status).
  112. ---------------------------------------
  113. *use_changemaptype
  114. Allows player to use the client command /changemaptype.
  115. ---------------------------------------
  116. *command_enable
  117. Enable to use atcommand while talking with NPC.
  118. ---------------------------------------
  119. *bypass_stat_onclone
  120. Bypass max parameter limit while using @clonestat
  121. ---------------------------------------
  122. *bypass_max_stat
  123. Allow to bypass the maximum stat parameter (at conf/player.conf) to
  124. maximum value 32,767.
  125. ---------------------------------------
  126. *macro_detect
  127. Allows player to use the client command /macro_detector.
  128. ---------------------------------------
  129. *macro_register
  130. Allows player to use the client commands /maco_register (used to add new captcha) and /macro_preview (used to preview captcha by ID).
  131. ---------------------------------------