Back to Mods
MyPermissions

MyPermissions

utilityTiagoDev

A high-performance, hierarchical permissions management system for Hytale servers.

About MyPermissions

MyPermissions - Advanced Hierarchical Management for Hytale

MyPermissions is a high-performance, robust permission management solution built specifically for Hytale dedicated servers. It provides administrators with granular control over player capabilities through a recursive inheritance engine, ensuring scalability and ease of use for any server size.

šŸš€ Key Features

Recursive Group Inheritance: Create complex permission trees where child groups automatically inherit nodes from parent groups.

Flexible Permission Formats: Full support for exact nodes, total wildcards (*), partial wildcards (server.*), and explicit negations (-node) to override broader grants.

Rich Chat Metadata: Manage player prefixes and suffixes with full color code support (&c, &l, etc.) and a priority system to determine which group's styling takes precedence.

Safety & Reliability: The system automatically generates backups of your configuration before every save, allowing for quick recovery in case of errors.

Real-time Updates: Apply changes instantly without restarting your server using the /mpreload command.

šŸ‘¤ User Management Commands

/mp: Open UI.

/mpuser-add <player> <group>: Assigns a player to a specific group.

/mpuser-remove <player> <group>: Removes a player from a specific group.

/mpuser-info <player>: Displays a detailed view of a player's active groups and permissions.

/mpuser-addperm <player> <node>: Grants a specific permission node to an individual player.

/mpuser-removeperm <player> <node>: Removes a specific permission node from a player.

šŸ‘„ Group Management Commands

/mpgroup-list: Shows all groups with their respective priorities.

/mpgroup-info <group>: Displays group details including permissions, parents, and metadata.

/mpgroup-create <name>: Initializes a new permission group.

/mpgroup-delete <name>: Removes an existing group from the system.

/mpgroup-addperm <group> <node>: Adds a permission node to an entire group.

/mpgroup-setparent <group> <parent>: Configures a group to inherit permissions from another.

/mpgroup-setpriority <group> <number>: Defines the priority for prefix/suffix display (higher numbers override lower ones).

/mpgroup-rename <oldName> <newName>: Rename a group.

šŸ”§ System Utilities

/mpcheck <player> <node>: Real-time testing to verify if a player has a specific permission node.

/mpreload: Forces the plugin to refresh all data from the disk.

/mpbackup-list: Lists all available configuration backups.

/mpbackup-restore <backup_name>: Restores configuration from a specific backup file.

šŸ› ļø Installation & Requirements

Ensure your server is running Java 25 (LTS) as required by the Hytale engine.

Place the MyPermissions.jar file into your server's mods/ directory.

Restart your server to generate the default configuration files in mods/MyPermissions/.

All administrative commands require the myperms.admin permission node.

šŸŽØ Color Codes Support

You can use the following codes in prefixes, suffixes, and chat:

Colors: &0 to &f (Black to White).

Formatting: &l (Bold), &o (Italic), &r (Reset).

Example: &6&l[VIP] will display a bold gold prefix.

šŸ› Bug Reports & Feedback

Your feedback is essential for the continuous improvement of MyPermissions!

Found a Bug? Please describe the issue in the comments section below.

Technical Details: When reporting, please specify your server version and, if possible, provide the error logs from the logs/ folder.

Suggestions: Have an idea for a new feature? Feel free to share it in the comments!

⚔ Technical Information

This plugin is built using Hytale's native Codec system, ensuring high-speed data serialization and preventing configuration corruption. It is optimized to handle large permission trees with minimal impact on server tick rates.

šŸ”Œ Developer API

Public Methods in Main.java

// Check if player has permission Main.hasPermission(UUID uuid, String permission); // Returns boolean

// Get player's prefix Main.getPermissionManager().getUserPrefix(String uuid); // Returns String

// Get player's suffix Main.getPermissionManager().getUserSuffix(String uuid); // Returns String

// Add player to group Main.getPermissionManager().addUserToGroup(String uuid, String groupName); // Returns boolean

// Clear permission cache Main.getPermissionManager().clearCache(); Main.getPermissionManager().clearCache(UUID uuid); Developed for Hytale Dedicated Servers.

Downloads
705
Created
Jan 15, 2026
Updated
Jan 20, 2026
Version
Early Access

Categories

UtilityQuality of Life

Download Mod

Download on CurseForge
Free download • 705 total downloads

Need a Server?

Run MyPermissions on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is MyPermissions?

A high-performance, hierarchical permissions management system for Hytale servers.

How do I download MyPermissions?

You can download MyPermissions for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created MyPermissions?

MyPermissions was created by TiagoDev. The mod has been downloaded 705 times.

Is MyPermissions compatible with Hytale servers?

MyPermissions 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 MyPermissions?

To install MyPermissions: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.