Permission-based RAM
Learn how to make a permission-based RAM system for your players
Introduction
Tutorial
ram-limiting:
# Should we use permissions for ram management? If set to true, you MUST give
# your players permission playerserver.ram.<amount> (ex: playerserver.ram.512)
# or, else, the command will be blocked, and player will not be able to create
# the server. If set to false, everyone will have ram-per-server amount of RAM.
use-permissions: true
# How much RAM (in MB) should we allocate to each of the PlayerServers?
ram-per-server: 512/lp group default permission set playerserver.ram.512Last updated