Skip to content

Commit

Permalink
Merge pull request #5 from NIANIANKNIA/dev
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
NIANIANKNIA committed Jul 19, 2023
2 parents d8a7fba + f342ccf commit 736589e
Show file tree
Hide file tree
Showing 24 changed files with 976 additions and 1,733 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@
!CHANGELOG.md
!LICENSE
!README-EN.md
!README.md
!README.md

/NIAHttpBOT/*
!/NIAHttpBOT/header/
!/NIAHttpBOT/src/
!/NIAHttpBOT/CMakeLists.txt

20 changes: 11 additions & 9 deletions CHANGELOG-PRE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
# v1.3.0-pre-5 更新日志
# v1.3.1-pre-2 更新日志

[![BDS VERSION](https://img.shields.io/badge/BDS-1.20.10.02-green?style=for-the-badge&logo=appveyor)](https://www.minecraft.net/en-us/download/server/bedrock)
[![LiteLoader VERSION](https://img.shields.io/badge/LiteLoader-2.14.1-green?style=for-the-badge&logo=appveyor)](https://github.com/LiteLDev/LiteLoaderBDS/releases/)

**版本说明:本次script-api出现部分变动,与老版本不相兼容,请及时更新本版本!**

> 预发布版本提醒:这是一个预览版本,可能存在一些bug,仅供测试,请勿在正式生产环境使用本版本!
## 新增

全新的NIAHttpBOT!基于c++编写,相比旧方案内存占用更小,性能更好!(特别感谢[**@jiansyuan**](https://github.com/jiansyuan)在编写中给予的帮助!)
1.NIAHttpBOT新增部分API(具体使用方法请前往**NIA服务器官方文档站**查看)

## 优化
- `/CheckFile`
- `/RunCmd`
- `/WriteLineToFile`
- `/OverwriteFile`
- `/CheckDir`

1.由于qq机器人暂时不稳定,在找到稳定的解决方案前暂时停止qq机器人的使用
2.NIAHttpBOT新增配置文件

2.自本版本之后,**停止对NIA-Server-BOT的更新与维护**,转而使用全新的**NIAHttpBOT**实现对原有功能的替代。
3.行为包现在可以自动检查是否为最新版本了

## 修复
## 优化

回收商店系统部分商品无法回收的bug
NIAHttpBOT部分情况下报错信息更加详细

**配置说明:您可以前往[NIA服务器官方文档站](https://docs.mcnia.top/zh-CN/deploy.html)查看具体部署过程!**

48 changes: 10 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,53 +5,25 @@

**版本说明:本次script-api出现部分变动,与老版本不相兼容,请及时更新本版本!**

## 适配

BDS && Minecraft BedRock-1.20.10.02

Liteloader 2.14.1

## 新增

1.全新的NIAHttpBOT!基于c++编写,相比旧方案内存占用更小,性能更好!(特别感谢[**@jiansyuan**](https://github.com/jiansyuan)在编写中给予的帮助!)
1.NIAHttpBOT新增部分API(具体使用方法请前往**NIA服务器官方文档站**查看)

2.玩家交易市场部分功能(制作中,预计将在v1.4.0发布正式版)
- `/CheckFile`
- `/RunCmd`
- `/WriteLineToFile`
- `/OverwriteFile`
- `/CheckDir`

已完成模块:
2.NIAHttpBOT新增配置文件

- 玩家上线市场逻辑(服务器本地)
- 玩家上线物品依赖服务器存储数据
- 玩家可以初步查看市场商品
3.行为包现在可以自动检查是否为最新版本了

## 优化

1.由于qq机器人暂时不稳定,在找到稳定的解决方案前暂时停止qq机器人的使用

2.自本版本之后,**停止对NIA-Server-BOT的更新与维护**,转而使用全新的**NIAHttpBOT**实现对原有功能的替代。

3.飞行系统授权码算法优化 [**@jiansyuan**](https://github.com/jiansyuan)

4.优化商城id生成逻辑

## 修复

1.商店系统&&回收系统无法正常购买&&回收的bug

2.传送系统无法正常同意的bug

3.转账系统无法正常使用的bug

4.飞行系统无法正常验证的bug

5.玩家上架物品时不填写详细项目仍可以正常上架的bug

6.玩家上架物品不为物品最大数量时显示仍为最大数量的bug

7.在部分情况下无法正常上架商品的bug

8.每晚12点更新时传送指令的错误
1.NIAHttpBOT部分情况下报错信息更加详细

9.(llse)扫地机插件无法正常恢复被扫物品的bug
2.正式移除`NIA-Server-BOT`项目及其所有文件

**配置说明:您可以前往[NIA服务器官方文档站](https://docs.mcnia.top/zh-CN/deploy.html)查看具体部署过程!**

26 changes: 0 additions & 26 deletions NIA-Server-BOT/index.html

This file was deleted.

Loading

0 comments on commit 736589e

Please sign in to comment.