-
Fix and More, v1.9.2 Stable
released this
2021-05-07 02:43:46 +00:00 | 863 commits to main since this releaselike 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:
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) })
start().command(string, callback)
const server = bds.start() server.command("list", log => alert(log))
- a new script to download from the servers.
- 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
-
entered Alpha, adding maps directly via a post in our api.
-
now
/info
will give a summary of the system and the server. -
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.
Downloads
-
-
v1.9.0 Stable
released this
2021-04-24 00:40:08 +00:00 | 894 commits to main since this releasePublish new scripts and fix Errors
Downloads
-
v1.8.3 Stable
released this
2021-04-02 02:01:53 +00:00 | 955 commits to main since this releaseDownloads
-
Telegram Bot Fix Stable
released this
2021-03-26 21:25:32 +00:00 | 970 commits to main since this releaseDownloads
-
released this
2021-03-26 19:42:14 +00:00 | 972 commits to main since this release- new telegram bot
Downloads
-
v1.7.1 Stable
released this
2021-03-24 14:54:11 +00:00 | 976 commits to main since this release- Fix
Downloads
-
v1.7.0 Stable
released this
2021-03-24 02:38:28 +00:00 | 981 commits to main since this release-
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
Downloads
-
-
1.6.1 Stable
released this
2021-03-15 01:52:36 +00:00 | 1005 commits to main since this release-
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.
Downloads
-
-
New API rest funtions Stable
released this
2021-01-10 01:26:06 +00:00 | 1159 commits to main since this releaseDownloads
-
Bds Maneger API status Stable
released this
2021-01-09 03:00:04 +00:00 | 1160 commits to main since this releaseInit do bds maneger api status
Downloads
-
Telegram Enable Stable
released this
2021-01-08 23:35:32 +00:00 | 1161 commits to main since this releaseO bot do telegram foi novamente reativado, também foi remodelado, algumas funções novas foram adicionadas ao Google Drive, e outas foram retiradas do Bot
Downloads