diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 2f5cc74..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,8 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 -org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore -org.eclipse.jdt.core.compiler.release=disabled -org.eclipse.jdt.core.compiler.source=1.8 diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f..0000000 --- a/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1 diff --git a/target/classes/META-INF/MANIFEST.MF b/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index 9bdf3b1..0000000 --- a/target/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,4 +0,0 @@ -Manifest-Version: 1.0 -Build-Jdk-Spec: 21 -Created-By: Maven Integration for Eclipse - diff --git a/target/classes/META-INF/maven/eu.m724/realweather/pom.properties b/target/classes/META-INF/maven/eu.m724/realweather/pom.properties deleted file mode 100644 index 1c65891..0000000 --- a/target/classes/META-INF/maven/eu.m724/realweather/pom.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Generated by Maven Integration for Eclipse -#Sat Jun 01 19:33:58 CEST 2024 -artifactId=realweather -groupId=eu.m724 -m2e.projectLocation=/home/user/eclipse-workspace/realweather -m2e.projectName=realweather -version=0.9-SNAPSHOT diff --git a/target/classes/META-INF/maven/eu.m724/realweather/pom.xml b/target/classes/META-INF/maven/eu.m724/realweather/pom.xml deleted file mode 100644 index c5030e3..0000000 --- a/target/classes/META-INF/maven/eu.m724/realweather/pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - 4.0.0 - eu.m724 - realweather - 0.9-SNAPSHOT - - - 17 - 17 - - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - - - 724rocks - https://git.724.rocks/api/packages/Minecon724/maven - - - - - - org.spigotmc - spigot-api - 1.20.6-R0.1-SNAPSHOT - provided - - - eu.m724 - wtapi - 0.2 - - - - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.6.0 - - - package - - shade - - - true - - - eu.m724:wtapi - - - - - - - - - - \ No newline at end of file diff --git a/target/classes/config.yml b/target/classes/config.yml deleted file mode 100644 index f6e8b69..0000000 --- a/target/classes/config.yml +++ /dev/null @@ -1,17 +0,0 @@ -############################ -### GENERAL SETTINGS ### -############################ - -# Master switch -enabled: true - -updater: - # notify players about plugin updates - # revelant permission node: realweather.update.notify - notify: true - -# 0 - no debug -# 1 - debug loading modules -# 2 - also debug processing conditions -# 3 - also log tasks running, this will spam -debug: 0 \ No newline at end of file diff --git a/target/classes/eu/m724/realweather/DebugLogger.class b/target/classes/eu/m724/realweather/DebugLogger.class deleted file mode 100644 index 4f02b8f..0000000 Binary files a/target/classes/eu/m724/realweather/DebugLogger.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/RealWeatherPlugin.class b/target/classes/eu/m724/realweather/RealWeatherPlugin.class deleted file mode 100644 index 70ea509..0000000 Binary files a/target/classes/eu/m724/realweather/RealWeatherPlugin.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/mapper/Mapper.class b/target/classes/eu/m724/realweather/mapper/Mapper.class deleted file mode 100644 index fda6ee7..0000000 Binary files a/target/classes/eu/m724/realweather/mapper/Mapper.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/mapper/MapperConfig.class b/target/classes/eu/m724/realweather/mapper/MapperConfig.class deleted file mode 100644 index 6241165..0000000 Binary files a/target/classes/eu/m724/realweather/mapper/MapperConfig.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/mapper/MapperEventHandler.class b/target/classes/eu/m724/realweather/mapper/MapperEventHandler.class deleted file mode 100644 index 95a842a..0000000 Binary files a/target/classes/eu/m724/realweather/mapper/MapperEventHandler.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/object/UserException.class b/target/classes/eu/m724/realweather/object/UserException.class deleted file mode 100644 index 7118d2a..0000000 Binary files a/target/classes/eu/m724/realweather/object/UserException.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/thunder/ThunderConfig.class b/target/classes/eu/m724/realweather/thunder/ThunderConfig.class deleted file mode 100644 index 4809d6a..0000000 Binary files a/target/classes/eu/m724/realweather/thunder/ThunderConfig.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/thunder/ThunderMaster.class b/target/classes/eu/m724/realweather/thunder/ThunderMaster.class deleted file mode 100644 index f2f673a..0000000 Binary files a/target/classes/eu/m724/realweather/thunder/ThunderMaster.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/thunder/ThunderTask.class b/target/classes/eu/m724/realweather/thunder/ThunderTask.class deleted file mode 100644 index ac8997c..0000000 Binary files a/target/classes/eu/m724/realweather/thunder/ThunderTask.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/time/TimeConfig.class b/target/classes/eu/m724/realweather/time/TimeConfig.class deleted file mode 100644 index c65f5c7..0000000 Binary files a/target/classes/eu/m724/realweather/time/TimeConfig.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/time/TimeMaster.class b/target/classes/eu/m724/realweather/time/TimeMaster.class deleted file mode 100644 index d212360..0000000 Binary files a/target/classes/eu/m724/realweather/time/TimeMaster.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/weather/WeatherConfig.class b/target/classes/eu/m724/realweather/weather/WeatherConfig.class deleted file mode 100644 index 9bad6fb..0000000 Binary files a/target/classes/eu/m724/realweather/weather/WeatherConfig.class and /dev/null differ diff --git a/target/classes/eu/m724/realweather/weather/WeatherMaster.class b/target/classes/eu/m724/realweather/weather/WeatherMaster.class deleted file mode 100644 index dbe2945..0000000 Binary files a/target/classes/eu/m724/realweather/weather/WeatherMaster.class and /dev/null differ diff --git a/target/classes/map.yml b/target/classes/map.yml deleted file mode 100644 index 03f61ef..0000000 --- a/target/classes/map.yml +++ /dev/null @@ -1,24 +0,0 @@ -############################ -### MAP SETTINGS ### -############################ - -# true if the list below is a blacklist, false otherwise -worldBlacklist: true -worlds: -- disabled_world -- something - -dimensions: - # blocks per 1 deg, can't be decimal - # the default (111000) assumes 1 block = 1 meter - latitude: 111000 - longitude: 111000 - - # if you want the globe to cover the whole world use: - # latitude: 333333 - # longitude: 166666 - -# if you use `static` mode -point: - latitude: 0 - longitude: 0 \ No newline at end of file diff --git a/target/classes/modules/thunder.yml b/target/classes/modules/thunder.yml deleted file mode 100644 index 20c3e4b..0000000 --- a/target/classes/modules/thunder.yml +++ /dev/null @@ -1,12 +0,0 @@ -############################ -### THUNDER SETTINGS ### -############################ - -enabled: false - -# currently only lightningmaps -provider: lightningmaps - -# how often should we poll for updates and spawn lightning -# note that this runs synchronously so increase if lag -refresh: 50 # millis diff --git a/target/classes/modules/time.yml b/target/classes/modules/time.yml deleted file mode 100644 index b95c34e..0000000 --- a/target/classes/modules/time.yml +++ /dev/null @@ -1,17 +0,0 @@ -############################ -### TIME SETTINGS ### -############################ - -# warning: this removes sleep -enabled: false - -# How this plugin affects your world: -# - static (false): time is the same across the world -# - dynamic (true): static + local time for each player, however it's only cosmetical so it will not match mobs spawning etc -# settings for both are in map.yml -dynamic: true - -# x day cycles in 1 irl day cycle -# time will no longer be in sync -# can be decimal -modifier: 1.0 \ No newline at end of file diff --git a/target/classes/modules/weather.yml b/target/classes/modules/weather.yml deleted file mode 100644 index 18969d6..0000000 --- a/target/classes/modules/weather.yml +++ /dev/null @@ -1,19 +0,0 @@ -############################ -### WEATHER SETTINGS ### -############################ - -enabled: false - -# Currently only OpenWeatherMap -provider: openweathermap -# put your OpenWeatherMap api key -apiKey: REPLACE ME - -# How this plugin affects your world: -# - static (false): weather is the same across the world -# - dynamic (true): weather is per player, however it's only cosmetical so it will not match mobs spawning etc -# settings for both are in map.yml -dynamic: true - -# prevent the game, players or other plugins from changing the weather -lock: true \ No newline at end of file diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index adacbad..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: RealWeather -version: 0.9-SNAPSHOT - -author: Minecon724 -website: https://www.spigotmc.org/resources/101599 - -api-version: 1.20 -load: STARTUP -main: eu.m724.realweather.RealWeatherPlugin - -commands: - realweather: - description: AIO RealWeather command - aliases: rw - permission: realweather.command - permission-message: You do not have permission to use this command. - # usage is processed in code - geo: - description: Convert lat,lon to x,y,z and vice versa - permission: realweather.geo - permission-message: You do not have permission to use this command. - # usage is processed in code - -permissions: - realweather.command: - description: Allows /realweather (individual nodes are still necessary for subcommands) - realweather.command.status: - description: /realweather status - - realweather.command.*: - description: All /realweather commands - children: - realweather.command: true - realweather.command.status: true - - realweather.geo: - description: Allows /geo - default: true - realweather.geo.tp: - description: Allows teleportation using /geo - - realweather.update.notify: - description: Receive notifications for RealWeather updates \ No newline at end of file