mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
h
This commit is contained in:
parent
6c5ae5d7d7
commit
57e7fe13cf
@ -10,6 +10,8 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
@CommandPermissions(level = Rank.OP, source = SourceType.BOTH)
|
||||||
|
@CommandParameters(description = "Get social media links.", usage = "/<command>>", aliases = "link")
|
||||||
public class Command_links extends FreedomCommand
|
public class Command_links extends FreedomCommand
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
@ -33,7 +35,7 @@ public class Command_links extends FreedomCommand
|
|||||||
}
|
}
|
||||||
if (lines.size() == 0)
|
if (lines.size() == 0)
|
||||||
{
|
{
|
||||||
lines.add(ChatColor.GOLD + "- There are no links currently added in the config");
|
lines.add(ChatColor.GOLD + "- There are no links currently added in the config.");
|
||||||
}
|
}
|
||||||
|
|
||||||
lines.add(ChatColor.AQUA + "TotalFreedom Social Media Links:");
|
lines.add(ChatColor.AQUA + "TotalFreedom Social Media Links:");
|
||||||
|
Loading…
Reference in New Issue
Block a user