Logo
Explore Help
Register Sign In
go-bds/Maneger
Archived
2
0
Fork 0
You've already forked Maneger
Code Issues Pull Requests Actions Releases 71 Wiki Activity

71 Releases 75 Tags

RSS Feed
  • v1.9.2 a68830f134
    Compare

    Fix and More, v1.9.2 Stable

    Sirherobrine23 released this 2021-05-07 02:43:46 +00:00 | 863 commits to main since this release

    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.

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.9.0 cd63ac231f
    Compare

    v1.9.0 Stable

    Sirherobrine23 released this 2021-04-24 00:40:08 +00:00 | 894 commits to main since this release

    Publish new scripts and fix Errors

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.8.3 68db8897a7
    Compare

    v1.8.3 Stable

    Sirherobrine23 released this 2021-04-02 02:01:53 +00:00 | 955 commits to main since this release

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.8.1 35c805e635
    Compare

    Telegram Bot Fix Stable

    Sirherobrine23 released this 2021-03-26 21:25:32 +00:00 | 970 commits to main since this release

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.8.0 a2ff279b4f
    Compare

    new Telegram bot (So modifications) Stable

    Sirherobrine23 released this 2021-03-26 19:42:14 +00:00 | 972 commits to main since this release

    • new telegram bot
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.1 57b9749948
    Compare

    v1.7.1 Stable

    Sirherobrine23 released this 2021-03-24 14:54:11 +00:00 | 976 commits to main since this release

    • Fix
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.7.0 1e3c496960
    Compare

    v1.7.0 Stable

    Sirherobrine23 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.6.1 9b10f81b0f
    Compare

    1.6.1 Stable

    Sirherobrine23 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v1.2.1 4dd384c0ba
    Compare

    New API rest funtions Stable

    Sirherobrine23 released this 2021-01-10 01:26:06 +00:00 | 1159 commits to main since this release

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 1f256c8ad0
    Compare

    Bds Maneger API status Stable

    Sirherobrine23 released this 2021-01-09 03:00:04 +00:00 | 1160 commits to main since this release

    Init do bds maneger api status

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.0 03b923f6db
    Compare

    Telegram Enable Stable

    Sirherobrine23 released this 2021-01-08 23:35:32 +00:00 | 1161 commits to main since this release

    O 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 Next Last
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API