Hello everyone. New server. Under 70 plugins. Recent issue has occurred when players do /kit  they are kicked from the server. I made a reply in a previous post regarding this issue with LustyMap, but I don't have that plugin installed... I'd love to see anyone else's support on this. 

This is the error log given by console whenever someone tries to do /kit

*.*.*.*:34234/76561############/LostTaco disconnecting: Exception (cs:57814): Exception: Packet was too large (max is 3145728) Network.NetRead.Start (System.IntPtr data, System.Int32 length) (at <00000000000000000000000000000000>:0) Facepunch.Network.Raknet.Client.HandleMessage () (at <00000000000000000000000000000000>:0) Facepunch.Network.Raknet.Client.Cycle () (at <00000000000000000000000000000000>:0) Client.Update () (at <00000000000000000000000000000000>:0)

Please note this error never occurs to me, an admin. 

I attempted to add these to my server.cfg to resolve the issue. I then did server.readcfg to reload the config. Still the same issue. 

server.maxtickspersecond 12582912 
server.maxrpcspersecond 12582912
server.maxpacketspersecond_tick 12582912
server.maxpacketspersecond 12582912

^ I found this from multiple posts, not sure which is the correct command so I have both. 
server.maxpacketspersecond_command 2000
server.maxpacketspersecond_world 4
server.maxpacketspersecond_rpc 2400

I was desperate in turning all of them super high, so I understand they might not be realistic. Every time I did the server.readcfg the same report would occur saying that the max ticket is 3145728, so I simply doubled and then doubled it again. No avail

This is the plugin list:



AdminPanel.cs
AdminRadar.cs
AdvertMessages.cs
AutoCommands.cs
AutoDoors.cs
AutoFuel.cs
AutomatedEvents.cs
Backpacks.cs
BaseRepair.cs
BetterChat.cs
BetterLoot.cs
BGrade.cs
BlueprintManager.cs
Build.cs
BuildingGrades.cs
Clans.cs
ClansUI.cs
CraftingController.cs
CustomChatCommands.cs
DeathNotes.cs
Economics.cs
EconomicsBalanceGUI.cs
FancyDrop.cs
FurnaceSplitter.cs
GatherManager.cs
Godmode.cs
GUIAnnouncements.cs
GUIShop.cs
HeliControl.cs
ImageLibrary.cs
Inbound.cs
InfoPanel.cs
InfoPanelOLD.cs
InstantCraft.cs
InventoryCleaner.cs
Kits.cs
LoadingMessages.cs
MapNoteTeleport.cs
MiniCopterOptions.cs
NightZombies.cs
NoEscape.cs
NoGiveNotices.cs
NTeleportation.cs
PermissionsManager.cs
PlaneCrash.cs
PlayerAdministration.cs
PlayerRankings.cs
PlaytimeTracker.cs
QuickSmelt.cs
QuickSort.cs
RemoverTool.cs
RustRewards.cs
SAMSiteAuth.cs
ScrapHeliStorage.cs
ServerInfo.cs
SharedDoors.cs
SignArtist.cs
StackSizeController.cs
TimeOfDay.cs
Trade.cs
Vanish.cs
VehicleDrops.cs
WeaponTrajectory.cs
Welcomer.cs
WhereIsMyHorse.cs
XPBar.cs
XPReceiving.cs
XPRewards.cs
XPSystem.cs
ZLevelsRemastered.cs

Again, any help would be vastly appreciated.