Why can't we force /tpa? ``` java if (cmdname.equalsIgnoreCase("tpa") && player != null && player.hasPermission("teleplugin.tpa")) { force = false; // Disallowed ``` Is this intentional? If so, what's the intention?