permissions.txt 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. //===== rAthena Documentation ================================
  2. //= Permission List
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Current Version: =====================================
  6. //= 20120606
  7. //===== Description: =========================================
  8. //= Player group permissions, configured in /conf/groups.conf.
  9. //============================================================
  10. can_trade : Ability to trade or otherwise distribute items (drop, storage, vending etc...).
  11. can_party : Ability to join parties.
  12. all_skill : Ability to use all skills.
  13. all_equipment : Ability to equip anything (can cause client errors).
  14. skill_unconditional : Ability to use skills without meeting the required conditions (SP, items, etc...).
  15. join_chat : Ability to join a password protected chatrooms.
  16. kick_chat : Protection from being kicked from a chat.
  17. hide_session : Hides player session from being displayed by @commands.
  18. who_display_aid : Ability to see GMs and Account/Char IDs in the @who command.
  19. hack_info : Ability to receive all informations about any player that try to hack, spoof a name, etc.
  20. any_warp : Ability to bypass nowarp, nowarpto, noteleport and nomemo mapflags.
  21. This option is mainly used in commands which modify a character's
  22. map/coordinates (like @memo, @mapmove, @go, @jump, etc...).
  23. view_hpmeter : Ability to see HP bar of every player.
  24. view_equipment : Ability to view players equipment regardless of their setting.
  25. use_check : Ability to use client command /check (display character status).
  26. use_changemaptype : Ability to use client command /changemaptype.
  27. all_commands : Ability to use all atcommands and charcommands.
  28. receive_requests : Ability to receive @requests.
  29. show_bossmobs : Ability to see boss mobs with @showmobs.
  30. disable_pvm : Ability to disable Player vs. Monster.
  31. disable_pvp : Ability to disable Player vs. Player.
  32. disable_commands_when_dead : Ability to disable @command usage when dead.