Skip to content

Commit aaf6bad

Browse files
committed
Incremented version to 1.9.4
1 parent 3307989 commit aaf6bad

15 files changed

Lines changed: 18 additions & 17 deletions

File tree

multichat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>xyz.olivermartin.multichat</groupId>
77
<artifactId>multichat</artifactId>
8-
<version>1.9.3</version>
8+
<version>1.9.4</version>
99

1010
<repositories>
1111

multichat/src/main/java/xyz/olivermartin/multichat/bungee/MultiChat.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@
3737
*/
3838
public class MultiChat extends Plugin implements Listener {
3939

40-
public static final String LATEST_VERSION = "1.9.3";
40+
public static final String LATEST_VERSION = "1.9.4";
4141

4242
public static final String[] ALLOWED_VERSIONS = new String[] {
4343

4444
LATEST_VERSION,
45+
"1.9.3",
4546
"1.9.2",
4647
"1.9.1",
4748
"1.9",
@@ -98,7 +99,7 @@ public class MultiChat extends Plugin implements Listener {
9899
public static boolean hideVanishedStaffInMsg = true;
99100
public static boolean hideVanishedStaffInStaffList = true;
100101
public static boolean hideVanishedStaffInJoin = true;
101-
102+
102103
public static List<String> legacyServers = new ArrayList<String>();
103104

104105
public static MultiChat getInstance() {
@@ -346,7 +347,7 @@ public void onEnable() {
346347
logStaffChat = configYML.getSection("privacy_settings").getBoolean("log_staffchat");
347348
logGroupChat = configYML.getSection("privacy_settings").getBoolean("log_groupchat");
348349
}
349-
350+
350351
// Legacy servers for RGB approximation
351352
if (configYML.contains("legacy_servers")) {
352353
legacyServers = configYML.getStringList("legacy_servers");

multichat/src/main/java/xyz/olivermartin/multichat/local/sponge/MultiChatLocalSpongePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import xyz.olivermartin.multichat.local.sponge.listeners.communication.LocalSpongePlayerChannelListener;
5757
import xyz.olivermartin.multichat.local.sponge.listeners.communication.LocalSpongePlayerMetaListener;
5858

59-
@Plugin(id = "multichat", name = "MultiChat", version = "1.9.3", dependencies = { @Dependency(id = "placeholderapi", optional = true) })
59+
@Plugin(id = "multichat", name = "MultiChat", version = "1.9.4", dependencies = { @Dependency(id = "placeholderapi", optional = true) })
6060
public class MultiChatLocalSpongePlugin {
6161

6262
@Inject
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MultiChat
22
main: xyz.olivermartin.multichat.bungee.MultiChat
3-
version: 1.9.3
3+
version: 1.9.4
44
author: Revilo410
55
api-version: 1.16
66
softdepends: [PremiumVanish]

multichat/src/main/resources/chatcontrol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# DON'T EDIT #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
# 1. Chat Control Rules

multichat/src/main/resources/chatcontrol_fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# NE PAS EDITER #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
# French Translation by Nogapra - Thank you !

multichat/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# DON'T EDIT #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
# 1. General

multichat/src/main/resources/config_fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# NE PAS EDITER #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
# French Translation by Nogapra - Thank you !

multichat/src/main/resources/joinmessages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# DON'T EDIT #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
############################################################

multichat/src/main/resources/joinmessages_fr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
##################
1010
# Ne pas éditer #
11-
version: "1.9.3" #
11+
version: "1.9.4" #
1212
##################
1313

1414
# French Translation by Nogapra - Thank you!

0 commit comments

Comments
 (0)