namespace Oxide.Plugins { [Info("PlayerLootMode", "Mroczny", "1.0.0")] [Description(" ")] class PlayerLootMode : HurtworldPlugin { private void OnServerInitialized() { Singleton.Instance.GetGameMode().Configuration.LootMode = EServerPlayerLootMode.BackpackOnly; } } }