2024-06-01 19:35:15 +02:00
|
|
|
name: RealWeather
|
|
|
|
version: ${project.version}
|
|
|
|
|
|
|
|
author: Minecon724
|
2024-06-09 16:03:35 +02:00
|
|
|
website: https://forum.m724.eu/topic/3/realweather-1-0
|
2024-06-01 19:35:15 +02:00
|
|
|
|
|
|
|
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
|
2024-06-07 16:46:15 +02:00
|
|
|
localtime:
|
|
|
|
description: Get real time in current location
|
|
|
|
permission: realweather.localtime
|
|
|
|
permission-message: You do not have permission to use this command.
|
2024-06-01 19:35:15 +02:00
|
|
|
|
|
|
|
permissions:
|
2024-06-09 13:23:23 +02:00
|
|
|
# Commands
|
|
|
|
|
2024-06-01 19:35:15 +02:00
|
|
|
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
|
2024-06-07 16:46:15 +02:00
|
|
|
realweather.localtime:
|
|
|
|
description: Allows /localtime
|
|
|
|
default: true
|
|
|
|
|
2024-06-09 13:23:23 +02:00
|
|
|
# Engine
|
|
|
|
|
2024-06-02 19:00:22 +02:00
|
|
|
realweather.dynamic:
|
|
|
|
description: Includes player in dynamic conditions
|
|
|
|
default: true
|
|
|
|
|
2024-06-09 13:23:23 +02:00
|
|
|
# Other
|
|
|
|
|
2024-06-02 19:00:22 +02:00
|
|
|
realweather.actionbar:
|
|
|
|
description: Displays status on player's action bar
|
|
|
|
|
2024-06-01 19:35:15 +02:00
|
|
|
realweather.update.notify:
|
|
|
|
description: Receive notifications for RealWeather updates
|