Releases: Pete9xi/ThirdEye
ThirdEye v1.0.11
ThirdEye v1.0.10
Release Notes - Version 1.0.10
Bug Fixes
- Fixed formatting issues for Paradox v5.0.0+
- Added missing entities from the deathMessage Listener this will now report back to discord the correct entity name formatted correctly.
ThirdEye v1.0.9
Release Notes - Version 1.0.9
Bug Fixes
- Critical Fix: Resolved a TypeError [ERR_INVALID_ARG_TYPE] that occurred during message processing. The error was caused by an undefined field being passed to the queue function.
ThirdEye v1.0.8
Small update allowing users to run minecraft slash commands via the anticheat log channel. For example !/gamemode c pete9xi
will run the command to update the players game mode, this allows you to also access the built in allow list for whitelisting players.
Support for 1.21 Update
ThirdEye v1.0.7
Update to support 1.20.60, due to the changes in paradox i have updated the packet type in the chat listener form json_whisper to json. standard chat packets have not been effected.
ThirdEye v1.0.6
This is a small patch to prevent join messages being sent to discord multiple times, for the time being this update disables the join message with the users device OS information. This maybe resolved in a future update.
ThirdEye v1.0.5
ThirdEye has had a few fixes and changes since the last release here is a break down of the changes:
Fix for a small bug where blank messages would be sent to discord, these will now be ignored, you should no longer see any blanks messages in discord.
Authentication: ThirdEye will now store authentication tokens in a folder called 'authentication_tokens' If you were to link the wrong account to ThirdEye this can now be cleared by deleting the three files in the folder and then changing the email address in conifg.js
Introducing Voice Channels
One feature added to ThirdEye is to allow your player base to create a private voice channel in game by running a command in the minecraft chat window, this will create a VC that is locked down to those members however admins with the voiceAdminRoleID will be able to see all created voice channels. Once all the members leave the channel it gets deleted, the command allows a number of members to be added and is not restricted.
Limitations Due to the restrictions within the DiscordAPI a member has to be in current voice channel in order to be automatically moved into a new private channel. The recommendation is to create a voice channel called Lobby for example, then in the channel permissions disable the permissions to speak this will mute all members and when they are moved to a private channel they will be un-muted.
Example Command $createVoiceChannel MyCoolVC Pete9xi PlayerA PlayerB
This will then create a private channel where the members are then added and are provided the required permissions they will then all be moved from the Lobby channel and un-muted. Other members are unable to see the voice channel.
Invite Command
Once you are in a private channel you can add another member if required.
$invite MyCoolVC Pete9xi
This command can not be used to force entry into a private channel.
ThirdEye v1.0.4
Small HotFix for !help command, which will no longer cause the script to crash. Also a small fix for the clearlag messages being sent to the main in game channel when its should be logging to the anticheat logs channel.
ThirdEye v1.0.3
Small update to support paradox 3.3.0 with the formatting code changes, this prevents messages that should not be in the normal game channel, they will now be sent to the logs channel.
ThirdEye v1.0.2
Resolve issue with import error in start.js