You can add this in the aliases part of your config.cfg:
Zitatb = "banip"
For your second question you can easily change
Zitat$players[$playerToBanGuid]->kick($reason, $kickerGuid);
to
Zitat$players[$playerToBanGuid]->ban($reason, $kickerGuid);