Dungeon Events - 3.6.2 - What's New
Update console command to give events to the player in shops and other places: spawnfixeddungeon <tierName> [playerID]
Commands are now configurable and registered dynamically (chat + console).
"Chat Commands": {
"Buy Dungeon": "buydungeon",
"Create Dungeon": "createdungeon",
"Reload Config": "de.reloadconfig",
"Toggle Purchases": "de.toggle",
"Remove Inactive Dungeons": "removeinactivedungeons",
"Remove All Dungeons": "removealldungeons",
"Remove Nearest Dungeon": "de.removenearest",
"Remove Own Dungeon": "removedungeon",
"Force Remove All Dungeons": "forceremovealldungeons"
},
"Console Commands": {
"Buy Dungeon": "buydungeon",
"Spawn Random Dungeon": "spawnrandomdungeon",
"Spawn Fixed Dungeon": "spawnfixeddungeon"
},