Skip to content

v1.4.2

Latest
Compare
Choose a tag to compare
@InnateAlpaca InnateAlpaca released this 19 Sep 14:21
· 4 commits to main since this release

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