- Added armoredelytra.craft.<tier> permissions.

- Removed cursesAllowed option. It is now part of the allowedEnchantments. (Fixed mending not allowed when curses are not allowed).
- Fixed glitch where "ghosts" of items remained in the anvil after taking the result out using shift + click.
This commit is contained in:
Pim van der Loos
2018-02-05 12:20:29 +01:00
parent e5044a7300
commit 511a0c85f9
7 changed files with 64 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
name: ArmoredElytra
main: nl.pim16aap2.armoredElytra.ArmoredElytra
version: 2.3
version: 2.4
author: Pim
commands:
ArmoredElytra:
@@ -17,6 +17,16 @@ permissions:
description: Allow the player to wear iron tier armored elytras.
armoredelytra.wear.diamond:
description: Allow the player to wear diamond tier armored elytras.
armoredelytra.craft.leather:
description: Allow the player to craft leather tier armored elytras.
armoredelytra.craft.gold:
description: Allow the player to craft gold tier armored elytras.
armoredelytra.craft.chain:
description: Allow the player to craft chain tier armored elytras.
armoredelytra.craft.iron:
description: Allow the player to craft iron tier armored elytras.
armoredelytra.craft.diamond:
description: Allow the player to craft diamond tier armored elytras.
armoredelytra.give.leather:
description: Allow the player to spawn in leather tier armored elytras.
armoredelytra.give.gold: