A spigot plugin that adds a smooth transition from night to day!
Features:
Set a percent (%) of players to be in bed to run the animation
Disable animation in certain worlds
Change the animation speed!
Config
Code (Java):
#
--------------------------------------------------------------- #
- funcy
's night animation #- version v0.0.1 #- Discord: https://discord.gg/CQ9BfSKjy8 #- Paypal: https://www.paypal.com/paypalme/funcybeardev #- MUST RESTART SERVER AFTER EACH CHANGE #---------------------------------------------------------------
enabledWorlds: - world - world_nether
worlds: world: sleepPercentage: 50 # Percentage of players sleeping to trigger the animation in 'world
' TickTransitionSpeed: 120 # Speed of the night-to-day transition for 'world
' world_nether: sleepPercentage: 50 # Percentage of players sleeping to trigger the animation in 'world_nether
' TickTransitionSpeed: 120 # Speed of the night-to-day transition for 'world_nether
'
Legal This plugin or mod is under the linsence of ARR (all rights reserved) meaning
I do not grant permission to edit the plugin/mod or distribute it without explicit authorization.