začátek

This commit is contained in:
babymsp2k
2025-07-04 23:38:56 +02:00
parent fbb1a834be
commit 491028854c
7 changed files with 271 additions and 40 deletions
+33 -14
View File
@@ -1,20 +1,39 @@
main: ${PACKAGE}.${NAME}
name: ${NAME}
version: "${VERSION}"
api-version: "1.21.1"
author: AUTHOR
description: DESCRIPTION
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:
ex:
description: Base command for EXAMPLE
usage: "For a list of commands, type /ex help"
aliases: example
trixinity:
description: Zobrazí základní informace o pluginu
usage: "/trixinity"
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]
permissions:
example.test:
description: DESCRIPTION
default: true
example.*:
description: Grants all other permissions
default: false
trixinity.admin:
description: Přístup ke všem příkazům pluginu
default: op
trixinity.event.*:
description: Přístup ke všem event příkazům
default: op
children:
example.test: true
trixinity.event.build: true
trixinity.event.pvp: true
trixinity.event.spawn: true
trixinity.event.gamemode: true
trixinity.event.heal: true
trixinity.event.teleport: true