hello after a search, I noticed that a slash is missing on line 104.
instead of: Interface.Oxide.DataFileSystem.ReadObject<PlayerEntity>(Name + "Rooms"); you have to put: Interface.Oxide.DataFileSystem.ReadObject<PlayerEntity>(Name + "/Rooms");
instead of: Interface.Oxide.DataFileSystem.ReadObject<PlayerEntity>(Name + "Rooms"); you have to put: Interface.Oxide.DataFileSystem.ReadObject<PlayerEntity>(Name + "/Rooms");