Class PartyPromote

  • All Implemented Interfaces:
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

    public class PartyPromote
    extends PartyCommand
    Handles /party promote.
    • Constructor Detail

      • PartyPromote

        public PartyPromote()
    • Method Detail

      • execute

        public boolean execute​(org.bukkit.entity.Player player,
                               String[] args,
                               boolean leftServer)
        Specified by:
        execute in class PartyCommand
      • execute

        public static boolean execute​(org.bukkit.entity.Player player,
                                      String newLeader,
                                      boolean fromGUI)