Removed Command not Finished message for the Ultra command
This commit is contained in:
@@ -69,7 +69,6 @@ public class PvpCommand {
|
||||
|
||||
public static void pvpUltra(Player sender, CommandArguments args) {
|
||||
//PvP Ultra Command
|
||||
sender.sendMessage("Command noch nicht fertig, er schützt noch nicht vor PvP");
|
||||
NamespacedKey ultra = new NamespacedKey(Pvptoggle.pvptoggle, "ultra");
|
||||
PersistentDataContainer pdc = sender.getPersistentDataContainer();
|
||||
if (pdc.has(ultra, PersistentDataContainer.BOOLEAN)) {
|
||||
|
||||
Reference in New Issue
Block a user