Dynamic player slots (Rust)
Hello. I am looking for a code that increases the number of slots. When it is 100/100 pop it increases to 150 slots and so on.
I believe increasing the server.maxplayers requires a restart. (EDIT: Doesn't look like it! It looks like you just put server.maxplayers 150 into console.)

If you're asking for a plugin that dynamically changes server.maxplayers, then I don't know.
Blueberry has some very cool custom mods. I like their LoadingMessages + SteamChecks hybrid mod.
Why would you want this?  Could just set your player limit to whatever your real limit is.  And not even have to think about it.
Zugzwang:
Why would you want this?

Zug: I thought the same, but Orange and other dudes got at me once for bein' like "Why would you want this?" on an aimbot mod request and not like: "Ok, I accept this is weird, but I'll try to answer you...".

I think it has something to do with the exploitation of artificial scarcity. ...A method to predisposition people into thinking the server was always "full", or "at its limit", read: "popular to the maximum", "standing room only", "as packed as a Trump rally".

I'm not for or against it.  Just wondering what the goal is. 

Imagine a server that always had a 5 player queue.  Only when player 6 joined the queue, could the front player join.

Might make sense on a battlefield server that scaled to the population...
I mean that:
there are 200/200 people on the server > server increases to 250
there are 100/200 people on the server > server decreases to 150

5d66db4201195.jpg?uid=5d66db72ac9cd RyanFromRust

Zug: I thought the same, but Orange and other dudes got at me once for bein' like "Why would you want this?" on an aimbot mod request and not like: "Ok, I accept this is weird, but I'll try to answer you...".

I think it has something to do with the exploitation of artificial scarcity. ...A method to predisposition people into thinking the server was always "full", or "at its limit", read: "popular to the maximum", "standing room only", "as packed as a Trump rally".

Well i dont know about other players, but me and my friends dont care at all. Who even cares server is full or not? I care only because of queue-s, i think a lot of others too

I don't think there's a plugin which does what you want...

But it shouldn't be that complicated to achive this. You could write your own plugin and listen for the "OnPlayerConnected" and "OnPlayerDisconnected" events. Whenever a player joins or leaves your server, simply recalculate your max player count like "amount of players" + 10.

I would also be interested in a mod like this.  E.g. when it just wipes it will stay at 200 for X hours, but then after that if there are 100 on, it will cap at 150.  You would be able to configure all of this, of course.
Thing is, I saw the code from 4 months ago. At that time I wasn't so interested in it.