WARNING
:
This is a development build of the new upcoming version - v1.0-STABLE. It contains a lot of new features, but also a lot of bugs and issues, and is not recommended to be used in the production environment. Backing up the files is strongly recommended. Proceed with caution.
The first development build was catastrophically bugged to the point that it was completely misfunctioning and not working at all, so this one came a little earlier than expected. This one contains the two new highly wanted features: MultiNode support and the ability for players to rename their servers. Both need to be manually enabled in the config.
READ THIS: In order to proceed with this upgrade, you'll need to execute the following database update commands and don't forget to update or reset both config.yml and messages.toml:
Code (Text):
mysql -u root -p
Code (Text):
USE (your playerservers database name);
Code (Text):
ALTER TABLE PLAYERSERVERS ADD COLUMN NODE varchar(20);
Logs:
- Edited messages.toml. Please regenerate the messages config as if you use the older one, it may be empty or not working properly. You can find the new messages.toml here.
- Fixed an issue with messages that prevented the previous version from enabling and using any commands.
- Added multi-node: false and experimental-rename: false to the config.yml as experimental options
- PlayerServers MutliNode support is completed. You can sign up as a beta-tester on our Discord here
- Features
- Add an unlimited amount of nodes
- Load balancing - new servers will be created on the node with the smallest number of servers.
- Connections keys for authentification
- Lightning-fast communication between frontend and backend.
- Known issues
- /ps restart is not implemented yet
- There may be some issues with /ps remove where you may have to execute it more two times in order to have your server removed
- The online Server checker does not work. It will be possible to start an unlimited amount of servers.
- If the error happens in the creation, the player will not automatically be removed from the database.
- Poor error handling
- Performance improvements across the whole plugin.
- Added the option to rename Servers with /ps rename <new-name>. Experimental and needs to be enabled in the config.
WARNING
:
This is a development build of the new upcoming version - v1.0-STABLE. It contains a lot of new features, but also a lot of bugs and issues, and is not recommended to be used in the production environment. Backing up the files is strongly recommended. Proceed with caution.