JackFredLib
Home
  • 🏑Home
  • 🐘Setup with Gradle
  • πŸ“…Supported Versions
  • JackFredLib: Base
    • 🧱Overview
    • β˜‘οΈCodecs
  • JackFredLib: Colour
    • 🎨Overview
    • 🟒Colours
    • 🌈Gradients
  • JackFredLib: Extra Command Source Data
    • ⌨️Overview
  • JackFredLib: GPS
    • πŸ›°οΈOverview
    • πŸ—ΊοΈUsing Coordinates
    • πŸ”Refining Further
  • JackFredLib: Lying
    • πŸ€₯Overview
  • JackFredLIb: Toasts
    • 🍞Overview
  • JackFredLib: Config
    • βš™οΈOverview
Powered by GitBook
On this page
  1. JackFredLib: GPS

Overview

Client-sided utilities for locating your data

PreviousOverviewNextUsing Coordinates

Last updated 1 year ago

The GPS module is a client-sided toolkit for determining where the client is at any given time.

Usecases for this include:

  • Getting a unique ID per-world, LAN server, multiplayer server or realm that the client is connected to, (for example, to store data on a per-world basis for minimaps and such);

  • Helpers for grabbing data from the scoreboard or player list; this can be used for further refinement (think the 'Area: ' data on the player list in Hypixel's Skyblock)

To see this in practice, look at the , which uses the GPS in order to save and load data on a per-connection basis.

πŸ›°οΈ
Example Notes Mod