From 85a792228ce876eb7ae1d2a85c78a1155d4b65c7 Mon Sep 17 00:00:00 2001 From: Jack <55409055+Jack1424@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:22:33 -0400 Subject: [PATCH] explicitly set to load POSTWORLD --- src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 2fda3b7..c158772 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,5 +2,6 @@ name: RealTimeWeather version: '${version}' description: Sync your server time and weather with the real world main: io.github.jack1424.realtimeweather.RealTimeWeather +load: POSTWORLD authors: [ Jack1424 ] website: https://github.com/Jack1424/RealTimeWeather