who told you to add this

This commit is contained in:
Minecon724 2024-06-01 19:36:58 +02:00
parent 90205881f8
commit 11a83a1862
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
24 changed files with 0 additions and 224 deletions

View file

@ -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

View file

@ -1,4 +0,0 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1

View file

@ -1,4 +0,0 @@
Manifest-Version: 1.0
Build-Jdk-Spec: 21
Created-By: Maven Integration for Eclipse

View file

@ -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

View file

@ -1,69 +0,0 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.m724</groupId>
<artifactId>realweather</artifactId>
<version>0.9-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>724rocks</id>
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>eu.m724</groupId>
<artifactId>wtapi</artifactId>
<version>0.2</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<artifactSet>
<includes>
<include>eu.m724:wtapi</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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