npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@the-bds-maneger/bdsd

v1.0.1

Published

Daemon and CLI to maneger You Minecraft Server

Downloads

7

Readme

The new BDSd

A unified way to manage multiple Minecraft java and Bedrock servers inside the container or locally.

What's is BDSd

BDSd is 'B'e'd'rock 'S'server 'd'aemon, but it not only manages Bedrock, also java and derivatives as it ended up becoming a global platform to manage Minecraft Servers

Install BDSd

  • npx: npx @the-bds-maneger/bdsd
  • Windows: npm install -g @the-bds-maneger/bdsd
  • MacOS/Linux: sudo npm install -g @the-bds-maneger/bdsd
  • Android/Termux: npm install -g @the-bds-maneger/bdsd

Migrate Container/bds-cli to new BDSd

I know that sudden changes are bad, but it always comes with improvements.

the Bds Cli folks can get pretty used to it as most commands will be preserved inside the local bdsd.

the Container folks will have to make a big change because they haven't been updated for more than two major Bds Maneger core updates, sorry but you'll have to manually migrate your container because I don't know which version you stopped!

you will have to migrate using bdsd server migrate <PATH> and if you use mount volumes it has a different PATH than /data because THIS PATH is DEFAULT from servers from BDSd to containers and attach a shell inside the container in order to run bdsd server migrate <PATH>.

Daemon API

A faster way to manage Minecraft servers without having to crash your main terminal or leave a window open¹ to keep running your server.

Note

  1. You still need a way to leave the daemon service in the background as it is a service that exposes a Unix socket by default in the temporary system folder and can be changed with the BDSD_SOCKET ENV or the --socket option when starting the service.

  2. The Container folks will have to get used to the new API standard which is located in the /v2 (alias to /) and /v1 (deprecated use /v2) routes.