Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <commands>
  3.  
  4. -- Gods
  5. <command cmd="/i" access="5" /> -- Create a item by ID
  6. <command cmd="/n" access="5" /> -- Create a item by name
  7. <command cmd="/reload" access="5" /> -- Reload configurations
  8. <command cmd="/openserver" access="5" /> -- Open the server
  9. <command cmd="/closeserver" access="5" /> -- Close the server
  10. <command cmd="/b" access="5" /> -- Ban a player by IP
  11.  
  12. -- Community Managers
  13. <command cmd="/owner" access="4" /> -- Set a player to house owner
  14. <command cmd="/raid" access="4" /> -- Start raid
  15. <command cmd="/kick" access="4" /> -- Kick a player
  16. <command cmd="/serverdiag" access="4" /> -- Server diagnostics
  17. <command cmd="/newtype" access="4" /> -- Server diagnostics
  18.  
  19. -- Gamemasters
  20. <command cmd="/c" access="3" /> -- Teleport a player to you
  21. <command cmd="/m" access="5" /> -- Summon a "wild" monster
  22. <command cmd="/summon" access="3" /> -- Summon a monster
  23. <command cmd="/save" access="3" /> -- Save server
  24. <command cmd="/refreshmap" access="5" /> -- Refresh map
  25. <command cmd="/t" access="3" /> -- Go to your temple
  26. <command cmd="/town" access="3" /> -- Go to your town
  27. <command cmd="/up" access="3" /> -- teleport on higher floor
  28. <command cmd="/down" access="3" /> -- teleport on lower floor
  29. <command cmd="/invisible" access="3" /> -- Set ghost mode
  30. <command cmd="/s" access="3" /> -- Summon a NPC
  31. <command cmd="/goto" access="3" /> -- Teleport to players, creatures or NPCs
  32. <command cmd="/a" access="3" /> -- Teleport by SQMs
  33. <command cmd="/clean" access="5" /> -- Clean game map
  34. <command cmd="/trace" access="3" /> -- goto player every 2 seconds
  35. <command cmd="/bc" access="3" /> -- The broadcast colors
  36.  
  37. -- Senior Tutors
  38. <command cmd="/info" access="2" /> -- Info about a player
  39. <command cmd="/getonline" access="2" /> -- Info about how many players are online
  40.  
  41. -- Tutors
  42. <command cmd="/B" access="1" /> -- Red broadcast message
  43. <command cmd="/q" access="1" /> -- Check your money
  44. <command cmd="/z" access="2" /> -- Check effects (0-36)
  45. <command cmd="/gethouse" access="1" /> -- Info about house of a player
  46.  
  47. -- Players
  48. <command cmd="!sellhouse" access="0" /> -- Sell your house to a player
  49. <command cmd="!buyhouse" access="0" /> -- Buy house
  50. <command cmd="!leavehouse" access="0" /> -- Leave of your house
  51. <command cmd="!online" access="0" /> -- List of players online
  52. <command cmd="!frags" access="0" /> -- Frags
  53. <command cmd="!serverinfo" access="0" /> -- Info about the server
  54. <command cmd="!changesex" access="2" /> -- Change your sex
  55.  
  56. </commands>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement