04-24-2026, 04:39 PM
(This post was last modified: 04-28-2026, 02:51 PM by SickProdigy.)
World of Warcraft AzerothCore GM Commands - Core Quick Reference
How WOW GM Commands Work
Security levels (general):
Core Command Families
1) Account & Access
2) Player Control
3) GM Mode & Visibility
4) Teleport & Positioning
5) Character Progression
6) Items, Inventory, and Mail
7) NPC & GameObject Management
8) Quest, Guild, Group
9) Server Operations (Use Carefully)
10) Tickets & Moderation Workflow
Most Useful Daily Commands
Tip: Use .help plus any command family to discover subcommands quickly, for example:
https://www.azerothcore.org/wiki/gm-commands
Quote:This post contains the core GM command info from the AzerothCore GM Commands page, cleaned up for quick MyBB use.
How WOW GM Commands Work
- From in-game chat: commands must start with a dot, example: .gm on
- From world console: dot is optional
- Some commands require a selected target (player or creature) and will not work in world console
- Access is controlled by GM security level (0-4)
- To grant permission level, use: account set gmlevel (console)
Security levels (general):
- 0 = Player/basic self-service commands
- 1 = Moderator/helper tools
- 2 = GM tools
- 3 = Admin tools
- 4 = Console/root-level operations
Core Command Families
1) Account & Access
Code:
.account
.account password old new new
.account set gmlevel <account> <level> [realmId]
.account create <account> <password> [email]
.account delete <account>
.account lock ip on|off
.account lock country on|off2) Player Control
Code:
.kick <player> [reason]
.freeze <player>
.unfreeze <player>
.mute <player> <minutes> [reason]
.unmute <player>
.revive
.die3) GM Mode & Visibility
Code:
.gm on|off
.gm visible on|off
.gm chat on|off
.gm fly on|off
.gm ingame4) Teleport & Positioning
Code:
.appear <player>
.summon <player>
.recall [player]
.go xyz <x> <y> [z] [map] [o]
.go creature <guid>
.go gameobject <guid>
.teleport <location>
.teleport name <player> <location>
.gps5) Character Progression
Code:
.levelup [player] [amount]
.character level [player] [level]
.learn <spellId> [all]
.unlearn <spellId> [all]
.setskill <skillId> <level> [max]
.maxskill
.modify money <amount>
.modify honor <amount>6) Items, Inventory, and Mail
Code:
.additem [player] <itemId|itemLink> [count]
.additem set <itemSetId>
.item restore [recoveryId] [player]
.send mail <player> "subject" "text"
.send items <player> "subject" "text" itemId[:count] ...
.send money <player> "subject" "text" <money>7) NPC & GameObject Management
Code:
.npc add <creatureId>
.npc delete [guid]
.npc move [guid]
.npc set faction temp <factionId>
.npc set level <level>
.gobject add <entryId>
.gobject delete <guid>
.gobject move <guid> [x y z]
.gobject near [distance]8) Quest, Guild, Group
Code:
.quest add <questId>
.quest complete <questId>
.quest remove <questId>
.guild create <leader> "Guild Name"
.guild invite <player> "Guild Name"
.group join <memberFromGroup> [player]
.group disband [player]9) Server Operations (Use Carefully)
Code:
.server info
.server motd
.server set motd [realmId] <text>
.server restart <delay> [exitCode]
.server shutdown <delay> [exitCode]
.server restart cancel
.server shutdown cancel
.reload <subcommand>
.reload all
.saveall10) Tickets & Moderation Workflow
Code:
.ticket list
.ticket viewid <ticketId>
.ticket assign <ticketId> <gmName>
.ticket comment <ticketId> <comment>
.ticket response appendln <ticketId> <text>
.ticket close <ticketId>
.ticket delete <ticketId>Most Useful Daily Commands
Code:
.help <command>
.commands
.server info
.gm on
.gm visible off
.appear <player>
.summon <player>
.additem <itemId> <count>
.levelup <player> <amount>
.kick <player> <reason>
.saveallTip: Use .help plus any command family to discover subcommands quickly, for example:
Code:
.help account
.help npc
.help reload
.help tickethttps://www.azerothcore.org/wiki/gm-commands

