IPlayer arguments and times banning?Solved
The method Iplayer.reply has an argument that expects an array of object's is that like for formatting or wut? I tryed to check the documentation but it doesn't even mention it.

Also even when trying to ban a player for a spesfic amount of time eg: IPlayer.Ban("Reson", Timesec) it just bans for a perminant amount of time.
I that a bug?
AFAIK Reply has one argument: string message, OR it has overload method with arguments string message and params object[] arguments. At least for Rust. And some games dont support time ban, in Rust it doesnt work. Consider using dnSpy or any other app so u can take a look at the game/oxide code.
It won’t support timed bans until we add our own ban system.
In response to Wulf ():
It won’t support timed bans until we add our own ban system.
Odd its kindof stupid there is a overload for it then.
but the rcon command "banlist" shows how long time a player is banned for almost if its supose to work:
looksLikeItsSuposeToWorkTho.png
odd facepunch programmed that command to say how long time if it nerver were ment to be a thing right?
In response to TactiTac0z ():
Odd its kindof stupid there is a overload for it then.
but the rcon command "banlist" shows how...
If the game actually provides timed bans now, then we can implement that into our universal API, but last I checked they didn’t.
Locked automatically