• Best Admin Mod for 2017?
    7 replies, posted
I haven't coded anything in a while and I'm looking for an admin mod for my new server. I used to use evolve, but I can't seem to find a download link anywhere. Is it no longer working? What system would you guys recommend? ULX? Preferably it should have database support (mysqloo) and have configurable classes so I can add mod status and donors with custom privileges and hooks. Thanks in advance.
Imo, all of them are overcomplicated. If you dont want to code your own admin mod for your needs - ULX is your best choice because of compatibility.
ULX is a pretty simple admin mod and easy to add commands, and is probably by far the most supported, though it doesn't come with database/multiserver support, you'd need to make your own addon to implement it or find one already made.
I heavily suggest against ULX. I've had nothing but issues with it and I've always felt it's a little too bloated for what it is. Moderator by Chessnut is something I love using.
ULX is more complete admin system as for me. Also you can just download some plugins for it on ulyssesmod.net forums, and it's also simple to write them by yourself. All the other admin systems are just complete crap
[QUOTE=Nookyava;52287071]I heavily suggest against ULX. I've had nothing but issues with it and I've always felt it's a little too bloated for what it is. Moderator by Chessnut is something I love using.[/QUOTE] Thanks for the suggestion, I'll check it out. [editline]29th May 2017[/editline] Moderator is incredible, I absolutely love it. Thanks for all the help.
Just wanted to add that if anyone is watching this thread and installed moderator, there's a bug when you open the menu and use commands that involve a submenu (like the ban command which should prompt you to specify a reason why) Here's a quick fix for that bug: Just open cl_players.lua in addons/moderator/lua/moderator/derma/menus/ go to line 95 where it says: v:OnClick() and change it to [lua] v:OnClick(v.menu, k) [/lua] and then the menu should be fully working.
Sorry, you need to Log In to post a reply to this thread.