Little more information to the config

This commit is contained in:
libraryaddict 2017-03-04 14:54:18 +13:00
parent 28ca29d4b5
commit 04a0378267
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ SendVelocity: true
# For self disguises, they need to have the armor and the held item removed
# Else they see floating armor, floating held items.
# This turns the items invisible in the disguised players inventory. It does not actually remove them!
# Be warned that in creative this can actually delete the item from the inventory due to a weird bug
RemoveArmor: true
RemoveHeldItem: false

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId>
<version>9.3</version>
<version>9.3-SNAPSHOT</version>
<build>
<sourceDirectory>src</sourceDirectory>