43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
|
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
|