Rust Statistics is a plugins that retrieve data from players and servers
Supported Games
Rust Statistics is a plugins that retrieve data from players and servers, in order to publish on our website ruststatistics.comWe also have a "AdminSystemBan" warning system.
How to install on the server ?
https://ruststatistics.com/add
Admin System Bans ( Prenium )
Admin System Bans is a network that includes many player bans.It is used to warn a server about a player’s banishment levels, depending on the reasons for the bans previously received, and thus a penalty can be decided.
Data Recovery on Players
- Kills / Deaths
- Connections / Messages
- HITS NPC ( Animals, Scientist )
- HITS Player
- Destroyed construction
Config
{
"ClientID": "",
"ClientSecret": "",
"Token": "false",
"Linked": false,
"Interval": 10.0,
"DebugConsole": false,
"BansLevel": {
"Critical": 3,
"Moderate": 5,
"Minor": -1
}
}
ClientID / ClientSecret -> The client id you can retrieve from https://ruststatistics.com/add
Token -> The token that would be generated automatically
DebugConsole -> Displays all responses during a query
BansLevel -> Identifies the warning number that the player can have before a ban ( -1 the deactivate )
Lang
{
"PluginLinked": "The plugin is well connected to ruststatistics.com",
"RequiredLinked": "You must connect your server to our website via this url {0}",
"SuccessToken": "A new token was saved, please link it via the url {0}",
"AutoBanLevel": "You were automatically banned because you have {0} \"{1}\" warnings",
"ReportedMessage": "\"{0}\" users has been reported by AdminSystemBans\n{1}"
}
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

