Class DocCommand

java.lang.Object
me.fami6xx.rpuniverse.core.commands.DocCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.event.Listener

public class DocCommand extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.event.Listener
  • Constructor Details

    • DocCommand

      public DocCommand()
  • Method Details

    • onCommand

      public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • addDoc

      public static void addDoc(org.bukkit.entity.Player player, int docSeconds, String message, boolean blockPlayerMovement)
    • onPlayerMove

      public void onPlayerMove(org.bukkit.event.player.PlayerMoveEvent event)