Proximity Core
A lightweight, configurable Proximity Chat solution with extensive API support for developers.
About Proximity Core
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.
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).
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); });
Categories
Need a Server?
Run Proximity Core on a dedicated Hytale server with easy mod management.
Get Hytale HostingFrequently Asked Questions
What is Proximity Core?
A lightweight, configurable Proximity Chat solution with extensive API support for developers.
How do I download Proximity Core?
You can download Proximity Core for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.
Who created Proximity Core?
Proximity Core was created by devify. The mod has been downloaded 3.0K times.
Is Proximity Core compatible with Hytale servers?
Proximity Core is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.
How do I install Proximity Core?
To install Proximity Core: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.
Related Utility Mods
View all modsBetterMap
Paralaxe
Enhance Hytale World Map
Hybrid
Serilum
🏛️ A Hytale mod library that contains common code for all of Serilum's mods.
VeinMining
EineNT
Instantly mine connected ores and blocks by holding the Walk key (LEFT ALT) while breaking a single block.
Wayback Charm
DarkhaxDev
A charm to help you find your way back home.
Better Modlist
Buuz135
Adds a better modlist to the game, with improved features like searching and logos.
Simple Claims
Buuz135
Adds a chunk claim and protection system.