action.put("type", "supportanswer");
    action.put("text", "huhu");
    action.put("target", "bob");
    CommandCenter.execute(pl, action);
    assertEquals("Support (player) tells you: huhu \nIf you wish to reply, use /support.", bob.events().get(0).get("text"));
    assertEquals("player answers bob's support question: huhu", anptherAdmin.events().get(0).get("text"));
    bob.clearEvents();
    pl.clearEvents();
    pl.setAdminLevel(0);
    assertEquals("0", pl.get("adminlevel"));