final TS3Query query = new TS3Query(config);
query.connect();
final TS3Api api = query.getApi();
api.selectVirtualServerById(1);
api.setNickname("PutPutBot");
api.sendChannelMessage("PutPutBot is online!");
HashMap<ChannelProperty,String> properties = new HashMap<>();
properties.put(ChannelProperty.CHANNEL_FLAG_PERMANENT, "1"); //Make channel permanent