mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
Console for every command (we will test what works)
This commit is contained in:
parent
3a15254d8d
commit
8344903c50
40 changed files with 40 additions and 40 deletions
|
@ -40,7 +40,7 @@ import java.util.UUID;
|
|||
description = "Visit someones plot",
|
||||
usage = "/plot visit <player|aliases|world|id> [#]",
|
||||
aliases = {"v}"},
|
||||
requiredType = RequiredType.PLAYER,
|
||||
requiredType = RequiredType.NONE,
|
||||
category = CommandCategory.TELEPORT
|
||||
)
|
||||
public class Visit extends SubCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue