Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Releases: VoxlDevv/Bedrock-API

Stable 1.1.0

19 Jul 07:26
Compare
Choose a tag to compare

Bedrock API (1.1.0-stable)

Changelog

  • New
    • Built on top of Typescript
  • Changed
    • Database
    • AfterEvents
    • BeforeEvents
    • SystemEvents
    • Chat Ranks (Plugin)
  • Added
    • PlayerClass
      • needXpToLevelUp()
      • xpEarned()
      • getInventoryComponent()
      • getRawPlayerComponent()
      • Query(query)
    • Database
      • push(key, data)
    • Command (Plugin)
      • *Built-in
        • home, delhome, sethome, listhome

Release 1.0.2

13 Jun 13:40
Compare
Choose a tag to compare

Changelogs

Added

  • New Function (MS, World, ActiveForm)
  • New Class (AfterEvents, BeforeEvents, SystemEvents, World, Form, ErrorClass)
  • New PlayerClass class function (getItems, getRightItems, getEmptySlots)
  • New CommandRegistration class function (setInputs)

Changed

  • Changed manifest version to [1, 0, 2]
  • Changed help command style

Removed

  • Removed args in CommandClass

Fixed

  • Fixed CommandRegistration array
  • Fixed Typos
  • Fixed help command sort()

Known issues

  • For now, nothing

1.0.1-release

10 Jun 17:11
Compare
Choose a tag to compare

Changelogs

  • New Classes (EntityClass and ErrorClass)
  • New Formatter (rainbowText, metricNumbers, thousandsSeparator)
  • New Validation (isNull, isUndefined, isError)
  • New built-in Command (version, isOnline)
  • Added setPrefix() in CommandClass
  • Added Validation in some Class
  • Make PlayerClass extends EntityClass
  • Fixed typos and bugs in Class
  • Fixed isOnline in PlayerClass
  • Fixed built-in help Command

Known issues

  • CommandRegistration issues (affect to custom commands)
  • help command sort problem

Coming soon

  • New Utility (MS)
  • New Classes (EventClass)

1.0.0-release

09 Jun 16:52
Compare
Choose a tag to compare

Known bug

  • None.