Minepacks/resources/plugin.yml

117 lines
3.6 KiB
YAML
Raw Normal View History

2016-12-19 22:06:08 +01:00
name: ${project.name}
author: ${author}
website: ${website}
main: ${project.groupId}.${project.artifactId}.Bukkit.${project.artifactId}
2016-11-23 21:06:45 +01:00
description: ${project.description}
version: ${project.version}
depend: [PCGF_PluginLib]
2014-08-02 18:06:45 +02:00
permissions:
backpack.*:
2016-11-23 21:06:45 +01:00
description: Gives access to the full Minepacks functionality.
2014-08-02 18:06:45 +02:00
children:
2017-03-05 00:19:13 +01:00
backpack.use: true
2014-08-02 18:06:45 +02:00
backpack.size.6: true
2016-12-19 22:06:08 +01:00
backpack.keepOnDeath: true
2014-08-02 18:06:45 +02:00
backpack.clean: true
2016-03-16 01:56:20 +01:00
backpack.fullpickup: true
backpack.bypass: true
backpack.admin: true
backpack.disable:
description: This permission group can be used to disable the plugin for certian users/groups/worlds.
children:
2017-03-05 00:19:13 +01:00
backpack.use: false
backpack.others: false
backpack.keepOnDeath: true
backpack.clean: false
backpack.user:
description: This permission can be used to give a user the basic backpack size and allow him to use the backpack.
children:
backpack.use: true
backpack.size.1: true
backpack.clean: true
backpack.userBig:
description: This permission can be used to give a user the biggest backpack size and allow him to use the backpack.
children:
backpack.use: true
backpack.size.6: true
backpack.clean: true
backpack.bypass:
children:
backpack.ignoreGameMode: true
backpack.ignoreWorldBlacklist: true
backpack.noCooldown: true
backpack.admin:
children:
backpack.others: true
backpack.others.edit: true
backpack.clean.others: true
backpack.update: true
backpack.reload: true
2017-03-05 00:19:13 +01:00
backpack.use:
description: Allows a player to open the backpack.
default: false
2014-08-02 18:06:45 +02:00
backpack.size.1:
2015-04-25 12:52:47 +02:00
description: Mini size for a backpack, if the player has backpack permission he will also have at least a backpack with the size 1.
2014-08-02 18:06:45 +02:00
default: false
backpack.size.2:
description: 2*9 backpack
default: false
backpack.size.3:
description: 3*9 backpack
default: false
backpack.size.4:
description: 4*9 backpack
default: false
backpack.size.5:
description: 5*9 backpack
default: false
backpack.size.6:
description: 6*9 backpack
default: false
backpack.size.7:
description: 7*9 backpack (broken gui)
default: false
backpack.size.8:
description: 8*9 backpack (broken gui)
default: false
backpack.size.9:
description: 9*9 backpack (broken gui)
default: false
2014-08-02 18:06:45 +02:00
backpack.clean:
2015-04-25 12:52:47 +02:00
description: Allows the player to clean their own backpack.
2014-08-02 18:06:45 +02:00
default: false
backpack.fullpickup:
desctiption: Allows the player to automatically pick up items when their inventory is full (function needs to be enabled in the config)
defaut: true
2014-08-02 18:06:45 +02:00
backpack.clean.other:
2015-04-25 12:52:47 +02:00
description: Allows the player to clean other players backpacks.
2014-08-02 18:06:45 +02:00
default: op
children:
backpack.clean: true
backpack.others:
2015-04-25 12:52:47 +02:00
description: Allows the player open backpacks of other players.
2014-08-02 18:06:45 +02:00
default: op
backpack.others.edit:
2015-04-25 12:52:47 +02:00
description: Allows the player to edit backpacks of other players.
2014-08-02 18:06:45 +02:00
default: op
children:
backpack.others: true
2016-12-19 22:06:08 +01:00
backpack.keepOnDeath:
2015-04-25 12:52:47 +02:00
description: Allows the player to keep their items in their backpack on death.
default: op
backpack.noCooldown:
description: Allows to bypass the cooldown to open the backpack.
2017-01-28 23:08:10 +01:00
default: op
backpack.ignoreGameMode:
description: Allows to bypass the game-mode restriction.
2018-04-26 15:47:30 +02:00
default: op
backpack.ignoreWorldBlacklist:
description: Allows to bypass the world blacklist.
default: op
backpack.update:
description: Allows to update the plugin.
default: op
backpack.reload:
description: Allows to reload the config.
default: op