CurseForge · Hytale mod
Proximity Core
A lightweight, configurable Proximity Chat solution with extensive API support for developers.
Quick answer
Which Proximity Core release should I use?
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.
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.
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.
- 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.
- 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.
- 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.
- 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 (Requiresproximitychat.globalpermission). - Chat Modes: Configure default behavior (
PROXIMITYorGLOBAL). - 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).


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.
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
ProximityCore-1.1.8.jar
17 Jul 2026
ProximityCore-1.1.7.jar
17 Feb 2026
ProximityCore-1.1.6.jar
22 Jan 2026
ProximityCore-1.1.5.jar
21 Jan 2026
ProximityCore-1.1.4.jar
19 Jan 2026
ProximityCore-1.1.3.jar
17 Jan 2026
ProximityCore-1.1.2.jar
17 Jan 2026
ProximityCore-1.1.1.jar
16 Jan 2026
ProximityCore-1.1.0.jar
16 Jan 2026
ProximityCore-1.0.0.jar
16 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.