LuckPerms

LuckPerms

1M Downloads

Luckperms blocked due to spam, unclearable?

Closed this issue ยท 3 comments

commented

Description

I am testing a plugin to assign new players in the default group the standard member group on right-clicking a sign. This is requiring a bit of testing as I am a rookie.

However, the console is now spitting out this:
[14:55:51 WARN]: [LuckPerms] Player 'USER' is spamming LuckPerms commands. Ignoring further inputs.
It's been like that for hours and persists after a server reset, rendering me totally unable to continue testing and fixing my world setup.

I have checked the main configuration files and individual files where I could, I cannot see a flag to remove this.

I tested it on another user, and the block appears to be across the board on all users.

I scanned the wiki and couldn't see anything that would help or suggest what to do, so here I am, pleading for support :) thank you!

Reproduction Steps

I use plugin https://www.spigotmc.org/resources/serversigns.10693/ and ran the command /svs add lp user <player> parent set member to add that command to the sign. I then added/removed it to test the actual command on various group roles, to which it blocked me.

Expected Behaviour

Not to be blocked, to have a command to remove the block flag or to have a setting to disable this entirely, especially even temporarily while testing? please :)

Server Details

Paper 1.21.4

LuckPerms Version

LuckPerms-Bukkit-5.5.2.jar

Logs and Configs

[14:55:51 WARN]: [LuckPerms] Player 'USER' is spamming LuckPerms commands. Ignoring further inputs.

Extra Details

I realise I am 0.0.2 versions behind, happy to upgrade but I feel like this isn't due to an older 3-week old version?

EDIT 19 / 06 / 2025 - Upgraded to newest

commented

I'm having this same issue with command signs, the reason being if you try to do 2 (or more) LuckPerms commands very quickly in succession it flags the ones after the first one as spam. I'm going to maybe try and see if I can get around this by tying the commands I want to use to functions with schedule timers instead but this is very annoying and I wish they'd allow for a rate-limit to be user defined in the config. Like allow us to have 3 commands quickly go off within a 2 second window or something.

commented

You can set

commands-rate-limit: false

in the config to disable the rate limit if you really want to :)

commented

You can set

commands-rate-limit: false
in the config to disable the rate limit if you really want to :)

Thank you for letting me know this!

Would it be possible to update the plugin to allow user-defined rate-limits?
That would be awesome, but I'm glad this option is at least there.

Cheers-