Notice
If you are looking for support you should instead create a support ticket.
I purchased it on the website. May someone please explain to me how to use the reporting system?

@BlackEvil AFAIK you need to edit clockwork/fpp config and add the "founder" rank to it. That's what i did at least.

I've heard that this doesnt work with FPP and afaik your default Prop Protection doesnt work with Clockwork. Any workarounds? or any Prop Protection that is compatible with ServerGuard?

@Rising Darkness - if you could link us to the gamemode's url so we can review the code and see if we could work on compatibility issues that'd be nice.
@Divine - if you'd like to make your code open source the ServerGuard team will gladly fork it onto the official repo and modify it over time. We were planning to do something like that in the not-to-distant future.

Had to do a shit-ton of manually scripting to fully migrate to ServerGuard from ULX. Ended up just making wrappers from ULib to SG, but it's working now. A lot better performance-wise which is pretty important for large servers.

Its a nice easy to use wish it had more to restricting like weapons and entities

I use this plugin on every of my Servers, except Deathrun, because deathrun uses ulx commands in the Scoreboard, ulx is needed to run in, and i don't need two admin menus. But would be nice, if there would be a version without ulx in deathrun or serverguard support.

@Spaghetti Noodles, Yes, we are certainly very eager to extend our support for DarkRP, and plan to look into it a great deal rather soon.

I'll have to agree with drizzy.vip.. I've talked to Gurrazor tho and he said they seemed keen to do something for DarkRP for command wise such as they did for TTT. I'm not sure about something to replace FPP in ServerGuard tho.

Hi all, for all that updated to 1.7.5 you will probably encounter an error if you haven't opened the serverguard menu and someone gets banned from the server. If you want to fix this until Gurrazor gets around to updating it You can put
maxIndex = 0,
after
currentIndex = 1,
in file lua/modules/gui/ban_list.lua

Not enough features or control to replace FPP currently imho, but they'll probably work on it more if people show interest, which for one I'm interested in seeing this too.

is the prop protection a good alternative to falco props protection?

if you want me to write a review give me the purchase thing here

@drizzy.vip, Glad to hear that you see overall improvements in the mod, and thanks for seeking to report some issues. We handle support requests via our GitHub page: https://github.com/ThrivingVentures/ServerGuard
If you create an "Issue" there, our entire team will look into it swiftly!

Thought I would give sg another go as its had some more months to develop. I must say, its definitely a much more polished tool now - though it does break FPP. RROR] lua/includes/util.lua:181: attempt to index local 'object' (a number value)
- IsValid - lua/includes/util.lua:181
- calculateCanTouchForType - addons/fpp/lua/fpp/server/ownability.lua:113 3. calculateCanTouch - addons/fpp/lua/fpp/server/ownability.lua:169 4. onEntitiesCreated - addons/fpp/lua/fpp/server/ownability.lua:337 5. unknown - addons/fpp/lua/fpp/server/ownability.lua:352
Timer Failed! [FPP_OnEntityCreatedTimer][@addons/fpp/lua/fpp/server/ownability.lua (line 360)]
- can't access support as you guys never added me as a purchaser here.

@Discharge, We don't criticise other individual admin mods, but rather try to focus on optimising our own product. We have always made efficiency a top priority and we've ran ServerGuard with great satisfaction on a server that had 80-100 slots and it was completely full frequently.

Simple request: add a date and time column to the ban list.

Hey buddy, I'm just curious to know if ServerGuard is better optimized than ULX? I am currently using ULX on a server which hits 80-100 every single day - but I feel that is hinders performance by quite a bit. Thank you!

@Yepco, I recommend this guide for all the basics regarding ServerGuard: https://github.com/ThrivingVentures/ServerGuard/wiki/User-Guide If your troubles persist, please make an Issue on our GitHub page and we'll look into it.

Hello, I am unable to open the menu ... And I have no errors ... How to do ?

I managed to get the old ranks to work basically the script does not catch capital letters, so if you have the script it should be like this ; customCheck = function(ply) return ply:IsUserGroup("owner") end

This should.
customCheck = function(ply) return ply:IsUserGroup("Owner") end

This does not work?
TEAM_ADMIN = AddExtraTeam("Staff On Duty", { color = Color(0, 0, 0, 255), model = "models/player/stenli/lycan_werewolf.mdl", description = [[Sort player issues/ Get the job done ]], weapons = {""}, command = "admin", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, candemote = false, category = "Other", customCheck = function playerMeta:GetUserGroup("Owner") return serverguard.player:GetRank(self); end; })

Hey Ace. You should be able to use ply:IsUserGroup("group_name_here")