PlayerServers
  • 📘Overview
    • 🖥️PlayerServers - Overview
    • 🚀Plugin Installation Tutorial
      • 🛳️Adding a node
      • 🎁Templates
      • 📦Adding pre-defined plugins
    • 🌐Pterodactyl configuration
      • 🕊️Download custom wings
      • 🔓How to create tokens
      • ⛲Setting up plugins mount
    • 📜Current Config files
    • 📄Commands & permissions
    • 🚫Limitations
      • Permission-based RAM
      • Permission-based CPU
      • Max players limitation
      • Max plugins limitation
  • 👵Legacy (v2.x)
    • Updates
      • PlayerServers - General
      • v1.1 to v1.2
      • 8.0 to v1.0
      • 5.0 to 6.0
      • 3.7-D to 4.0
    • Basic instructions
    • Plugin management
    • Plugin Installation Tutorial
    • Editing config files
    • Current Config & Messages File
    • Permissions & Commands
    • Limitations
      • Permission-based RAM
      • Max players limitation
      • Max plugins limitation
    • Adding pre-defined plugins
    • Creating MySQL database
    • Additional Tutorials (FAQ)
    • Screen (accessing consoles)
    • Screen (advanced)
    • Templates
    • Multi-Node Support
    • Unofficial Video Tutorial
    • MC-Market Thread
  • 🛍️Buy
    • 🏪BuiltByBit
    • 🚿SpigotMC
  • 🔗Support Discord
Powered by GitBook
On this page
  • Introduction
  • Update process

Was this helpful?

  1. Legacy (v2.x)
  2. Updates

5.0 to 6.0

Previous8.0 to v1.0Next3.7-D to 4.0

Last updated 4 years ago

Was this helpful?

Introduction

6.0 was probably the biggest update yet, which requires some changes. You can read all of those on our MC-Market , in case you're updating between preview versions. In case you waited for the stable version, here are some info:

Update process

  1. Execute /ps admin update in order to update PlayerServerCore

  2. Add following three blocks to your config.yml file

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
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"
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
👵
post here