Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] fake Player count not spoofing. #182

Open
AceSurvival opened this issue Feb 20, 2024 · 1 comment
Open

[Bug Report] fake Player count not spoofing. #182

AceSurvival opened this issue Feb 20, 2024 · 1 comment
Labels
bug Something isn't working unconfirmed Issue not yet confirmed, needs triage

Comments

@AceSurvival
Copy link

Describe the bug
Basically player count spoofing is no longer working as of the latest velocity/latest minimotd.

To Reproduce
Have the same code. in main.conf

Expected behavior
A mathematical playercount spoof.

Screenshots
No need, playercount on server list is simply showing the real playercount and not the fake.

Server Software and Version:

  • Vendor: Velocity
  • Minecraft Version: 1.20.4
  • Output of /version command: Latest velocity.

Additional context

    # Should the displayed online player count be allowed to exceed the displayed maximum player count?
    # If false, the online player count will be capped at the maximum player count
    allow-exceeding-maximum=false
    # Setting this to true will disable the hover text showing online player usernames
    disable-player-list-hover=false
    # Settings for the fake player count feature
    fake-players {
        # Modes: add, constant, minimum, random, percent
        # 
        # - add: This many fake players will be added
        #     ex: fake-players="3"
        # - constant: A constant value for the player count
        #     ex: fake-players="=42"
        # - minimum: The minimum bound of the player count
        #     ex: fake-players="7+"
        # - random: A random number of fake players in this range will be added
        #     ex: fake-players="3:6"
        # - percent: The player count will be inflated by this much, rounding up
        #     ex: fake-players="25%"
        fake-players="100%"
        # Enable fake player count feature
        fake-players-enabled=true
    }```
    
    here is the code.
@AceSurvival AceSurvival added bug Something isn't working unconfirmed Issue not yet confirmed, needs triage labels Feb 20, 2024
@Incluuu
Copy link

Incluuu commented Jun 18, 2024

Are you using redisbungee?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed Issue not yet confirmed, needs triage
Projects
None yet
Development

No branches or pull requests

2 participants