mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-29 03:39:08 +00:00
Add priority to whereami region list
This commit is contained in:
@@ -175,7 +175,7 @@ public class RPGRegionsIntegrationCommand extends BaseCommand {
|
||||
} else {
|
||||
sender.sendMessage(ChatColor.GREEN + "You are currently inside these regions:");
|
||||
for (RPGRegionsRegion region : regions) {
|
||||
sender.sendMessage(ChatColor.GREEN + " - " + region.getName());
|
||||
sender.sendMessage(ChatColor.GREEN + " - " + region.getName() + " (p: " + region.getPriority() + ")");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user