BETA 7.0 (Stability & performance improvements)
BETA 7.0-PRE2 (Bugfixes & improvements)
- Code cleanup on admin-commands part
- Slight performance improvements
- Anti-Piracy improvements
IN ORDER TO UPDATE YOUR SERVER-CORE, PLEASE EXECUTE /ps admin update
- Fixed issues with PlayerServerCore with /bukkit:reload & similar
- Now, we're disabling /restart too
- Fixed an issue where start.sh was being created on every sub-server even tho we now use Launcher.jar
BETA 7.0-PRE1 (Fallback servers, Smart Command & Database improvements)
Config changes (add blocks below to your config.yml):
- This update contains major performance & stability improvements on our Database handler.
- Added useSSL option (#22)
- Added connection timeout
- Added Smart command. You can read more about it here (#21)
- Added fallback balancer. It will basically teleport the player to the lobby with the lowest amount of players after player-server shuts down (#16)
- General plugin stability & performance improvements
- (HOTFIX) Fixed MC-Market anti-piracy issues
Code:# Please enter your MySQL information below. mysql: useSSL: true
Code:# Where should players be moved after they /stop or /ps kill their server? balancer: - Hub1 - Hub2
Code:# Should we enable smart /ps command? You can find more info about it here: # https://gitlab.com/OpenSource02/playerservers/-/issues/21 smart-command: false
BETA 7.0-PRE1 (Fallback servers, Smart Command & Database improvements)
Config changes (add blocks below to your config.yml):
- This update contains major performance & stability improvements on our Database handler.
- Added useSSL option (#22)
- Added connection timeout
- Added Smart command. You can read more about it here (#21)
- Added fallback balancer. It will basically teleport the player to the lobby with the lowest amount of players after player-server shuts down (#16)
- General plugin stability & performance improvements
- (HOTFIX) Fixed MC-Market anti-piracy issues
Code:# Please enter your MySQL information below. mysql: useSSL: true
Code:# Where should players be moved after they /stop or /ps kill their server? balancer: - Hub1 - Hub2
Code:# Should we enable smart /ps command? You can find more info about it here: # https://gitlab.com/OpenSource02/playerservers/-/issues/21 smart-command: false
- Fixed issues with /ps admin update printing "The update process is now finished." for each subserver
- General stability & performance improvements
If you're updating from 5.0, please read our instructions here.
CONFIG CHANGES (REMOVE THIS LINE):
- Removed online-mode option, as I forgot that all sub-servers under BungeeCord network must be online-mode: false anyways
Code:online-mode: false
BETA 6.0 release
BETA 6.0-PRE4
- Stability improvements
- Performance improvements
- FULL GUIDE ON HOW TO UPDATE: COMING Jun 18, 5 PM, CEST
- EDIT: FULL GUIDE HAS BEEN RELEASED HERE
BETA 6.0-PRE3
- Fixed small config-related issues
- Finally published on Minemen
WARNING: Execute /ps admin update in order to update PlayerServerCore.
- Added an option to limit plugins per server (the permission is playerserver.plugins.<amount> or playerserver.plugins.unlimited - for an unlimited amount of plugins)
- Slightly optimized server creation process.
CONFIG CHANGES:
KEEP IN MIND THAT 6.0 IS HIGHLY EXPERIMENTAL AND SHOULD NOT BE USED ON PRODUCTION SERVERS. THIS IS THE LAST EXPERIMENTAL BUILD, AND TOMORROW, A STABLE ONE SHOULD BE RELEASED.Code:ADDED: plugin-limiting: # Should we use permissions for max-plugins management? If set to true, your # players should have playerserver.plugins.<amount>. The max amount of plugins # that you could give to a single server is 20000. You can also give them # playerserver.plugins.unlimited - for unlimited plugins. If the player # has no permission, he'll be able to have unlimited players. # # NOTE: If you use permissions, and you change player's permissions, # their server will need to reboot in order for changes to take place. use-permissions: false # What is the max players each server should have? max-plugins-per-server: 20
BETA 6.0-PRE2
This update was originally planned to include a new feature to limit the amount of plugin each sub-server could have. However, due to my resource being rejected from SpigotMC due to the redistribution of Spigot jars, I had to implement BuildTools. Well, there's nothing major in this update, except, now, Spigot.jar will no longer be downloaded from our servers, but it will be built using BuildTools. That being said, please add the following to your config.yml:
Code:build-tools: # Should we log build-tools console output? Highly recommended to set # to true, as it will help me a lot with potential issues. build-tools-debug: true # What version should we build for PlayerServers? # Do "latest" for latest, do "1.8.8" for 1.8.8, etc. # If you want to change the sub-servers version, # you will have to delete templates/Spigot.jar first, # and than reboot the server. Btw, it is highly # recommended to use 1.8.8 for sub-servers. build-version: "1.8.8"
BETA 6.0-PRE1
Please execute /ps admin update in order to update PSServerCore
- Added option to limit players per sub-server.
- Added permission to limit players per server: playerserver.players.<amount-between-1-and-100000>
- Server Creation is now completely async
Config changes:
Code:ADDED: player-limiting: # Should we use permissions for max-players management? If set to true, your # players should have playerserver.players.<amount>. The max amount of players # that you could give to a single server is 100000. You can also give them # playerserver.players.unlimited - for unlimited players. If the player # has no permission, he'll be able to have unlimited players. use-permissions: false # What is the max players each server should have? max-players-per-server: 20
I'm so sorry for this update SPAM. There's a problem with anti-piracy, and the only way to test it is by spamming updates. This will hopefully not happen in the future
The plugin is now on 45% sale, and is available for just 4.5€
- Fixed bug where /ps admin delete was not removing the server from Bungee Config
- Fixed bug where /ps admin delete was not proceeding with the deletion if it had to forcefully kill the server
- Drastically optimized admin commands
- The plugin will now check if Screen is installed, and make a warning message on boot if it's not
- The plugin will now check if Launcher.jar is copied successfully before proceeding with the boot-up process
- Players will no longer be able to create sub-servers if the capacity is reached
- Improved obfuscation
- More things that I possibly forgot to mention
The sale ends in 2 days, after which the price of the plugin will rise to 10€