Skip to content

Releases: IndeedItzGab/DiscordCC

1.1.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:13

DiscordCC V1.1.3

  • Improvement with updating discord slash command by making it flexible in each updates and also to avoid delay in registrating a new commands.
  • Added messages.js file to easily customize most messages from this project.
  • Added an application form for ui-based registration, improving user-experience.
  • Added new discord slash command for the application form:
    • /form submission
  • Fixed a bug where a non-moderator user in discord can perform "reject" in registration forms.
  • Fixed a bug where /register discord command is not giving the expected result, making users confused in some particular cases.

V1.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 08:06

DiscordCC V1.1.2

  • Implemented Account Synchronization
    • Manual or automatic accepting gamertag registration.
    • Allow automatically add a specific role to a user once the application was accepted manually or automatically.
    • Implemented new discord slash commands:
      • /register [reason]
      • /gamertag
    • Implemented new minecraft slash commands:
      • /verify
      • /discord account
  • Fixed alex avatar not showing up, and steve avatar will be used as default player avatar.
  • Updated /player info for the connected discord account information.

V1.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:46

DiscordCC V1.1.1

  • This version would only work properly in Minecraft Bedrock Dedicated Server 26.30 or above
  • Handling gateway connection is updated to support the newest update in 26.30
    • Fixed double connection happening when HELLO code is not received
  • Added new alex avatar to be used as female identity using player arm size.
  • Renamed a few discord slash commands:
    • /list >> /player list
    • /shutdown >> /server shutdown
  • Added new discord slash commands:
    • /player info
    • /server info
    • /host
    • /player location

V1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 14:33

DiscordCC V1.1.0

  • Added new custom minecraft emojis for DiscordCC to use. Therefore, the pack will now use resource pack to improve user interaction in future updates.
  • Revamped announcement and discord message format
  • Added debug option in config file allowing users to debug their own.
  • Added in-game custom slash commands
    • /discord invite - Provide the discord invite link of the discord server.
  • Users are no longer required to manually put the webhook url to the configuration file, the discord bot will do it for you.
  • Revamped way of messaging to discord for all events except players chat. While player chat still use webhook for unqiue message identication, events like death, joined, left, and server status will send message through the discord bot itself instead of webhook.
  • Revamped API handler, please check references for more information.
  • Improvement with handling gateway connections. We will no longer try to resume the previous session since it is currently impossible due to script engine limitation.
  • New project icon

V1.0.9

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:41

DiscordCC V1.0.9

  • Fixed unstable connection handshake, causing multiple gateway running and looped connections reported by @orweewee
    • Known Issue (NOT FIXED): Session resuming is not currently working properly because we cannot close the gateway with specified close codes. However, I would try to make an alternative approach to make this work. Therefore, some events could get skipped, such as messages from discord was not sent in the server, or slash command did not respond for a certain moment.
  • Fixed shutdown message not sending to the discord channel.
  • Added new discord slash commands:
    • /command <command> - Execute a minecraft bedrock command through discord.
    • /kick <player> [reason] - Kick a certain player through discord.
    • /op <player> - Give the op permissions to a certain player.
    • /deop <player> - Remove the op permissions from a certain player.
    • /shutdown - Stop/shutdown the server through discord.

V1.0.8

Choose a tag to compare

@github-actions github-actions released this 22 May 13:53

DiscordCC V1.0.8

  • This version only supports Minecraft: Bedrock Edition 1.26.20 or later.
  • The system now use the new network feature called "websocket" to listen discord event(s), such as messages, and slash commands interactions.
  • Fixed several bugs in API handler, not detecting messages from discords, and more.
  • Refactored some codes avoiding code repetition.
  • New configuration options were added.
  • Added new discord slash commands
    • /kick <player> [reason] - Kick a specific player through discord slash command.
    • /announce <content> - Send an announement in both discord channel and minecraft server.
    • /list - List all online players in the minecraft server
  • Added Discord bot presence and activity (no purpose for now)

V1.0.7

Choose a tag to compare

@github-actions github-actions released this 25 Dec 15:42

DiscordCC V1.0.7

  • Prevent players from pinging @here and @everyone in their messages.
  • Use steve's head in players' chats.
  • Players in-game will now see who were the person in discord is replying to.
  • Fixed where some discord users' name is null in-game.

V1.0.6

Choose a tag to compare

@github-actions github-actions released this 09 Nov 06:30

DiscordCC V1.0.6

  • The pack will now automatically support manifest updates. Therefore, this pack supports minecraft bedrock (1.21.120) and above without further manual manifest updates.

V1.0.5

Choose a tag to compare

@github-actions github-actions released this 17 Oct 09:48

DiscordCC V1.0.5

  • Fixed compatibility issues with Minecraft 1.21.111 and above.
  • Fixed compatibility issue with other packs made by me.

V1.0.41

Choose a tag to compare

@github-actions github-actions released this 16 Aug 02:52

DiscordCC V1.0.41

  • Updated to support the latest version of Minecraft: Bedrock Edition.