realweather/src/main/resources/plugin.yml

58 lines
1.6 KiB
YAML
Raw Normal View History

name: RealWeather
version: ${project.version}
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
localtime:
description: Get real time in current location
permission: realweather.localtime
permission-message: You do not have permission to use this command.
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.localtime:
description: Allows /localtime
default: true
realweather.dynamic:
description: Includes player in dynamic conditions
default: true
realweather.actionbar:
description: Displays status on player's action bar
realweather.update.notify:
description: Receive notifications for RealWeather updates