Package | Description |
---|---|
main.java.com.djrapitops.plan.command | |
main.java.com.djrapitops.plan.command.commands | |
main.java.com.djrapitops.plan.command.commands.manage |
Modifier and Type | Method and Description |
---|---|
SubCommand |
PlanCommand.getCommand(String name)
Checks SubCommands for matching aliases.
|
Modifier and Type | Method and Description |
---|---|
List<SubCommand> |
PlanCommand.getCommands()
Used to get the list of all subcommands.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyzeCommand
This subcommand is used to run the analysis and access the /server link.
|
class |
HelpCommand
This subcommand is used to view the subcommands.
|
class |
InfoCommand
This subcommand is used to view the version and the database type in use.
|
class |
InspectCommand
This command is used to cache UserData to InspectCache and display the link.
|
class |
ManageCommand
This command is used to manage the database of the plugin.
|
class |
QuickAnalyzeCommand
This subcommand is used to run the analysis and to view some of the data in
game.
|
class |
QuickInspectCommand
This command is used to cache UserData to InspectCache and to view some of
the data in game.
|
class |
ReloadCommand
This subcommand is used to reload the plugin.
|
class |
SearchCommand
This subcommand is used to search for a user, and to view all matches' data.
|
Modifier and Type | Method and Description |
---|---|
SubCommand |
ManageCommand.getCommand(String name)
Checks SubCommands for matching aliases.
|
Modifier and Type | Method and Description |
---|---|
List<SubCommand> |
ManageCommand.getCommands()
Used to get the list of manage subcommands.
|
Modifier and Type | Class and Description |
---|---|
class |
ManageBackupCommand
This manage subcommand is used to backup a database to a .db file.
|
class |
ManageClearCommand
This manage subcommand is used to clear a database of all data.
|
class |
ManageHelpCommand
This manage subcommand is used to view all other manage subcommands.
|
class |
ManageHotswapCommand
This manage subcommand is used to swap to a different database and reload the
plugin if the connection to the new database can be established.
|
class |
ManageImportCommand
This manage subcommand is used to import data from 3rd party plugins.
|
class |
ManageMoveCommand
This manage subcommand is used to move all data from one database to another.
|
class |
ManageRemoveCommand
This manage subcommand is used to remove a single player's data from the
database.
|
class |
ManageRestoreCommand
This manage subcommand is used to restore a backup.db file in the
/plugins/Plan folder.
|
class |
ManageStatusCommand
This manage subcommand is used to check the status of the database.
|
Copyright © 2017. All rights reserved.