server.unbanIP: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = method |class = Server |name = unbanIP |parameters = string ipAddress |parameter1 = string dataName The IP to be unbanned |return1 = nu...") |
No edit summary |
||
Line 5: | Line 5: | ||
|name = unbanIP | |name = unbanIP | ||
|parameters = string ipAddress | |parameters = string ipAddress | ||
|parameter1 = string | |parameter1 = string ipAddress The IP to be unbanned | ||
|return1 = null n/a | |return1 = null n/a | ||
|returnFail1 = null n/a | |returnFail1 = null n/a |
Latest revision as of 19:22, 26 November 2020
Method
Server Only
Online and Offline
Available since Server 1.2.4
null server.unbanIP(string ipAddress)
The server.unbanIP method is used to unbans an IP address.
Parameters
1) | string | ipAddress | The IP to be unbanned. |
Return
null | This method doesn't return a value. |
Types
Client
Server
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.