Hello! I want to show you guys resource that I have been working on for a good while. My admin menu script has been designed to provide freedom to its users, it has a powerful bridge module where you can connect any framework you want. I’ll point out some of the main features below. This resource is still being actively developed and there are a lot of new features coming!
You can quickly add new data that you want to be displayed on the player page, It’s also very easy to add new player functions and restrict them with permissions.
You can see how customizable it is here: Docs: Bridge - Server
You can keep your new administration members under control by restricting their permissions to for example, just spectating. It’s made easy. Every administrator has his own separate permissions. You can also track each administrator’s statistics.
There is a built-in report system with real-time chat between player and administrators. It’s made in nice UI, players are receiving notifications when new message is sent and it keeps your things organized. If you prefer not to use our report system, you can just disable it in the configuration.
We know how annoying it is when you buy some script and it turns out there is no documentation or it’s just bad and you can’t fully understand how does your script work. We didn’t let it happen and we wrote detailed documentation for our admin menu!
You can check it out here!
So why use this admin menu compared to others ones on the market or a free option tx admin. What does your menu offer that tx menu doesn’t such as banning and kicking people? Does your menu offer anything special that Tx doesn’t do because I find it hard justify 20 dollars for a system just kick people and ban people from a game or use a free reporting script or discord tickets.
Hello! I understand that you haven’t found our resource suitable for you.
Following to your question - Yes, it does offer way lot more than tx. You can’t use any framework-specific data in txAdmin. Our admin menu allows you to connect your framework to the interface and manage your players vehicles, licenses, accounts etc. - everything in nice UI. It also has been made to make it very easy to extend, you can quickly add new player functions and permissions. For example if you have badge system on your server and you want to have an option to edit these badges - you can do that by adding a minimal amount of code to the bridge module, and you’ll have everything nice and organized.
Of course you can always use a free alternative, but I suppose if someone wanted a free one, they wouldn’t be browsing paid scripts
Hey! I just updated the script. This time I made some server-side performance improvements, I also implemented the “player trust score” feature that got suggested on our discord If you want us to add any new feature, let us know!
New feature! - Player trust score - It’s automatically updated when player gets punished, you can also increase/decrease it manually, but only by 5 points per 2 minutes
Added new hooks to monitor changes in players’ trust score
The admin menu window can be now dragged around the screen
Server-side optimization
Added some new fields to translation files
Added Spanish translation
Please note that this is an early version of the trust score feature and it will be extended soon.
Hello! This time it’s just a small update with the features you guys suggested in tickets.
New config field - delete_reports_after, if it’s set to false - all reports will be saved forever, if it’s set to “restart” - all reports will be deleted on each restart, it can be also set to number value represented in seconds, then it will delete every report that is older than the specified time value (e.g. 3600 * 24 * 14 = 14 days - reports older than 14 days will be deleted)