Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
LyttleChunkLoader
โจ Minimal, real-time Minecraft navigation overlay with direction, time, and server day tracking โจ
๐ Features โข โจ๏ธ Commands โข ๐ Permissions โข ๐ฅ Installation โข โ๏ธ Configuration โข ๐ฑ Support

๐ Features
๐ฏ Core Plugin Features
- Real-time overlay with MiniMessage formatting
- Player direction (<PLAYER_FACING>), in-game 24h time (<SERVER_TIME_24_H>), and server days (<STATISTIC_TOTAL_SERVER_DAYS>)
- Supports PlaceHolderAPI for coordinates and more (
%player_x%,%player_y%,%player_z%) - ActionBar display updates on inventory, join, teleport, or world change
- Fully configurable, lightweight, open source
๐ค Lyttle Certified
- Basic plugin without fluff
- No unnecessary features
- Full flexibility and configurability
- Open source and free to use (MIT License)
โจ๏ธ Commands
๐ก
<required>[optional]
| Command | Permission | Description |
|---|---|---|
/lyttlechunkloader reload |
lyttlechunkloader.reload |
Reloads plugin configuration |
๐ Permissions
| Permission Node | Description | Default |
|---|---|---|
lyttlechunkloader.* |
Grants all plugin permissions | โ |
lyttlechunkloader.reload |
Allows reloading config/messages | โ๏ธ |
๐ฅ Installation
Quick Start
- Download the latest version from Hangar
- Place the
.jarfile in your server'spluginsfolder - Download and add PlaceHolderAPI for coordinate placeholders (
%player_x%, etc.) - Restart your server
- Edit the configuration file to customize navigation overlays
- Use
/lyttlechunkloader reloadto apply changes
๐ Requirements
- Java 21 or newer
- Paper 1.21.x+
- PlaceHolderAPI for player coordinates
- Minimum 10MB free disk space
๐ซ Dependencies
- PlaceHolderAPI - Required for player coordinate placeholders
๐ Configuration Files
๐ง config.yml
Main configuration for navigation overlays and formatting.
COMPASS: "<white>X:<yellow>%player_x% <white>Y:<yellow>%player_y% <white>Z:<yellow>%player_z% <gray>| <white><PLAYER_FACING>"
CLOCK: "<white><SERVER_TIME_24_H> <gray>| <yellow><STATISTIC_TOTAL_SERVER_DAYS> days"
update_rate: 0.5 # in seconds
config_version: 0
- Use additional entries via any Material name from available_materials.txt (e.g.,
MAP,PAPER) to display custom overlays. - Placeholders:
<PLAYER_FACING>: Player's direction (e.g., South-East)<SERVER_TIME_24_H>: In-game world time (24h)<STATISTIC_TOTAL_SERVER_DAYS>: Days since world creation%player_x%,%player_y%,%player_z%: Provided by PlaceHolderAPI
๐ฌ messages.yml
Customize all plugin messages. Supports MiniMessage formatting.
๐ The #defaults Folder
The #defaults folder serves several important purposes:
- Backup Reference: Contains original copies of all configuration files
- Reset Option: Use these to restore default settings
- Update Safety: Preserved during plugin updates
- Documentation: Shows all available options with comments
๐ก Never modify files in the #defaults folder! They are automatically overwritten during server restarts.
๐ฌ Support
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Made with the lyttlest details in mind by Lyttle Development
If you enjoy this plugin, please consider:
โญ Giving it a star on GitHub
๐ฌ Sharing it with other server owners
๐ Supporting development through Donations


