Class BungeeVerify

java.lang.Object
net.md_5.bungee.api.plugin.Command
de.neo.rankbridge.minecraft.bungeecord.cmd.BungeeVerify

public class BungeeVerify
extends net.md_5.bungee.api.plugin.Command
The /verify Command.
Version:
1.0
Author:
Neo8
  • Constructor Summary

    Constructors 
    Constructor Description
    BungeeVerify()
    New instance of the Command.
  • Method Summary

    Modifier and Type Method Description
    void execute​(net.md_5.bungee.api.CommandSender sender, java.lang.String[] args)
    Executes the Command.

    Methods inherited from class net.md_5.bungee.api.plugin.Command

    canEqual, equals, getAliases, getName, getPermission, getPermissionMessage, hashCode, hasPermission, setPermissionMessage, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BungeeVerify

      public BungeeVerify()
      New instance of the Command.
  • Method Details

    • execute

      public void execute​(net.md_5.bungee.api.CommandSender sender, java.lang.String[] args)
      Executes the Command.
      Specified by:
      execute in class net.md_5.bungee.api.plugin.Command