VelocitySlots
Minecraft Velocity plugin that fakes max slots in the server MOTD
- Загрузки
- 224
- Подписчики
- 0
- Обновлён
- 19 августа 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 16 августа 2025 г.
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 + offsetas max slots. - STATIC mode: Always show a fixed maximum slot number.
- Configurable via
config.yml.
Installation
- Place the
VelocitySlots.jarin yourplugins/folder. - Start Velocity — a default
config.ymlwill be generated automatically. - Stop Velocity and edit
plugins/VelocitySlots/config.ymlas needed. - 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
Ченджлог
1.0.3Релиз1.21.6, 1.21.7, 1.21.8 · 19 августа 2025 г.
What's Changed
- Add bungee support by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/5
Full Changelog: https://github.com/Bedwarsia/VelocitySlots/compare/v1.0.2...v1.0.3
This release adds BungeeCord support
1.0.2Релиз1.21.6, 1.21.7, 1.21.8 · 17 августа 2025 г.
What's Changed
- add java version warning by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/4
Full Changelog: https://github.com/Bedwarsia/VelocitySlots/compare/v1.0.1...v1.0.2
Added an Java version warning, if you are on any java version between Java 17 and Java 20 (included), you will recieve a warning tell you to update to Java 21.
1.0.1Релиз1.21.6, 1.21.7, 1.21.8 · 16 августа 2025 г.
What's Changed
- Merging dev to main by @Komas19-new in https://github.com/Bedwarsia/VelocitySlots/pull/1
Full Changelog: https://github.com/Bedwarsia/VelocitySlots/compare/v1.0.0...v1.0.1
Most of the plugin has been redone Theres now a system where the config auto-updates after an update UNLIMITED was deleted, please use STATIC now, and just put an high number FAKE was renamed to DYNAMIC
Please backup your config before updating, as it may break.
1.0.0Релиз1.21.6, 1.21.7, 1.21.8 · 16 августа 2025 г.
First build
Комментарии
Загружаем…