File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.4.4
2+ * 🐞 Bugfix: Damage modifiers weren't working properly, causing a rare NPE, and modifying power incorrectly
3+ * ⭐️ Feature: You can now disable truces
4+ * ⭐️ Feature: You can now disable coleaders
5+ * ⭐️ Feature: Radius claims no longer spam you! ;-)
6+ * ⌨️ API: Commands can override a ` isAvailable ` method to make the command unavailable
7+ * ⌨️ API: Land change transactions can now be fully modified
8+ * ⌨️ API: New ` NewSpiralTask ` class allows calculating chunks in a radius without blocking the main thread
9+ * ⌨️ API: New ` LocalityLazy ` class allows create a chunk Locality without referencing bukkit
10+ * 🇨🇳 Languages: Chinese Language updated!
11+ * 📚 Docs: JavaDoc added
12+
113# 1.4.3
214* 🐞 Bugfix-ish: Database structure has change, backup before updating!
315* 🐞 Bugfix: Fixed a bug with script support generating blank comparison strings
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sourceCompatibility = 1.8
99targetCompatibility = 1.8
1010
1111allprojects {
12- version = " 1.4.4-SNAPSHOT "
12+ version = " 1.4.4"
1313 group = " net.redstoneore"
1414}
1515
You can’t perform that action at this time.
0 commit comments