Skip to content

Commit 76c3626

Browse files
authored
This is 1.4.0 (#37)
1 parent cf595e5 commit 76c3626

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.4.0
2+
* Improvement: Added coleader, you can disable it by not giving the `/f coleader` permission
3+
* Improvement: Allow server owners to let factions use colour codes in /f title and /f desc
4+
* Improvement: Add ability for server owners to toggle the ability for factions to color the desc and title.
5+
* Improvement: Added truces
6+
* Bugfix: Fix NPE when running /f mod without args (#17)
7+
* Bugfix: Scoreboard bug - the scoreboard could be blank on first join
8+
* Docs: Documentation Created
9+
* Internal code cleanup
10+
111
# 1.2.1
212
* API: New API Event: EventFactionsChatModeChange
313
* API: ChatMode, FLocation and Relation improvements

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.3.0"
12+
version = "1.4.0"
1313
group = "net.redstoneore"
1414
}
1515

0 commit comments

Comments
 (0)