Files
Event/src/main/resources/plugin.yml
T
2025-07-05 17:59:13 +02:00

82 lines
2.5 KiB
YAML

main: ${PACKAGE}.${NAME}
name: ${NAME}
version: "${VERSION}"
api-version: "1.21"
author: TrixinityDev
description: Plugin pro správu eventů na Minecraft serveru s přehlednými příkazy, integrovanými WorldGuard příkazy a možností základního ovládání přes konzoli nebo přímo ze hry.
depend: [WorldGuard]
softdepend: [PlaceholderAPI]
commands:
trixinity:
description: Zobrazí základní informace o pluginu
usage: "/trixinity"
permission: trixinity.admin
event:
description: Správa event systému
usage: |
§c§m------------(§c§l EVENT §c§m)------------
§c§l- §c/event starting
§c§l- §c/event start
§c§l- §c/event end
§c§l- §c/event event <spleef/end>
§c§l- §c/event build off/on
§c§l- §c/event pvp off/on
§c§l- §c/event spawn (hráč)
§c§l- §c/event hunger on/off
§c§l- §c/event kick (hráč)
§c§l- §c/WorldEdit příkazy
§c§m---------------------------------
aliases: [e]
eventer:
description: Nastavení eventer role pomocí LuckPerms
usage: "/eventer <nick>"
permission: "*"
cleareventer:
description: Vymazání současného eventera
usage: "/cleareventer"
permission: "*"
permissions:
trixinity.admin:
description: Přístup ke všem příkazům pluginu
default: op
children:
trixinity.event.admin: true
trixinity.event.admin:
description: Přístup ke všem event příkazům
default: op
children:
trixinity.event.build: true
trixinity.event.pvp: true
trixinity.event.spawn: true
trixinity.event.gamemode: true
trixinity.event.heal: true
trixinity.event.teleport: true
trixinity.event.hunger: true
trixinity.event.kick: true
trixinity.event.build:
description: Povolení pro build příkazy
default: op
trixinity.event.pvp:
description: Povolení pro pvp příkazy
default: op
trixinity.event.spawn:
description: Povolení pro spawn příkazy
default: op
trixinity.event.gamemode:
description: Povolení pro gamemode příkazy
default: op
trixinity.event.heal:
description: Povolení pro heal příkazy
default: op
trixinity.event.teleport:
description: Povolení pro teleport příkazy
default: op
trixinity.event.hunger:
description: Povolení pro hunger příkazy
default: op
trixinity.event.kick:
description: Povolení pro kick příkazy
default: op
trixinity.eventer.help:
description: Povolení pro zobrazení nápovědy
default: op