Language

VelocitySlots

Modrinth

Minecraft Velocity plugin that fakes max slots in the server MOTD

208 downloads updated 10mo ago
latest v1.0.3 Modrinth
Bungeecord Velocity 1.7.10 – 1.21.8 Utility

VelocitySlots

VelocitySlots is a simple Velocity (and BungeeCord) plugin that fakes the maximum player slots in your server’s MOTD.

  • Supports dynamic slot adjustment based on online players with an offset.
  • Can also be set to a static number or an “unlimited” mode.
  • Lightweight and requires no other plugin dependencies.

Features

  • DYNAMIC mode: Show online players + offset as max slots.
  • STATIC mode: Always show a fixed maximum slot number.
  • Configurable via config.yml.

Installation

  1. Place the VelocitySlots.jar in your plugins/ folder.
  2. Start Velocity — a default config.yml will be generated automatically.
  3. Stop Velocity and edit plugins/VelocitySlots/config.yml as needed.
  4. Restart Velocity to apply changes.

Configuration (config.yml)

# ----------------------------------------------------------
# VelocitySlots Configuration File
# ----------------------------------------------------------
# This file allows you to control the "max slots" displayed
# in your server list (the MOTD), without affecting the real
# number of online players.
#
# You can configure static numbers and dynamic slots.
# All settings here only affect the max players shown 
# to clients.
#
# Keep in mind, this is fake max slots, meaning if for
# example the max slots of your server is at 200 players,
# the limit will still work.
# ----------------------------------------------------------

# ------------------------
# MAX SLOTS MODE
# ------------------------
# Choose how the max slots should be displayed.
# Options:
#   DYNAMIC      -> max slots = online players + offset
#   STATIC    -> max slots = static-slots value
max-slots-mode: DYNAMIC

# ------------------------
# DYNAMIC MODE SETTINGS
# ------------------------
# Only used if max-slots-mode is set to DYNAMIC.
# The plugin will take the real online player count and
# add the offset. This makes the server appear fuller.
# Example: 50 players online + offset 10 => 50/60 shown
offset: 0

# ------------------------
# STATIC MODE SETTINGS
# ------------------------
# Only used if max-slots-mode is set to STATIC.
# This number will always be shown as the max slots in the
# server ping, regardless of the actual player count.
# Example: static-slots: 1 will show 20/1 if 20 are online
static-slots: 100

# ------------------------
# NOTES
# ------------------------
# 1. Only the max slots value is changed; online players
#    always display the real count.
# 2. Offset is ignored in STATIC modes.
# 3. Setting max-slots-mode: DYNAMIC with offset: 0
#    simply mirrors the current online count as max slots.
# 4. You can adjust these values at any time; the changes
#    will take effect immediately for the next server ping.

Example

If you have 50 players online and offset: 10 in FAKE mode:

MOTD: 50/60

Versions

Release
1.0.3
bungeecord, velocity · 1.7.10, 1.8, 1.8.1 · 10mo ago
## What's Changed * Add bungee support by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/5 **Full Changelog**:…
164
Release
1.0.2
velocity · 1.7.10, 1.8, 1.8.1 · 10mo ago
## What's Changed * add java version warning by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/4 **Full Changelog**:…
12
Release
1.0.1
velocity · 1.7.10, 1.8, 1.8.1 · 10mo ago
## What's Changed * Merging dev to main by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/1 **Full Changelog**:…
13
Release
1.0.0
velocity · 1.7.10, 1.8, 1.8.1 · 10mo ago
First build
19

Comments 0

No comments yet. Be the first to share your thoughts.

Download VelocitySlots

Files are served directly from the original source. Modgrid does not host or modify them.