mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-02-16 20:31:20 +01:00
updated portal command
This commit is contained in:
parent
3617c3394c
commit
4bd4d1bb0f
@ -123,7 +123,8 @@ public class AdvancedPortalsCommand implements CommandExecutor, TabCompleter {
|
||||
player.sendMessage("§atriggerBlock: §e" + triggerBlock);
|
||||
}
|
||||
else{
|
||||
player.sendMessage("§ctriggerBlock: §eN/A");
|
||||
ConfigAccessor Config = new ConfigAccessor(plugin, "Config.yml");
|
||||
player.sendMessage("§ctriggerBlock: §edefault(" + Config.getConfig().getString("DefaultPortalTriggerBlock") + ")");
|
||||
}
|
||||
|
||||
World world = org.bukkit.Bukkit.getWorld(player.getMetadata("Pos1World").get(0).asString());
|
||||
|
Loading…
Reference in New Issue
Block a user