realweather/target/classes/plugin.yml
Minecon724 90205881f8
commit today's work
even if this compiles it's unlikely to work properly
this has been my most productive ever well maybe not ever but lately for sure
2024-06-01 19:35:15 +02:00

43 lines
No EOL
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