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

54 lines
No EOL
1.4 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:
rwadmin:
description: RealWeather admin command
permission: realweather.admin
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.command.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.command.localtime
permission-message: You do not have permission to use this command.
permissions:
# Commands
realweather.admin:
description: Allows admin management with /rwadmin
realweather.command.geo:
description: Allows /geo
default: true
realweather.comamnd.geo.tp:
description: Allows teleportation using /geo
realweather.command.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