Possible to add an API for level info?
is it possible to add Magic Gather Panel That would be awsome or if you can tell me how i could do it?
That panel adds a view on the gathering rate for the server, what do you want added?
yes but it relies on the gathering plugin that adds the gather info to the plugin.

and if i want it to work ´with z levels where do i add the lines.
Player Gather Rate
If your plugin sets a player gather rate you can implement the hook below in your plugin to return what the players current gather rate is.

//Returns the current gather for the player
private float GetGatherForPlayer(Baseplayer player)
To update the gather panel for a specific player you can call the following hook on GatherPanel

//Will update gather panel globally for all players
MagicGatherPanel.Call("OnPlayerGatherUpdated" player);​