Language

DynamicPlayerCount

Modrinth

Changes player count on server list based on the pinged host on Velocity

431 downloads 3 followers updated 23mo ago
latest v1.0 Modrinth
Velocity 1.20.6 – 1.21.11 TechnologyUtility

Dynamic Player Count

Changes the Player Count on the Server List when pinged based on what host in pinged in your Velocity network, with posibility to set a max player count.

You need to map config.yml to match the servers from your network where you want to list a different Player Count.

Example configuration:

servers:
  - host: "play.server1.com"
    serverName: "server1"
    maxPlayerCount: false
    type: "dynamic"
    maxPlayers: 100
  - host: "play.server2.com"
    serverName: "server2"
    maxPlayerCount: false
    type: "static"
    maxPlayers: 50
debug: false

host is the host being pinged, and serverName is the server in your network where you want to take the player count. If a host is not mapped here, it will follow your Velocity configuration for player count (shows players in your entire network by default).

type is ignored if maxPlayerCount is set to false, and maxPlayers is ignored if type is set to dynamic

static sets the max player amount in your host to the maxPlayers number, while dynamic changes it to current players +1 (planning to add more functionality on the dynamic type)

This plugin has not been tested using different plugins setups. Please submit an issue if you encounter any problem with other plugins or in general

Versions

Release
1.0
velocity · 1.20.6, 1.21, 1.21.1 · 23mo ago
# v1.0 Release!! Added the possibility to change the max players count per host. ``` maxPlayerCount: false # Enable / disable type: "dynamic" # dynamic:…
240
Beta
0.3-SNAPSHOT
velocity · 1.20.6, 1.21 · 23mo ago
**This is a change of the config.yml file** You will need to rename, delete, or change `config.yml` to the following if you are updating (no needed for new…
60
Alpha
0.2-SNAPSHOT
velocity · 1.20.6, 1.21 · 24mo ago
Fixed dependencies versions Added an optional configuration for debugging: `loggingEnabled: false` by default
54
Alpha
0.1
velocity · 1.20.6, 1.21 · 24mo ago
77

Comments 0

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

Download DynamicPlayerCount

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