src/main/resources/plugin.yml aktualisiert
This commit is contained in:
@@ -1,30 +1,32 @@
|
||||
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
|
||||
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
|
||||
|
Reference in New Issue
Block a user