Downloads > Minecraft Plugins > Navigation Bar - Save locations

Navigation Bar - Save locations

18th August 2020 Updated: 29th January 2021
Description

Save locations and easily find them again with the help of a navigation bar. The bar will tell you how many blocks you are away from your destination, what direction to travel in and tick down as you get closer.

Finding you way around the world just got a little easier - and not too cheaty.

How to Use

Creating a Global location

A global location is one that all players can access, everyone will have the same list available via the /poi list command.
Ops or users with the permission navigation.commands.global can create or remove global locations.

  • Use /poi global add [Name of Location] to create a new location at your current position.
  • [Name of Location] can be any string, this is what will appear in the list.
  • A few examples:
    • /poi global add Town Center
    • /poi global add Huge Castle!
    • /poi global add Vault 15

Removing a Global Location

Likewise with creating a global location, removing one requires the user to be an Op or have the permission navigation.commands.global

  • Use /poi global remove [Name of Location] to remove the specified location

Add a personal location

A personal location is individual to each player. Each player has their own private list of locations that they can save. By default, all players can create personal locations. This can by disabled by setting the permission navigation.commands.save to false

  • Use /poi add [Name of Location] to create a new location at your current position.
  • [Name of Location] can be any string, this is what will appear in the list.
  • A few examples:
    • /poi add Secret Base
    • /poi add Portal 4

Remove a personal location

All players can remove a personal location that they have created. If you wish to disable this, set the permission navigation.commands.remove to false.

  • Use /poi remove [Name of Location] to remove the specified location

Navigate to Global Locations

To bring up the navigation bar of a global location, there are a few ways.

Using the list

  1. Use /poi list to bring up the full list of global locations in your current world
  2. Press T to open the chat window and use your mouse to click on the coordinates of the location you wish to travel to.
  3. If there is more than one page of locations, click the < Previous or Next > buttons at the bottom to view more.

Using the command

  1. Use /poi goto [Name of Location] to begin navigation
  • This can be easier if you know the name of the location you wish to travel to

Navigate to a personal location

Similarly to navigating to global locations, personal locations can be reached in a few ways.

Using the list

  1. Use /poi mylist to bring up the full list of your personal locations in the current world
  2. Press T to open the chat window and use your mouse to click on the coordinates of the location you wish to travel to.
  3. If there is more than one page of locations, click the < Previous or Next > buttons at the bottom to view more.

Using the command

  1. Use /poi goto [Name of Location] to begin navigation
  • This can be easier if you know the name of the location you wish to travel to

Navigate to another player

If enabled in the config.yml and the player has the permission navigation.commands.find, you can set your navigation to another player to help find them.

  • Use /poi find [Player Name]

Cancel Navigation

If you decide you no longer want to navigate to a location, you can cancel it at any time with a command. Setting the permission navigation.commands.cancel to false will disable this.

  • Use /poi cancel

Commands

The following commands can be used with /poi or /p. Permission nodes for each command are listed, setting any to false for a player will disable that command

  • /poi add [Name of Location] - Save a new location at your current position
    • navigation.commands.add - default True
  • /poi remove [Name of Location] - Remove a saved location
    • navigation.commands.remove - default True
  • /poi global add [Name of Location] - Save a new global location
    • navigation.commands.global - default Op
  • /poi global remove [Name of Location] - Remove a global location
    • navigation.commands.global - default Op
  • /poi list - List global locations
    • navigation.commands.list - default True
  • /poi mylist - List your saved locations
    • navigation.commands.mylist - default True
  • /poi goto [Name of Location] - Navigate to a saved location
    • navigation.commands.goto - default True
  • /poi find [Player Name] - Navigate to another player
    • navigation.commands.find - default True
  • /poi coordinates [x] [y] [z] - Navigate to coordinates
    • navigation.commands.coordinates - default True
  • /poi cancel - Cancel navigation
    • navigation.commands.cancel - default True

Configuration

In the NavigationBar folder in your server plugins, you will see two files and one folder after loading the plugin for hte first time.
GlobalLocations.yml will store all global locations that are saved, this does not need to be edited.
players folder will store a yml file for each player to save their personal list of locations, these do not need to be edited.
config.yml has the following settings that you can edit how you like.

  • PlayerLocationLimit: [int] - any positive integer can be set here. This will determin how many locations each player can save in their personal list.
  • RefreshInterval: [int] - How often the navigation bars will refresh, determining how responsive they are to player movement. This is in ticks. 20 = 1 second. Default is 10. If you experience more lag than usual, a higher number is recommended.
  • FindOtherPlayers: [true/false] - Whether or not players can navigate to other players with /poi find [Player Name]
  • VersionCheck: [true/false] -When the server starts or is reloaded, Navigation Bar will automatically check if there's a new version available. Setting this to false will disable this check.

All versions
File Minecraft VersionMC Size Downloads Posted
NavigationBar-1.0.jar View changelogChangelog 1.16 57KB 757 3 years ago
Information
Total downloads 757
First release Aug 18, 2020
Lastest update Jan 29, 2021
Version 1.0
Released Jan 29, 2021
Downloads 757
Minecraft Version 1.16
Download
Feedback
To give feedback, get help or report bugs, please join my Discord server and use the #plugin-feedback channel.

Join Discord
Installation
  1. Download the latest version of this plugin that's compatible with your Spigot, Bukkit or Paper server
  2. Place the .jar in your plugins directory
  3. Restart or reload your server
  4. Change any settings in the config.yml file