This commit is contained in:
Telesphoreo 2022-02-24 00:51:46 -06:00
parent c74b0466b9
commit b37cd31e98
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class MasterbuilderworldCMD extends PlexCommand
@Override
protected Component execute(@NotNull CommandSender sender, @Nullable Player playerSender, String[] args)
{
// TODO: Add adminworld settings
// TODO: Add masterbuilderworld settings
if (args.length == 0)
{
Location loc = new Location(Bukkit.getWorld("masterbuilderworld"), 0, 50, 0);