65 lines
No EOL
1.8 KiB
YAML
65 lines
No EOL
1.8 KiB
YAML
name: RealWeather
|
|
version: ${project.version}
|
|
|
|
author: Minecon724
|
|
website: https://www.spigotmc.org/resources/realweather-realtime.101599/
|
|
|
|
api-version: 1.21
|
|
load: STARTUP
|
|
main: eu.m724.realweather.RealWeatherPlugin
|
|
|
|
libraries:
|
|
- org.java-websocket:Java-WebSocket:1.5.7
|
|
|
|
commands:
|
|
rwadmin:
|
|
description: RealWeather admin command
|
|
permission: realweather.admin
|
|
permission-message: You do not have permission to use this command.
|
|
|
|
geo:
|
|
description: Convert lat,lon to x,y,z and vice versa
|
|
permission: realweather.command.geo
|
|
permission-message: You do not have permission to use this command.
|
|
localtime:
|
|
description: Get real time in current location
|
|
permission: realweather.command.localtime
|
|
permission-message: You do not have permission to use this command.
|
|
localweather:
|
|
description: Get weather in current location
|
|
permission: realweather.command.localweather
|
|
permission-message: You do not have permission to use this command.
|
|
|
|
permissions:
|
|
# Commands
|
|
|
|
realweather.admin:
|
|
description: Allows admin management with /rwadmin
|
|
realweather.admin.update:
|
|
description: Allows installing updates with /rwadmin update
|
|
|
|
realweather.command.geo:
|
|
description: Allows /geo
|
|
default: true
|
|
realweather.command.geo.tp:
|
|
description: Allows teleportation using /geo
|
|
realweather.command.localtime:
|
|
description: Allows /localtime
|
|
default: true
|
|
realweather.command.localweather:
|
|
description: Allows /localweather
|
|
default: true
|
|
|
|
# Engine
|
|
|
|
realweather.dynamic:
|
|
description: Includes player in dynamic conditions
|
|
default: true
|
|
|
|
# Other
|
|
|
|
realweather.actionbar:
|
|
description: Displays status on player's action bar
|
|
|
|
realweather.update.notify:
|
|
description: Receive notifications for RealWeather updates |