src/main/resources/plugin.yml aktualisiert

This commit is contained in:
2025-08-09 20:56:48 +00:00
parent ede9d372f0
commit a1e29bc89e

View File

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