realweather/src/main/resources/plugin.yml
2024-06-09 16:03:35 +02:00

62 lines
No EOL
1.7 KiB
YAML

name: RealWeather
version: ${project.version}
author: Minecon724
website: https://forum.m724.eu/topic/3/realweather-1-0
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:
# Commands
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
# 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