Skip to content

Releases: InnateAlpaca/BedrockBridge

v1.4.2

19 Sep 14:21
Compare
Choose a tag to compare

BedrockBridge - v1.4.2 (compatible with 1.21.30 or later).

Changelogs

  • New commands
    • /echest to display ender-chest of a player
    • /server-stats to show TPS and entities counter
  • Enhanced ban-system, now fully operative, with internal database
  • Enhanced /stats command
    • xuid
    • discord name
    • device used
  • Bridge API
    • new addition to send messages from the world to discord anytime
    • added playerList property to bridge that gives access to all the names and ids of player who joined
    • added database class for persistent information in plugins
    • added mention property for ChatDownStream event, if the message is reply to another user
  • New console-only commands
    • scriptevent esploratori:player-list to list all the players that ever joined the server
    • scriptevent esploratori:ban-list to list all the players banned
    • scriptevent token:setup to setup the token from console
    • function esploratori/resetAll to delete the pack settings and references
    • function esploratori/use-in-game read settings from game-form
    • function esploratori/use-file read settings from json files
    • function esploratori/use-js read settings from in-pack js file

Fixes:

  • fixed issue for username with spaces in commands /kill or /kick
  • scoreboard entries shown in alphabetic order for /stats
  • added and placeholder for empty messages
  • Plugins:
    • fixed step-counter plugin
    • fixed TPS negative item count
    • death counter plugin now also counts pvp deaths

v1.3.11

13 Aug 19:39
Compare
Choose a tag to compare

BedrockBridge - v1.3.11 (compatible with 1.21.20 or later).

Changelogs

  • updated addon to Minecraft Bedrock 1.21.20

1.3.10

14 Jun 09:28
Compare
Choose a tag to compare

BedrockBridge - v1.3.10 (compatible with 1.21.0 and 1.21.2 or later).

Changelogs

  • updated addon to Minecraft Bedrock 1.21.0

v1.3.9

24 Apr 13:34
Compare
Choose a tag to compare

BedrockBridge - v1.3.9 (compatible with 1.20.80 or later).

Changelogs

  • updated addon to 1.20.80
  • minor stability improvements

v1.3.8

13 Mar 20:25
Compare
Choose a tag to compare

BedrockBridge - v1.3.8 (compatible with 1.20.70 or later)

v1.3.7

07 Feb 21:51
Compare
Choose a tag to compare

BedrockBridge - v1.3.7 (compatible with 1.20.60 or later)

Changelogs

  • updated addon to 1.20.60
  • fixed event embeds (that can be chosen as default from now on)

v1.3.6

03 Feb 08:59
367fdf2
Compare
Choose a tag to compare

BedrockBridge - v1.3.6 (compatible with 1.20.50 or later)

note: this is the only working release since 02/02/2024. Older versions require a manual fix to work.

Changelogs:

  • fix for version 1.3.5 enabling back connection to discord bot

v1.3.5-alpha

09 Dec 16:26
3ec5a9c
Compare
Choose a tag to compare
v1.3.5-alpha Pre-release
Pre-release

BedrockBridge - v1.3.5-alpha (compatible with 1.20.50 or later)

Changelogs:

  • update manifest for Minecraft Bedrock 1.20.50

Note this release doesn't change any part of the code, it's simply being released so to make easier to install the addon.

v1.3.4

09 Dec 15:00
bdcf222
Compare
Choose a tag to compare

BedrockBridge - v1.3.4 (compatible with 1.20.40 or later)

Changelogs:

  • update code for Minecraft Bedrock 1.20.40

v1.3.3

24 Sep 17:39
675c3de
Compare
Choose a tag to compare

BedrockBridge - v1.3.3-alpha (compatible with 1.20.30 or later)

Changelogs:

  • update code for Minecraft Bedrock 1.20.30
  • Bridge-API minor changes:
    • playerLeaveLog now provides player name and id, instead of the stale player object
    • Added methods to bedrockCommands
    • registerAdminCommand
    • registerTagCommand
    • bridge-prefix is now accessible through .prefix (readonly)