mirror of
https://github.com/ZeroDream-CN/PHPMC7
synced 2024-11-27 14:52:52 +08:00
Translation improvements
This commit is a fix for some of the grammatical issues to improve readability.
This commit is contained in:
parent
31bcaf3606
commit
4d2cf3f452
24
README.md
24
README.md
@ -5,27 +5,27 @@ Are you still looking for a simple and convenient Minecraft Server Manager? PHPM
|
|||||||
|
|
||||||
中文介绍 ReadMe:[[README_CN.md]](https://github.com/kasuganosoras/PHPMC7/blob/master/README_CN.md)
|
中文介绍 ReadMe:[[README_CN.md]](https://github.com/kasuganosoras/PHPMC7/blob/master/README_CN.md)
|
||||||
|
|
||||||
> PHPMC 7 is a Powerful Minecraft Server Manager, Developed by Akkariin
|
> PHPMC 7 is a powerful Minecraft Server Manager developed by Akkariin
|
||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
Hello, I am Akkariin, this is my first Minecraft server manager project.
|
Hello, I am Akkariin. This is my first Minecraft server manager project.
|
||||||
|
|
||||||
I always wanted to build a Minecraft server manager a long ago, so I recently spent some time to develop the fascinating PHPMC 7 Minecraft server management panel.
|
I always wanted to build a Minecraft server manager a long ago, so I recently spent some time on developing the fascinating PHPMC 7 Minecraft server manager panel.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
> 1. Complete Minecraft server management capabilities
|
> 1. Complete Minecraft server management capabilities
|
||||||
> 2. Runs on multiple platforms, it runs on Windows and Linux, even Android phones
|
> 2. Works on multiple platforms, it works on Windows and Linux, even Android phones
|
||||||
> 3. Supports multiple nodes and distributed daemons on different servers
|
> 3. Supports multiple nodes and distributed daemons on different servers
|
||||||
> 4. Supports FTP file transfer system
|
> 4. Supports FTP file transfer system
|
||||||
> 5. Supports Doker Containers(With some modifications on server starting command)
|
> 5. Supports Docker Containers(With some modifications on server starting command)
|
||||||
> 6. Supports any game that allows you to run your own server.
|
> 6. Supports any game that allows you to run your own server.
|
||||||
|
|
||||||
### Security & Performance
|
### Security & Performance
|
||||||
We do not use MD5 hashes because nowadays its possible to be reverse decrypted. We uses irreversible hashes like BCrypt.
|
We do not use MD5 hashing because nowadays its possible to be reverse decrypted. We use irreversible hashing function like BCrypt.
|
||||||
|
|
||||||
We uses JAVA I/O Stream to send commands and read & write logs, it makes the stream process more stable with higher efficiency.
|
We use JAVA I/O Stream to send commands and read & write logs, it makes the stream process more stable with higher efficiency.
|
||||||
|
|
||||||
PHPMC supports Docker to run servers, but it is not recommanded to use PHPMC 7 as commercial purposes.
|
PHPMC supports Docker to run servers, but it is not recommanded to use PHPMC 7 for a commercial purpose.
|
||||||
|
|
||||||
PHPMC supports privilege subdivision and almost every single operation can be controlled by privilege subdivision system.
|
PHPMC supports privilege subdivision and almost every single operation can be controlled by privilege subdivision system.
|
||||||
|
|
||||||
@ -35,14 +35,14 @@ PHPMC supports privilege subdivision and almost every single operation can be co
|
|||||||
* English: [https://demo.phpmc.cn/?lang=en_US](https://demo.phpmc.cn/?lang=en_US)
|
* English: [https://demo.phpmc.cn/?lang=en_US](https://demo.phpmc.cn/?lang=en_US)
|
||||||
* Russian: [https://demo.phpmc.cn/?lang=ru_RU](https://demo.phpmc.cn/?lang=ru_RU)
|
* Russian: [https://demo.phpmc.cn/?lang=ru_RU](https://demo.phpmc.cn/?lang=ru_RU)
|
||||||
|
|
||||||
The Demo username and password are `admin`
|
The demo username and password are `admin`
|
||||||
|
|
||||||
The demo is only for how the system work and layout demonstration.
|
The demo is only for you to see how the system works, and layout demonstration.
|
||||||
|
|
||||||
Demo does not frequently update to latest version. Please install the latest PHPMC to try out all features.
|
The demo does not always update to latest version. Please install the latest PHPMC to try out all features.
|
||||||
|
|
||||||
### Multiple languages
|
### Multiple languages
|
||||||
PHPMC 7 now supports multiple languages, and you can switch system languages from `en_US`, `zh_CN` and more languages in PHPMC 7 settings.
|
PHPMC 7 now supports multiple languages, and you can switch to system languages like `en_US`, `zh_CN` and more languages in PHPMC 7 settings.
|
||||||
|
|
||||||
More languages: https://github.com/kasuganosoras/PHPMC7-Multi-Language
|
More languages: https://github.com/kasuganosoras/PHPMC7-Multi-Language
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user