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
properties.put(ChannelProperty.CPID, "3"); //Make it a subchannel of channel 3