2025.2 has been released!
Check it Out!
Bit
Bit Source CodeBug & Suggestion Tracker
Bit Changelogs: español
  • Bit
  • Docs
  • Bit Plugins
  • Bit Changelogs
  • Bit Hosted
  • Bit Changelogs
  • Bit
    • 2025.2
    • 2025.1
    • 2024.2.1
    • 2024.2
    • 2024.1.2
    • 2024.1.1
    • 2024.1
    • 5.2.3
    • 5.2.2
    • 5.2.1
    • 5.2.0
    • 5.1.0
    • 5.0.0
Powered by GitBook
LogoLogo

Copyright 2018-2026 Lockyz Media

On this page
  • Additions
  • Changes
  • Downloads

Was this helpful?

  1. Bit

2024.1

Additions

  • Plugins can now run code on launch

  • Plugin IDs

    • This will be used in the future to prevent two different plugins doing the same thing from running at the same time.

  • Commands can now be user installable

  • Commands now have cooldowns

  • MANY new plugin.json options

    • id - REQUIRED and MUST be in kebab-case

    • hasIndex - Whether a plugin runs code on startup

    • mainFile - The file to run at startup

    • list_in_plugins_command - Whether a plugin can be listed in the plugins slash command

    • requirements - The start of the requirements system, currently only works for Bit itself.

Changes

  • update.json formt has been updated

    • ALL options are now in snake case

    • Deprecated the downloadLink, latest, and version specific fields, now the file only needs a download_link and bit_versions which is arrayed to include the version number options

  • Other Changes

Downloads

If you made a plugin for Bit, please follow this guide: Updating to Bit 2024.1

If you simply use bit and would like to update, please follow this guide: Updating Bit

Download: GitHub

Was this helpful?