Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Releases: Sirherobrine23/bdsManeger

Fix and More, v1.9.2

07 May 03:53
a68830f
Compare
Choose a tag to compare

like all projects we have, mistakes to fix, vulnerabilities to fix, and new features that won't make anyone happy.

  • a new server for Minecraft Bedrock has been added to the family, welcome JSPrismarine.

  • we modified the entire start of basic_service.js now it will return new functions:

  1. start().log(callback)
const server = bds.start()
server.log(function (data){
   fs.writeFileSync("/tmp/LogTest.log", data)
   if (data.slice(-1) === "\n") data = data.slice(0, -1)
   console.log(data)
})
  1. start().command(string, callback)
   const server = bds.start()
   server.command("list", log => alert(log))
  • a new script to download from the servers.
  1. you can now force the installation if you have already done so. example bds.download (" latest ", true), bds.download (" 1.16.5 ", false)
  • now it will not be necessary to restart the entire project in order for a new configuration to take effect, as they will be requested at the time of execution.

  • Rest API

  1. entered Alpha, adding maps directly via a post in our api.

  2. now /info will give a summary of the system and the server.

  3. now most of the requests are responding with JSON.

now you have a script to check if wget/curl is installed because we don't have a fetch.sync yet

  • initial support for termux (Android), some features may fail or not work properly.

  • a Docker image is under construction for the general functioning of the servers.

  • replacing some dependencies made by the project itself.

v1.9.0

24 Apr 00:41
Compare
Choose a tag to compare

Publish new scripts and fix Errors

v1.8.3

02 Apr 02:02
Compare
Choose a tag to compare
push 1.8.3

Telegram Bot Fix

26 Mar 21:26
Compare
Choose a tag to compare
v1.8.1

actions error

new Telegram bot (So modifications)

26 Mar 19:43
a2ff279
Compare
Choose a tag to compare

v1.7.1

24 Mar 14:56
Compare
Choose a tag to compare
  • Fix

v1.7.0

24 Mar 02:40
Compare
Choose a tag to compare
  • In this version we have minor modifications in downloads.js to skip the installation if it is already installed.

  • The docker core image is now part of the core repository, and some modifications have been made to the docker image. more changes are planned for the next commit

  • some errors can still occur if the new configuration file is not updated, and this will have to be done manually

1.6.1

15 Mar 01:55
Compare
Choose a tag to compare
  • new download method.

  • the bds_users.json script has been updated, now the time when the player entered and left the server will be added.

  • the API has been merged into a single file, and now you will have to manually call the api. with api.log () and api.api () // api ().

  • the bds_maneger in the bin/ folder has been modified to call the api and an outgoing message from the server when calling the "stop" command.

  • New variables have been added to index.js.

  • the index.js now check the bds_user.json.

  • now users who connect to the server will be saved in bds_user.json within the root of the servers files.

  • in the next commit it will be necessary to activate the API via express.js manually.

New API rest funtions

10 Jan 01:31
Compare
Choose a tag to compare
v1.2.1

commit

Bds Maneger API status

09 Jan 03:02
Compare
Choose a tag to compare

Init do bds maneger api status