mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-05 02:19:42 +01:00
55 lines
1.9 KiB
YAML
55 lines
1.9 KiB
YAML
main: com.sekwah.advancedportals.AdvancedPortalsPlugin
|
|
name: AdvancedPortals
|
|
version: 0.0.25
|
|
author: sekwah41
|
|
description: An advanced portals plugin for bukkit.
|
|
commands:
|
|
advancedportals:
|
|
description: The main command for the advanced portals
|
|
aliases: [portals, aportals, portal, ap]
|
|
usage: /<command>
|
|
destination:
|
|
description: Can be used to access portal destinations.
|
|
aliases: [desti]
|
|
usage: /<command>
|
|
permissions:
|
|
advancedportals.*:
|
|
description: Gives access to all commands
|
|
default: op
|
|
children:
|
|
advancedportals.createportal: true
|
|
advancedportals.portal: true
|
|
advancedportals.build: true
|
|
advancedportals.desti: true
|
|
advancedportals.createportal:
|
|
description: Allows you to create portals
|
|
default: op
|
|
advancedportals.createportal.commandlevel.*:
|
|
description: Gives access to all level raisers
|
|
default: false
|
|
children:
|
|
advancedportals.createportal.commandlevel.op: true
|
|
advancedportals.createportal.commandlevel.perms: true
|
|
advancedportals.createportal.commandlevel.console: true
|
|
advancedportals.createportal.commandlevel.op:
|
|
description: Allows you to increase the users level temporaily to op
|
|
default: false
|
|
advancedportals.createportal.commandlevel.perms:
|
|
description: Allows you to increase the users level temporaily to have all perms
|
|
default: false
|
|
advancedportals.createportal.commandlevel.console:
|
|
description: Executes command in the console
|
|
default: false
|
|
advancedportals.portal:
|
|
description: Allows use of portal commands
|
|
default: op
|
|
advancedportals.build:
|
|
description: Allows you to build in the portal regions
|
|
default: op
|
|
advancedportals.desti:
|
|
description: Gives access to all desti commands
|
|
default: op
|
|
advancedportals.warp.*:
|
|
description: Access to all warps (not really used tbh)
|
|
default: true
|