Releases: TeamDeamonMC/DaemonMC
DaemonMC 1.0.33-alpha
Added support for world format 1.26.10
Download DaemonMC.zip to get started.
Download DaemonMC.dll for updating.
DaemonMC 1.0.32-alpha
.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
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
Added support for world format 1.26.0
DaemonMC 1.0.29-alpha
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
Fixed interact error for 1.21.130
DaemonMC 1.0.27-alpha
Added support for Minecraft Bedrock 1.21.130
DaemonMC 1.0.26-alpha
Added support for Minecraft Bedrock 1.21.124
DaemonMC 1.0.25-alpha
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
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.