permissions.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. //===== rAthena Documentation ================================
  2. //= Permissions List
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Current Version: =====================================
  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. ======================
  71. | 3. Command-related |
  72. ======================
  73. ---------------------------------------
  74. *all_commands
  75. Allows usage of all atcommands and charcommands.
  76. ---------------------------------------
  77. *disable_commands_when_dead
  78. Disables usage of atcommands when player is dead.
  79. ---------------------------------------
  80. *hide_session
  81. Hides player session from being displayed by atcommands (@who, @whomap,
  82. etc.).
  83. ---------------------------------------
  84. *who_display_aid
  85. Displays all GMs and character/account IDs in the @who command.
  86. ---------------------------------------
  87. *any_warp
  88. Allows player to bypass 'nowarp', 'nowarpto', 'noteleport', and 'nomemo'
  89. mapflags in commands which modify a character's map or coordinates (@memo,
  90. @mapmove, @go, @jump, etc.).
  91. ---------------------------------------
  92. *receive_requests
  93. Allows player to receive requests through the @requests command.
  94. ---------------------------------------
  95. *show_bossmobs
  96. Displays boss mobs in the @showmobs command.
  97. ---------------------------------------
  98. *channel_admin
  99. Allows player to modify #channel settings regardless of ownership and to
  100. join password-protected channels without a password.
  101. ---------------------------------------
  102. *use_check
  103. Allows player to use the client command /check (displays character status).
  104. ---------------------------------------
  105. *use_changemaptype
  106. Allows player to use the client command /changemaptype.
  107. ---------------------------------------