https://github.com/whitepaper233/mcdr-size-plugin
Use command to get your server's save size.
https://github.com/whitepaper233/mcdr-size-plugin
Last synced: over 1 year ago
JSON representation
Use command to get your server's save size.
- Host: GitHub
- URL: https://github.com/whitepaper233/mcdr-size-plugin
- Owner: WhitePaper233
- License: gpl-3.0
- Created: 2020-07-31T08:59:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T09:18:12.000Z (almost 6 years ago)
- Last Synced: 2023-08-29T02:58:46.144Z (almost 3 years ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCDR-Size-Plugin
Use command to get your server's save size.
用一条指令来获取您服务器存档的大小!
Pass in Windows10 and Centos8.
在 Windows10 和 Centos8 系统下测试通过.
------
## How to install it?如何安装它?
Download the last release and put it in "plugins"(in your MCDR folder)
下载最新的release然后将其放在你MCDR目录下的“plugins”文件夹中即可
## How to use it?如何使用它?
Type command "!!getsize" in game if you haven't changed anything.
如果你没有更改任何东西,在游戏中输入“!!getsize”指令
## How to change command?如何更改指令?
1.Open "Size.py" file
打开“Size.py”文件
2.Change line8
更改第8行的内容
Example:
例子:
Change this
将这个
```python
command = '!!getsize'
```
To:
更改为:
```python
command = '!!save size'
```
Then you can use "!!save size" to get your server's save size.
然后你就能使用“!!save size”获取服务器存档大小了
------
## Q&A:
1.Q:Why not support Bukkit / Spiogt?
A:
2.Q:Multi-Language?
A:No.