- Added update checker (with config option to disable).
- Added support for %ARMOR_TIER% variable in config. - Removed order requirement when crafting armored elytas (armor+elytra and elytra+armor both works now). - Added support for enchanted books. - Removed some code duplication.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: ArmoredElytra
|
||||
main: nl.pim16aap2.armoredElytra.ArmoredElytra
|
||||
version: 1.5.0
|
||||
version: 1.6.0
|
||||
author: Pim
|
||||
commands:
|
||||
ArmoredElytra:
|
||||
description: Give an armored elytra of the specified tier.
|
||||
usage: /ArmoredElytra <tier>
|
||||
usage: /ArmoredElytra [receiver] <tier>
|
||||
permission: armoredelytra.give
|
||||
permission-message: You do not have the armoredelytra.give permission node.
|
||||
permissions:
|
||||
@@ -28,4 +28,6 @@ permissions:
|
||||
armoredelytra.give.iron:
|
||||
description: Allow the player to spawn in iron tier armored elytras.
|
||||
armoredelytra.give.diamond:
|
||||
description: Allow the player to spawn in diamond tier armored elytras.
|
||||
description: Allow the player to spawn in diamond tier armored elytras.
|
||||
armoredElytra.admin:
|
||||
description: Receive a message upon joining the game if this plugin is out of date.
|
||||
Reference in New Issue
Block a user