Jump to content

Advanced In-Game Admin and Ban Enforcer - AdKats


Message added by Prophet731,

If you've been banned from a server then you will need to appeal the ban with the owners/community of that server. We do not control any bans done on servers that utilize AdKats as all bans are local to that server.

Recommended Posts

  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

That's great. It's sometime's confusing to catch whose reporting who for what. It would also be nice if you could type something like !recentreports to see the reports during that round as they can sometimes get lost with admin and chat messages.

 

Unrelated, it would be cool if we could get an expiry date on users and have them auto deleted - or put back down to the guest group (we use it to assign donation privileges).

great.

 

also, already planned https://github.com/ColColonCleaner/AdKats/issues/373

Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

@c3, is it possible to limit the amount of time admins are allowed to tban? Something Like procon.tempban ceiling

 

 

Sent from my iPhone using Tapatalk

I can add a limit for all temp bans, but not have it specific to user role. For example right now i can't have one user role able to tban for 1 hour, and another able to tban for a week. I can add a limit to the whole command though.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I mean that version 5 will she changed the MySQL table

Yes, there will be SQL changes. Not major planned right now, no new tables planned, but existing ones will be modified. Right now it appears i can run the update automatically, just make sure the sql user you have assigned to AdKats has permissions to modify table structure.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Actually scratch that, there are new tables planned, but still pushing to have the updates happen internally. The only reason manual SQL would need to be run is if I need to add more triggers/procedures...which doesn't seem to be the case.

Link to comment

Originally Posted by ixnorp*:

 

I can add a limit for all temp bans, but not have it specific to user role. For example right now i can't have one user role able to tban for 1 hour, and another able to tban for a week. I can add a limit to the whole command though.

Yes yes, a limit for all temp ban is fine! Thanks alot!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by giooluigii*:

 

Thank you! I found it! But now, after doing everything, when i start the plugin, this happens:

[18:40:53 61] [AdKats] MySql Connection capable. All variables in place.

[18:40:54 25] [AdKats] ERROR: Tables from XPKiller's Stat Logger not present in the database. Enable that plugin then re-run AdKats!

[18:40:54 25] [AdKats] WARNING: Shutting down AdKats.

[18:40:54 26] [AdKats] testDatabaseConnection finished!

[18:40:54 26] [AdKats] DBCOMM: Entering Database Comm Thread Loop

[18:40:54 26] [AdKats] DBCOMM: Detected AdKats not enabled. Exiting thread databasecomm

[18:40:54 26] [AdKats] DBCOMM: Ending Database Comm Thread

[18:40:55 25] [AdKats] Updating Setting Page: 52.3574694 seconds since last update.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by giooluigii*:

 

Now everything is running alright, but now this error:

[01:43:49 08] [statslogger]Info: Streamingprocess duration: 41.81 seconds

[01:43:49 08] [statslogger]Error: Error in Startstreaming OuterException: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Now everything is running alright, but now this error:

[01:43:49 08] [statslogger]Info: Streamingprocess duration: 41.81 seconds

[01:43:49 08] [statslogger]Error: Error in Startstreaming OuterException: System.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.CChatGUIDStatsLogger.DisplayMySqlErro rCollection(MySqlException myException)

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming()

That is an error from stat logger, not AdKats, you can safely ignore it for now, it has already been reported to the creator of that plugin. Waiting on an update from him for that.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I'm adding the pinfo command in this next version. When targeted on a player it tells you their:

 

 

  • player ID
  • IGN
  • current team
  • current score
  • world location down to the city
  • how many times they've changed location
  • how many times they've been reported during the current round
  • list of report reasons
  • how many infractions they have on the server
  • how long since the last punishment
  • last punishment reason
  • reputation index on the server
  • list of previous player names
  • preferred brand of underwear
  • Anything else i can think of before this is pushed public...
Link to comment

Originally Posted by Fschjg261*:

 

I found the issue for message bans could not be fetched when trying to unban,

it happens when you have timebans in your database i must delete the bans manually in the the database restart layer and than message is away.

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

I found the issue for message bans could not be fetched when trying to unban,

it happens when you have timebans in your database i must delete the bans manually in the the database restart layer and than message is away.

We have thousands of temp-bans in our database...it must be something else. Anything special about those particular bans?
Link to comment

Originally Posted by Fschjg261*:

 

Thats message in database may help.

[GetDisplayPluginVariables][Error while fetching display vars.]: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.

bei PRoConEvents.AdKats.b? 7(AdKatsCommand aCommand)

bei System.Linq.Enumerable.WhereSelectEnumerableIterat or`2.MoveNext()

bei System.Collections.Generic.List`1.InsertRange(Int3 2 index, IEnumerable`1 collection)

bei System.Collections.Generic.List`1.AddRange(IEnumer able`1 collection)

bei PRo

or no thats wrong

[FetchPlayerBans][Error while fetching player ban.]: System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.

bei System.ThrowHelper.ThrowKeyNotFoundException()

bei System.Collections.Generic.Dictionary`2.get_Item(T Key key)

bei PRoConEvents.AdKats.FetchPlayerBans(AdKatsPlayer player)

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Testers Only

 

Test version 4.4.0.0

 

 

  • Bans can be automatically pushed to metabans when using ban enforcer.
  • Rules command now sends feedback.
  • Rules command cannot be spammed.
  • Uptime command now sends population duration and populated/depopulated percentage since start.
  • Low population setting moved from punishment settings to server settings.
  • User role assignment now uses guid as well so admins still have access if database goes offline.
  • Player reports now send 3 lines of information to admins, and include team/score information.
  • Chat history of reporter and reportee now added to player report emails.
  • Players issuing commands will nolonger trigger mute enforcement.
  • Remaining time added to ban enforce server message.
  • fkill command added. Will directly kill a player with no extra logic.
  • Reports on players recently acted on by admins or autoadmin will be blocked, and the reporter told the player is acted on.
  • Players who have left the server are now kept in memory and can be acted on with any command.
  • help command added. Command tells you all commands you have access to. Available to all players.
  • pinfo command added. Tells you player id, full name, team, score, city they are located in, number of IP changes, reports during current round, infraction count, time since last infraction, last punish reason, reputation index, previous player names.

https://raw.githubusercontent.com/Co...test/AdKats.cs

Link to comment

Originally Posted by virusdead*:

 

how can I remove the name of the admin who is in the rectangle

 

Adkats

[09:06:38] AdminIn_and_SpawnMsg > Kaaneyden was kicked for: no respect server [Name_admin].

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.