diff --git a/gradle.properties b/gradle.properties index 76696dd..c50cb81 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,6 +8,6 @@ yarn_mappings=1.20.1+build.1 JDA_version=5.0.0-beta.10 placeholder_version=2.1.0+1.19.4 -mod_version=3.4.1 +mod_version=3.4.2 maven_group=ml.spmc archives_base_name=SMPMod diff --git a/src/main/java/ml/spmc/smpmod/SMPMod.java b/src/main/java/ml/spmc/smpmod/SMPMod.java index 52468a3..c6a5c1a 100644 --- a/src/main/java/ml/spmc/smpmod/SMPMod.java +++ b/src/main/java/ml/spmc/smpmod/SMPMod.java @@ -65,7 +65,7 @@ public void onInitializeServer() { bot.awaitReady(); messageChannel = bot.getTextChannelById(ConfigLoader.MESSAGE_CHANNEL_ID); bot.getPresence().setPresence(OnlineStatus.DO_NOT_DISTURB, Activity.playing("Minecraft")); - MusicPlayer.playMusic(); + //MusicPlayer.playMusic(); messageChannel.sendMessage("Server has opened!").queue(); } catch (Exception e) { UtilClass.errorLog("Put Information into the Config"); diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a4d5799..1fe8a09 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "smpmod", - "version": "3.4.1", + "version": "3.4.2", "name": "SMPMod", "description": "", "authors": ["tcfplayz"],