začátek
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user