Skip to content
Failed

Changes

Summary

  1. add & translate missing strings & fix a typo that broke placeholders (#4707) (commit: 829aaea) (details)
  2. Dev mode (commit: d5ce8fc) (details)
  3. remove YAML parsing hacks in favor of native bukkit provided parsing (#4714) (commit: dd4a5a6) (details)
Commit 829aaea5d44ad44734d7ac82008d4ff95e983f14 by github
add & translate missing strings & fix a typo that broke placeholders (#4707)

(commit: 829aaea)
The file was modified src/main/resources/locale/locale_lt_LT.properties (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)
Commit dd4a5a6b9aa108059c997ea58638fdfd193c1947 by github
remove YAML parsing hacks in favor of native bukkit provided parsing (#4714)

* fix yaml config to use native comment handling.
fixes #4702
replaces #4713
(commit: dd4a5a6)
The file was modified src/main/java/com/gmail/nossr50/config/AutoUpdateConfigLoader.java (diff)