Coder Social home page Coder Social logo

mcserverm's Introduction

Minecraft Server Side Manager

一个Minecraft 服务端管理工具。

环境

NodeJS v14.17

启动

  1. 在项目根目录下安装依赖,执行 npm install
  2. 运行命令 npm run start

备份模块

须在MC服务器开启的前提下使用

/backup <tips>

备份命令

  • tips,必填,当前备份的备注

/slot_list

显示当前服务器的备份列表

/rollback <index>

回滚

  • index,必填,根据 /slot_list 命令中的 index_number ,回滚到对应的备份

To-do List模块

须在开服的前提下使用

/gugu <sub_cmd>

  • sub_cmd:
    • list: 展示所有待办事项
    • add <to_do>: 添加待办事项
    • done <to_do>: 完成待办事项

TO DO

  1. 尝试完成Forge的一键安装
  2. 优化日志输出
  3. 尝试添加UI模块
  4. 优化请求超时问题,添加缓存

欢迎捉虫!┌(。Д。)┐

Version: 1.0.0

  • 提供命令行管理方式
  • 提供原版和Fabric服务端的自动化下载(需手动确定版本号)
  • 提供服务端的备份管理,包括对配置文件、存档的打包及回滚
  • 记录执行命令历史

mcserverm's People

Contributors

newive avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mcserverm's Issues

加个咕咕list功能?

  • 用途
    用来给老鸽子放卫星
  • 客户端调用
/gugulist add [your_gugugu_here]
/gugulist done [gugugu_you_have_done]
  • 服务端调用
{
    "cmd": "gugugu",
    "args": [
        "add" | "remove",
        [gugugu]
    ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.