I created this addon to solve a problem that many players suffer from on servers, so don't forget to subscribe to my YouTube channel
=> My Youtube Channel
The addon is just an experimental idea and I hope you like it
Select version for changelog:
Changelog
I made this addon works with Minecraft bedrock version 1.21.20 also changed the download links to make them easy to download





استمر يا مبدرع
system.runInterval(() => {
const players = world.getPlayers();
for (const player of players) {
if (player.isSleeping) {
system.runTimeout(() => world.setTimeOfDay(2300), 40);
}
}
});