Little more information to the config
This commit is contained in:
parent
28ca29d4b5
commit
04a0378267
@ -35,6 +35,7 @@ SendVelocity: true
|
|||||||
# For self disguises, they need to have the armor and the held item removed
|
# For self disguises, they need to have the armor and the held item removed
|
||||||
# Else they see floating armor, floating held items.
|
# Else they see floating armor, floating held items.
|
||||||
# This turns the items invisible in the disguised players inventory. It does not actually remove them!
|
# 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
|
RemoveArmor: true
|
||||||
RemoveHeldItem: false
|
RemoveHeldItem: false
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>LibsDisguises</groupId>
|
<groupId>LibsDisguises</groupId>
|
||||||
<artifactId>LibsDisguises</artifactId>
|
<artifactId>LibsDisguises</artifactId>
|
||||||
<version>9.3</version>
|
<version>9.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
|
Loading…
Reference in New Issue
Block a user