Skip to content
Success

Changes

Summary

  1. Use HTTPS instead of HTTP to resolve dependencies (commit: 3026dc8) (details)
  2. Don't handle activation when player can't use skill (commit: 23cf9ed) (details)
  3. Update regex to also match colorless healthbar instances (commit: 7f1944b) (details)
  4. Fix array out of bounds (commit: 039eb0e) (details)
  5. Turn off unused NMS compatibility layers (commit: 7eef87b) (details)
  6. 2.1.133 (commit: c918f2b) (details)
Commit 3026dc8a28ed81d58447e46ce8384e3717e8489b by Jonathan.Leitschuh
Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead
of HTTPS.
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
(commit: 3026dc8)
The file was modified pom.xml (diff)
Commit 23cf9edf9c60ef4477c9943b885f25d9c0bc178e by lonelyyordle
Don't handle activation when player can't use skill
(commit: 23cf9ed)
The file was modified src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java (diff)
Commit 7f1944b61d393de65c9272bc9e274132526cf8a2 by frank.boekanier
Update regex to also match colorless healthbar instances
(commit: 7f1944b)
The file was modified src/main/java/com/gmail/nossr50/util/MobHealthbarUtils.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
The file was modified pom.xml (diff)
Commit 7eef87b2e0e94c10ecc8532c569ad516ca107236 by nossr50
Turn off unused NMS compatibility layers
(commit: 7eef87b)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/compat/CompatibilityManager.java (diff)
The file was modified pom.xml (diff)