Dynamic Surroundings: Fabric Edition

Dynamic Surroundings: Fabric Edition

745k Downloads

/execute run [...] does not work with any of the ds commands

y2k04 opened this issue ยท 3 comments

commented

Attempting to run /execute run [ dsbiome | dsdump | dsreload | dsscript | dstod ] results in a Incorrect argument for command error at the end of the ds command.

Screenshot 2022-01-27 083321

commented

This also means that the output of the command cannot be stored using the /execute store command.

commented

These are client commands, they cannot be called from the server side, which makes /execute

commented

These are client commands, they cannot be called from the server side, which makes /execute

But surely it could be adapted to be allowed on server side and require the client to have the mod as well? It would be useful for making a clock above the hotbar. I did make a data pack that used math to convert ticks to hours and minutes, but the AM/PM gets stuffed because of a programming error where it wouldn't fix itself until a certain tick in the day cycle. The problem was caused by sleeping. I found that the less than and greater than operators were a bit wack when it came to calculating those numbers. Easy fix, but annoying when you spend 8 hours writing, debugging, and improving the script.