What's New in Version 3.5.3
- Improved NPC repositioning logic: NPCs will now return to their initial position if they haven't taken damage for a while.
- New config added – AutoSpawnDelay: Sets a minimum delay (in seconds) between automatic dungeon spawns.
- Players can no longer be inside or own more than one owned dungeon at the same time, unless they have admin permissions.
- Each difficulty tier now supports its own maximum for...
What's New in Version 3.5.4
- Added compatibility with the "Simple Turrets" plugin.
- Fixed a bug where the UI text wouldn't appear for some players; changed the UI text to use CuiLabel and the default font.
- Increased the placement check distance for the Portal to avoid player-deployed objects.
Updated, currently awaiting admin approval.DungeonEvents 3.5.3 -> 3.5.4
What's New in Version 3.5.5
void OnDungeonWin(ulong winner)
- New DungeonHeight in DungeonSpawnSettings lets you set the exact Y-coordinate where dungeons spawn.
- Plugin now fires OnDungeonWin(ulong winner) when a dungeon is successfully cleared.
{
Puts("OnDungeonWin: " + winner);
}
What's New in Version 3.5.6
- Added configurable spawn delay settings (SmallDelay/BigDelay); increase these values to improve performance during dungeon creation.
- Reduced the UI font size, which was causing the text to not appear at certain resolutions.
Updated, currently awaiting admin approval.DungeonEvents 3.5.5 -> 3.5.6
What's New in Version 3.5.7
- Compliance with Facepunch Terms of Service changes
- Hook OnDungeonWin now returns winnerId and TierName
What's New in Version 3.5.8
- Fixed issue on Oxide with weapon turrets after forced update.
Updated, currently awaiting admin approval.up 3.5.8
What's New in Version 3.5.8
Fixed issue on Oxide with weapon turrets after forced update.
What's New in Version 3.5.9
Two new settings have been created to enable or disable markers on the dungeon map.
"Create Map Markers for Purchased Dungeons": false,
"Create Map Markers for Auto-Spawned Dungeons": true,
What's New in Version 3.6.0
IMPORTANT UPGRADE NOTICE (Breaking Changes)
This version changes the configuration format and resets settings on first run. Back up your old config before updating, especially the loot tables. Make a copy of oxide/config/DungeonEvents.json. After installing the update, review the new files and manually merge your custom values—pay extra attention to the new per-tier settings and loot tables.
- Tier system...
A major update has been completed. The update is ready and awaiting admin approval.UPDATE 3.5.9 -> 3.6.1
What's New in Version 3.6.3
Fixed a bug in the dungeon clear reward handling that prevented the Skill Tree from granting the configured XP correctly.