Skip to content

6.10.9

Choose a tag to compare

@Mindgamesnl Mindgamesnl released this 28 Feb 01:03
· 139 commits to master since this release

Hey there folks!

January finally ended, so it's update time again! This one brings a few changes and fixes that have been requested quite a bit :)

Changelog

  • Voice Chat

    • Changed the default option for channels behaviour, new users were getting confused as to why they would not be able to hear someone while they are in a channel. The new default behaviour is that proximity voicechat will remain active while you have a channel selected. This can be turned off in the config.
    • VoiceChat Range (radius) has been relaxed, now accepting any value between 5 and 200 blocks (used to be 20-70)
    • Added API methods to manage moderation mode per client
    • image
  • Train Carts

    • Added two config options traincarts-mute-regions and traincarts-mute-speakers, which can be used to make traincarts media overwrite speakers and regions
    • Train media now always uses the ID train_audio, allowing you to stop media for players with a command (/oa stop @a train_audio)
  • Speakers

    • Fixed broken speaker behaviour on 1.20.4 and below (this change may also finally make speakers work on offlinemode/cracked servers, though I haven't tested this)
  • Misc

    • Fixed threading issues with shows on newer java versions