MyPermissions-1.2.1.jar
20 Jan 2026
CurseForge · Hytale mod
A high-performance, hierarchical permissions management system for Hytale servers.
Quick answer
MyPermissions-1.2.1.jar targets 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. No required dependencies listed for this file.
Where it goes
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.
MyPermissions-1.2.1.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
Built for MyPermissions-1.2.1.jar. Pick another file and the loader, install side or required mods may change.
Use MyPermissions-1.2.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
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.
Use the “Get this file” button beside MyPermissions-1.2.1.jar. It opens that exact file at the source.
About this project

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.
*), partial wildcards (server.*), and explicit negations (-node) to override broader grants.&c, &l, etc.) and a priority system to determine which group's styling takes precedence./mpreload command.





/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./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./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.MyPermissions.jar file into your server's mods/ directory.mods/MyPermissions/.myperms.admin permission node.You can use the following codes in prefixes, suffixes, and chat:
&0 to &f (Black to White).&l (Bold), &o (Italic), &r (Reset).&6&l[VIP] will display a bold gold prefix.Your feedback is essential for the continuous improvement of MyPermissions!
logs/ folder.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.
// 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.
Project description from CurseForge.
Recent files
20 Jan 2026
18 Jan 2026
15 Jan 2026
15 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.