mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Update Download.java
This commit is contained in:
parent
c5f1c60ad7
commit
5df6f2a13e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import com.sk89q.jnbt.CompoundTag;
|
|||
|
||||
import java.net.URL;
|
||||
|
||||
@CommandDeclaration(usage = "/plot download [schematic|bo3|world]", command = "download",
|
||||
@CommandDeclaration(usage = "/plot download [schematic|world]", command = "download",
|
||||
aliases = {"dl"}, category = CommandCategory.SCHEMATIC, requiredType = RequiredType.NONE,
|
||||
description = "Download your plot", permission = "plots.download") public class Download
|
||||
extends SubCommand {
|
||||
|
|
Loading…
Reference in a new issue