FancyWaypoints icon

FancyWaypoints -----

Create a fast waypoints and share with your friends



FancyWaypoints
The ultimate personal waypoint system for your server



[​IMG]

FancyWaypoints lets your players create and manage personal waypoints through a beautiful and intuitive menu.

Each waypoint appears in the world with a custom icon and name, both visible through walls — making them perfect for exploration, quests, and orientation.

Features:
• Create, rename, color, iconize, and remove your own waypoints
• Fully customizable menus and settings
• Configurable waypoint limits by permission group
• Per-world whitelist or blacklist
• Supports hex colors in names and icons
• Show/hide waypoints globally or individually
• Lightweight and performance-friendly
• Compatible with Minecraft 1.21 - 1.21.6 (more versions soon!)
• Future updates: waypoint sharing, global markers, teleport hooks



[​IMG]

Command Permission Description
/waypoints fancywaypoints.open Opens the personal waypoint menu
/waypoints admin fancywaypoints.admin (Upcoming) Opens the admin/global menu


[​IMG]
clipboard-image-1749604272.png
clipboard-image-1749604277.png
clipboard-image-1749604281.png
[​IMG]

Code (YAML):

amount_permissions
:
  default
:
    permission
: "fancywaypoints.default"
    amount
: 2
  vip
:
    permission
: "fancywaypoints.vip"
    amount
: 4
  staff
:
    permission
: "fancywaypoints.staff"
    amount
: 6

world_config
:
  enabled
: false
  mode
: whitelist
  list
:
   - world1
    - world2

icon_lists
:
  default
:
    enabled_permission
: false
    permission
: "fancywaypoints.default"
    icons
: "⚑, ☖, ✚, ☻, ⚠, ❤"
  vip
:
    enabled_permission
: true
    permission
: "fancywaypoints.vip"
    icons
: "⌛, ✔, ✖, ❉, ✾, ✌, ♼, ✂, ⚐, ☃, ⚠, ♪, ♫, ♯, ♠, ☂, ✎, ✉, ☠, ☢, ☣, ☮, ☯, ✛, ✜, ✟, ☔, ☁, ☞, ☜, ✄, , , , , ⚗, , , , ⛏, "
  staff
:
    enabled_permission
: true
    permission
: "fancywaypoints.staff"
    icons
: "☕, ☽, ™, ©, ⚔, ✰, ❇, ✸, ℹ, ✈"

update_message
: true
 
Code (YAML):
title : "Waypoints"
size
: 54
elements_slots
: "3-7, 12-16, 21-25, 30-34, 39-43, 48-52"

items
:
  add_waypoint
:
    material
: player_head
    texture
: "b056bc1244fcff99344f12aba42ac23fee6ef6e3351d27d273c1572531f"
    name
: "&aAdd"
    lore
:
     - ""
      - "&7Add a new waypoint"
      - "&7 at your current position"
      - ""
      - "&a[Click to add]"

  shared_waypoints
:
    slot
: 19
    material
: player_head
    texture
: "5d9c43c23074ca538f9e75c685c1cd6d8743f7329f2baec69a23611cfb7224"
    name
: "&eShared waypoints."
    lore
:
     - ""
      - "&7[Click to open]"

  global_visibility_enable
:
    slot
: 28
    material
: player_head
    texture
: "5f67f77f9697255553fa17979cf7242ce7d75dd52fbf3cfb26c9ab54e2a71938"
    name
: "&eVisibility of all waypoints."
    lore
:
     - ""
      - "&a[VISIBLE]"
      - "&7[Click to toggle]"

  global_visibility_disable
:
    slot
: 28
    material
: player_head
    texture
: "4e4b8b8d2362c864e062301487d94d3272a6b570afbf80c2c5b148c954579d46"
    name
: "&eVisibility of all waypoints."
    lore
:
     - ""
      - "&c[INVISIBLE]"
      - "&7[Click to toggle]"

  next_page
:
    slot
: 46
    material
: player_head
    texture
: "6b29eceef3ddb14f906dbd4fa41d63f3d7d4537871cee4315c59e76ebc5f85"
    name
: "&eNext page"

  previous_page
:
    slot
: 1
    material
: player_head
    texture
: "3e4f2f9698c3f186fe44cc63d2f3c4f9a241223acf0581775d9cecd7075"
    name
: "&ePrevious page"

  fill
:
    slot
: "0-52"
    material
: black_stained_glass_pane
    name
: "&c"
    tooltip
: false

  waypoint
:
    material
: redstone_torch
    name
: "%waypoint_icon% &f%waypoint_name%"
    lore
:
     - ""
      - "&7» &fLocation:"
      - "&6 | &7%waypoint_x%, %waypoint_y%, %waypoint_z%"
      - "&6 | &fWorld
: &7%waypoint_world%"
      - ""
      - "&7» &fColor
: &7%waypoint_color%█"
      - ""
      - "&7» &fVisible
: &7%waypoint_visible%"
 
Code (YAML):
title : "Waypoint"
size
: 27

items
:
  change_name
:
    slot
: 3
    material
: name_tag
    name
: "&eCurrent name: %waypoint_name%"
    lore
:
     - ""
      - "&e[Click to change the name]"

  change_icon
:
    slot
: 4
    material
: redstone_torch
    name
: "&eCurrent icon: %waypoint_icon%"
    lore
:
     - ""
      - "&e[Click to change the icon]"

  change_color
:
    slot
: 5
    material
: orange_dye
    name
: "&eCurrent color: %waypoint_color%█"
    lore
:
     - ""
      - "&e[Click to change the color]"

  change_visibility_enable
:
    slot
: 12
    material
: player_head
    texture
: "5f67f77f9697255553fa17979cf7242ce7d75dd52fbf3cfb26c9ab54e2a71938"
    name
: "&eWaypoint visibility"
    lore
:
     - ""
      - "&a[VISIBLE]"
      - "&7[Click to toggle]"

  change_visibility_disable
:
    slot
: 12
    material
: player_head
    texture
: "4e4b8b8d2362c864e062301487d94d3272a6b570afbf80c2c5b148c954579d46"
    name
: "&eWaypoint visibility"
    lore
:
     - ""
      - "&c[INVISIBLE]"
      - "&7[Click to toggle]"

  change_icon_color
:
    slot
: 13
    material
: light_gray_dye
    name
: "&eCurrent icon color: %waypoint_icon%"
    lore
:
     - ""
      - "&e[Click to change the icon color]"

  share_waypoint
:
    slot
: 14
    material
: ender_eye
    name
: "&eShare the waypoint"
    lore
:
     - ""
      - "&e[Click to share the waypoint]"

  delete_waypoint
:
    slot
: 22
    material
: barrier
    name
: "&c&l[X]"
    lore
:
     - ""
      - "&e[Click to delete the waypoint]"

  fill
:
    slot
: "0-52"
    material
: black_stained_glass_pane
    name
: "&c"
    tooltip
: false
 


[​IMG]


[​IMG]

Thank you for supporting development!
Resource Information
Author:
----------
Total Downloads: 8
First Release: Jun 24, 2025
Last Update: Today at 3:56 AM
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings