LuxSopport_1.0.0_1.20.1
Compatibility
Changes
💠 Lux Support Mod
The ultimate administrative toolkit for cinematic servers and advanced management.
Lux Support Mod is a comprehensive server-side and client-side utility designed to give administrators absolute control over the world’s visual elements and player interactions. Whether you are running a roleplay server, a minigame, or a cinematic project, Lux provides the tools to make your world feel alive and professional.
📍 Dynamic Waypoint System
Create high-quality floating texts (holograms) anywhere in your world.
- Rich Text Support: Full compatibility with JSON components for multi-colored and bold titles.
- Advanced Styling: Choose between "Modern" or "Classic" styles with adjustable scaling.
- Per-Player Visibility: Target specific players or global audiences with ease.
📋 Custom Tablist Management
Take control of the player list (TAB) with dynamic headers and footers.
- Multi-line Support: Add as many lines as you need to the top or bottom.
- Instant Sync: Update the tablist in real-time without needing to reconnect.
🛡️ Advanced Region System (3D Zones)
Define specific areas in your world and toggle "Flags" to control behavior:
- Flags included:
pvp,break(block protection), andmsg(entry/exit messages). - Precision: Define exact coordinates for 3D cuboid protections.
🔒 Player "Rule" Control
Enforce restrictions on players for cinematic or administrative purposes. You can remotely disable:
- Movement & Combat: Disable jumping, moving, attacking, or sneaking.
- UI Elements: Hide the HUD (F1) or Debug Menu (F3) for players.
- Interactions: Prevent players from dropping items or opening inventories.
⏲️ Cinematic Utilities
- Global Timers: Display a synchronized countdown on every player's screen.
- Sound Sync: Play any Minecraft sound or resource pack sound to specific players with controlled volume and pitch.
- Support System: A built-in ticket/help system for players to communicate with staff.
🚀 Commands at a glance
/lux waypoint <create|remove|list>— Manage 3D holograms./lux tabulador <header|footer> <add|remove|clear>— Edit the Tab menu./lux protection <create|remove|attribute>— Manage world regions./lux keys <player> <rule> <true|false>— Toggle player restrictions.
Note: This mod must be installed on both the server and the client for all visual features to function correctly.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:e1OgZnvk:GTuWKg2b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e1OgZnvk:GTuWKg2b"
}

