HomeJavaModsSimple Locations
Simple Locations
Simple Locations — screenshot 1Simple Locations — screenshot 2Simple Locations — screenshot 3

Simple Locations

Lightweight server-side regions that show “Now Entering” text when players walk into an area. Optional “fancy” mode puts big center-screen text with a line and can play a vanilla ambient sound only to that player.

Fancy Location

Requirements

Fabric API

Features

Create circle or square locations by name and radius

Per-location color for the action bar message

Optional “fancy” mode for Dark Souls style center title with underline

Pure server side. No client mod needed

Square Location

Circle Location

Commands

Examples assume you are standing where you want the center.

# Create a circle with radius 25
/location create <name> 25

# Create a square with radius 30
/location create <name> 30 square

# Set the display color (name or RGB, depends on your implementation)
/location color <name> red

# Toggle fancy mode for the location you are currently inside
/location fancy true
/location fancy false

# List, remove, rename
/location list
/location remove <name>

Base Example

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more