Environment variable to disable idle timeout bypass permission #1304
-
Hi, we noticed that purpur adds a permission which allows players to bypass the idle timeout: This creates a problem for us at Aternos since we want to ensure that our limited resources are used for servers with active players on them. I want to request an option to disable this feature/permission, ideally as an environment variable. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Can't you just make a non-removable plugin instead for every aternos server that has purpur as it's software active that basically automates the shutdown event from bukkit instead of having to auto-run the idle timeout system every single time? (unless it isn't possible to do that then perhaps an explanation could be shared there if needed)
|
Beta Was this translation helpful? Give feedback.
-
Added the (may be removed in the future; debate is ongoing on the Discord server) |
Beta Was this translation helpful? Give feedback.
-
I don't see an issue with it as long as it ends up being used. (It's already in effect since @encode42 added it). Imo it's kind of pointless if you want to continue listing the latest purpur builds for each minecraft version (like you currently do). You still need to think of a solution for those versions, or just remove them as potential options. But if you do end up finding a solution for all the other versions, at that point you might as well apply that same solution for 1.19.4, which would mean the env variable goes unused. |
Beta Was this translation helpful? Give feedback.
Added the
PURPUR_FORCE_IDLE_KICK
environment variable in adc7804. (build #1955)(may be removed in the future; debate is ongoing on the Discord server)