terrarium-earth / Cadmus

A land claiming mod that allows users to claim land to protect your home from thieves, bandits and monsters, and admins to claim land with region flags and advanced protection!
MIT License
21 stars 11 forks source link

[Feature Request]: Offline Chunkloading for Admin Claims #10

Closed Merith-TK closed 1 year ago

Merith-TK commented 1 year ago

Is your feature request related to a problem?

Admin Claims dont chunkload when player not online

Solution(s)

Allow Admin Claims to load chunks when no users are online

Describe alternatives you've considered

No response

Mod Version

0.0.2

Mod Loader Version

1.20.1

Mod Loader

Fabric

Additional context

I run an "project" server for some software I made to remotely control computercraft turtles through an web api, it is meant to allow any user to POST commands to the turtle address (https://skynet.merith.xyz/api/turtle/1) in the format of TEXT ["lua.command()", "lua.command2()"] and it will execute in that order.

for debugging purposes I included an heartbeat field into that API (of which you can see on that address linked) it is supposed to update roughly every half second with the EPOCH of the last time it sent a data packet to the API. but as you can see, it is frozen when no users are online