STEMMechanics / STEMCraft-Core

The core plugin that runs the STEMCraft Minecraft Server
https://www.stemcraft.com.au
MIT License
1 stars 1 forks source link

Feature/skip night #59

Closed nomadjimbob closed 7 months ago

nomadjimbob commented 7 months ago

Added the ability to skip the night in survival

ProjectHSI commented 7 months ago

probably a bit late, but while this does add smooth night transitions i feel like bumping randomTickRate or the tick rate in general is at-least a bit warranted here.

nomadjimbob commented 7 months ago

Is it possible to do that and only affect a single world and not the whole server?

ProjectHSI commented 7 months ago

Is it possible to do that and only affect a single world and not the whole server?

not sure about bukkit but it might be possible with PaperMC Folia through it's expansion into dedicated region schedulers although i'm pretty sure we all know that most plugins aren't compatible with it

ProjectHSI commented 7 months ago

randomTickSpeed is possible as MultiVerse implements it, not sure about tick rate though.

nomadjimbob commented 7 months ago

We use MyWorlds for world management and it doesn't look like it supports it. If we were to implement it, it would need to be added in to the STEMCraft plugin directly. We do need to also add in a Nether ratio which Multiverse Nether has implemented in the future as well, so it might be good to add both into the next version

nomadjimbob commented 7 months ago

randomTickSpeed is now set by default to 300 while skipping