jpenilla / MiniMOTD

Minecraft server/proxy plugin to set the server list MOTD using MiniMessage for formatting, supporting RGB colors.
https://modrinth.com/plugin/minimotd
MIT License
294 stars 32 forks source link

[Bug Report] fakeplayers not working on purpurmc #169

Closed Jannik44 closed 9 months ago

Jannik44 commented 9 months ago

Describe the bug it looks like only the fakeplayer functionality isnt working, the player count is still the same, max player modification and motd is working fine

To Reproduce use the default config file with changes to the fp options:

` MiniMOTD Main Configuration

Enable server list icon related features icon-enabled=true Enable MOTD-related features motd-enabled=true The list of MOTDs to display

Server Software and Version:

jpenilla commented 9 months ago

Unable to reproduce on Paper 1.20.4, between 3 and 6 are added to the player count randomly as expected.

Jannik44 commented 9 months ago

Unable to reproduce on Paper 1.20.4, between 3 and 6 are added to the player count randomly as expected.

i tried also with fake-players="30:60" but nothing shows up, is maybe the syntax wrong, do i have to add -random in front of the line or smth, or tabs and spaces mixed?

jpenilla commented 9 months ago
-        fake-players="25%"
+        fake-players="3:6"
         # Enable fake player count feature
-        fake-players-enabled=false
+        fake-players-enabled=true

This is the only change I made to the default config.

Jannik44 commented 9 months ago

okay, i found the issue, luckily its not a bug in your plugin its an issue with a functionality with SuperVanish because both plugins collide with each other at the player numbers, will inform the other developer, thanks for your help!