Dateien nach "src/main/resources" hochladen

This commit is contained in:
2025-08-07 17:06:23 +00:00
parent 6297f62c44
commit f8f3d26f00
3 changed files with 1069 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
api-key: "DEIN_API_KEY_HIER"
update-interval: 60
defaults:
enabled: true
location: "Berlin,de"
units: "metric"
time-format: "24h"
display-actionbar: true
display-weather-icon: true
display-position: "top-right"
padding-right: 100
worlds:
world:
enabled: true
location: "Berlin,de"
units: "metric"
time-format: "24h"
display-actionbar: true
display-weather-icon: true
display-position: "top-left"
padding-right: 50
world_nether:
enabled: false
location: "Berlin,de"
units: "metric"
time-format: "24h"
display-actionbar: true
display-weather-icon: false
display-position: "top-right"
padding-right: 150

1009
src/main/resources/lang.yml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,30 @@
name: RealTimeWeather
version: 1.0
main: dev.viper.weathertime.WeatherTimeSyncPlugin
api-version: 1.21
commands:
wetter:
description: Manages real-time weather and time synchronization
usage: /<command> reload | setlocation <city,country> | query | info | gui | help
permission: realtimeweather.use
weatherforecast:
description: Shows the weather forecast for the player's location
usage: /<command>
permission: realtimeweather.forecast
toggleweather:
description: Toggles the weather display for the current world
usage: /<command>
permission: realtimeweather.toggle
permissions:
realtimeweather.use:
description: Allows usage of the /wetter command
default: true
realtimeweather.forecast:
description: Allows usage of the /weatherforecast command
default: true
realtimeweather.toggle:
description: Allows usage of the /toggleweather command
default: true
realtimeweather.reload:
description: Allows reloading the plugin configuration
default: op