// IPlayerTracker implementation
@SubscribeEvent
public void onPlayerLogin(PlayerLoggedInEvent event) {
// Send player the information if the backpack open key is enabled on this server.
BetterStorage.networkChannel.sendTo(new PacketSyncSetting(BetterStorage.globalConfig), event.player);
}