Class OnlineAccountCommand
java.lang.Object
com.haven.havenplugin.accounts.OnlineAccountCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
public class OnlineAccountCommand
extends Object
implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
Handles the
/onlineaccount command.
/onlineaccount— shows account status, creation date, and last login/onlineaccount verify <code>— completes a pending account creation or password reset
Add to plugin.yml:
commands:
onlineaccount:
description: Manage your pvc-utils.xyz online account
usage: /onlineaccount [verify ]
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OnlineAccountCommand
-
-
Method Details
-
onCommand
-
onTabComplete
-