Skip to content

Commit 5532ba7

Browse files
committed
This is v1.4.4
1 parent 9bac039 commit 5532ba7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sourceCompatibility = 1.8
99
targetCompatibility = 1.8
1010

1111
allprojects {
12-
version = "1.4.4-SNAPSHOT"
12+
version = "1.4.4"
1313
group = "net.redstoneore"
1414
}
1515

0 commit comments

Comments
 (0)