mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-26 00:55:29 +02:00
extras
src
main
assembly
java
META-INF
com
gmail
nossr50
api
chat
commands
config
database
datatypes
events
listeners
locale
party
runnables
skills
util
mcMMO.java
net
resources
util
.gitattributes
.gitignore
Changelog.txt
LICENSE
README.md
pom.xml
standards.md

This fixes brewing on the newest Spigot API builds. The Alchemy skill was completely broken due to a change in the Spigot BrewEvent constructor, which this fixes via the changes to FakeBrewEvent.java and AlchemyPotionBrewer.java. This also adds a check in EntityListener.java for armor stands, so that health bars aren't displayed for them. The health bars never really displayed properly (armor stand health acts differently from most entities), and it allowed players to punch invisible armor stands server admins may have been intentionally hiding to temporarily reveal them via a health bar, which is an issue.