Back to mods
Proximity Core project artwork

CurseForge · Hytale mod

Proximity Core

A lightweight, configurable Proximity Chat solution with extensive API support for developers.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Proximity Core release should I use?

Updated 15 days ago
Latest stable file ProximityCore-1.1.8.jar
Game version 0.5
Mod system Built-in Hytale mod system

Proximity Core ProximityCore-1.1.8.jar targets 0.5. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.

Where it goes

Where should Proximity Core be installed in Hytale?

Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does Proximity Core ProximityCore-1.1.8.jar need?

ProximityCore-1.1.8.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.

Before you install it

Add Proximity Core without breaking your instance.

Built for Proximity Core ProximityCore-1.1.8.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use ProximityCore-1.1.8.jar. It targets 0.5; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside ProximityCore-1.1.8.jar. It opens that exact file at the source.

About this project

What does Proximity Core add?

Hytale Proximity Core

A distance-based chat limiter for Hytale servers.

This mod limits chat visibility to a specific radius. It is designed to serve as a standard library for distance-based chat functionality in Hytale.

Discord

Join the server to report bugs, suggest features, or just chat: >> Join Discord <<

Features

  • Proximity Chat: Players can only communicate with others within a specific range (Default: 30 blocks).
  • Global Chat: Bypass proximity using ! prefix (Requires proximitychat.global permission).
  • Chat Modes: Configure default behavior (PROXIMITY or GLOBAL).
  • Configurable: Full control over radius, formats, and messages.
  • Developer API: Includes an API for other mods.

Roleplay Core

This mod is standalone, but it pairs perfectly with Roleplay Core.

Download Roleplay Core - Roleplay command suite (/me, /do, /w, /y).


Image

Image

Developer API

This mod provides an API for sending distance-based messages, filtering chat, and managing chat modes.

Usage

// Check if API is loaded
if (ProximityChatAPI.get() != null) {
    // Send a message to players within custom radius (e.g. 100 blocks)
    ProximityChatAPI.get().broadcastMessage(sender, Message.raw("Hello World!"), 100.0);
}

Chat Modes

You can force a player into Global or Proximity mode regardless of their input prefix.

// Force player into GLOBAL mode
ProximityChatAPI.get().setChatMode(playerUuid, ChatMode.GLOBAL);

// Revert to Proximity
ProximityChatAPI.get().setChatMode(playerUuid, ChatMode.PROXIMITY);

Chat Filters

Register filters to intercept messages (e.g. for Mute systems).

ProximityChatAPI.get().registerFilter((sender, receiver, msg) -> {
    // Return false to block the message
    return !MutedPlayerManager.isMuted(sender);
});

Project description from CurseForge.

Pick your setup

Proximity Core releases for each Hytale build.

Choose the version and loader you play, then open the matching release.

1 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Proximity Core releases and Hytale builds

10 of 10 releases match

Looking for an older file? The official CurseForge project page is in Resources.