Skip to content

Releases: TeamDeamonMC/DaemonMC

DaemonMC 1.0.33-alpha

14 Apr 06:13

Choose a tag to compare

Added support for world format 1.26.10

Download DaemonMC.zip to get started.
Download DaemonMC.dll for updating.

DaemonMC 1.0.32-alpha

16 Mar 09:07

Choose a tag to compare

.NET10 test release.

Updated target framework to .NET10.
All configurations and plugins are backward compatible.
Only .NET platform version update will be required to run this and next versions.

Download DaemonMC.zip to get started.
Download DaemonMC.dll for updating.

Files to replace for updating:
DaemonMC.dll
DaemonMC.deps.json
DaemonMC.runtimeconfig.json

DaemonMC 1.0.31-alpha

16 Mar 08:49

Choose a tag to compare

Added support for Minecraft Bedrock 1.26.10

Download DaemonMC.zip to get started.
Download DaemonMC.dll for updating.

For updating to this version you will also need to replace old library dll files with updated dll files from DaemonMC.zip.
Files to replace:
DaemonMC.deps.json
fNbt.dll
MiNET.LevelDB.dll
Newtonsoft.Json.dll
SixLabors.ImageSharp.Drawing.dll
Snappier.dll
System.IdentityModel.Tokens.Jwt.dll

This is last .NET8 release. Be prepared to support .NET10.
All configurations and plugins are backward compatible.
Only .NET platform version update will be required to run DaemonMC after 1.0.31-alpha

DaemonMC 1.0.30-alpha

14 Feb 11:54

Choose a tag to compare

Added support for world format 1.26.0

DaemonMC 1.0.29-alpha

22 Jan 10:54

Choose a tag to compare

Added support for Minecraft Bedrock 1.26.0
Fixed setblock memory leak
Fixed server crash if client spam NACK due to connection problems

DaemonMC 1.0.28-alpha

18 Dec 13:05

Choose a tag to compare

Fixed interact error for 1.21.130

DaemonMC 1.0.27-alpha

10 Dec 19:36

Choose a tag to compare

Added support for Minecraft Bedrock 1.21.130

DaemonMC 1.0.26-alpha

22 Nov 13:10

Choose a tag to compare

Added support for Minecraft Bedrock 1.21.124

DaemonMC 1.0.25-alpha

30 Oct 11:02

Choose a tag to compare

Added new token auth system. Offline mode not supported yet.
Added missing fields to PlayerAuthInput packet
Added LevelSoundEvent (finally)
Added SetBlock to World class to place real blocks in world's cache
Added GetBlock by name to BlockPalette class to easier get block objects by name.

Removed <1.21.90, added full support for 1.21.120

Fixed canceled movement event visual bugs that caused shaking effects.
Fixed rare world transfer crash

DaemonMC 1.0.24-alpha

09 Oct 10:51

Choose a tag to compare

Added back client. Still wip.
Added log file. Now all log data from console will be saved in "date".log file.

Fixed rare login issues caused by logic jwt decoding error.
Fixed bug that caused fragmented packet decoding error with low mtu size.
Fixed chat event bug that caused message spam when loaded multiple plugins.

Dropped support for old LevelDB versions. Only supported world format is now 1.21.110. All worlds have to be updated by opening .mcworld file with latest Minecraft Bedrock and exporting again or by using world converter.