61 lines
1.9 KiB
YAML
61 lines
1.9 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]
|
|
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/build off/on
|
|
§c§l- §c/event off/on
|
|
§c§l- §c/pvp off/on
|
|
§c§l- §c/spawn (hráč)
|
|
§c§l- §c/gmc
|
|
§c§l- §c/heal (hráč/*)
|
|
§c§l- §c/teleport (hráč) (hráč)
|
|
§c§l- §cWorldEdit příkazy
|
|
§c§m---------------------------------
|
|
aliases: [e]
|
|
permission: trixinity.event.admin
|
|
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.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 |