{"id":42549048,"url":"https://github.com/ubermorgott/nicknamechanger","last_synced_at":"2026-02-04T00:00:23.824Z","repository":{"id":335134051,"uuid":"1144411780","full_name":"UberMorgott/NickNameChanger","owner":"UberMorgott","description":"Server-side Hytale plugin for custom display nicknames","archived":false,"fork":false,"pushed_at":"2026-02-01T17:37:21.000Z","size":319,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-02T04:15:38.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UberMorgott.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-28T17:01:45.000Z","updated_at":"2026-02-01T17:37:14.000Z","dependencies_parsed_at":"2026-01-31T21:00:53.617Z","dependency_job_id":null,"html_url":"https://github.com/UberMorgott/NickNameChanger","commit_stats":null,"previous_names":["ubermorgott/nicknamechanger"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/UberMorgott/NickNameChanger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UberMorgott%2FNickNameChanger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UberMorgott%2FNickNameChanger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UberMorgott%2FNickNameChanger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UberMorgott%2FNickNameChanger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UberMorgott","download_url":"https://codeload.github.com/UberMorgott/NickNameChanger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UberMorgott%2FNickNameChanger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29062480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T23:14:54.203Z","status":"ssl_error","status_checked_at":"2026-02-03T23:14:50.873Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T19:00:23.489Z","updated_at":"2026-02-04T00:00:23.810Z","avatar_url":"https://github.com/UberMorgott.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NickNameChanger\n\n[![en](https://img.shields.io/badge/lang-English-blue)](README.md) [![ru](https://img.shields.io/badge/lang-Русский-green)](README.ru.md)\n\nA server-side plugin for Hytale that allows players to customize their display nickname with colors, gradients, and text styles.\n\n![Nickname Editor](img/editor_gradient.png)\n\n## Features\n\n- **UI Editor** — Graphical interface for nickname customization\n  - 12 preset colors + custom color picker\n  - 8 gradient presets + custom gradient colors\n  - Text styles: Bold, Italic, Underline\n  - Live preview\n- **Chat** — Custom nickname displayed in chat messages\n- **Nameplate** — Nickname shown above player's head\n- **Map** — Custom name displayed on the world map\n- **Tab List** — Nickname visible in the player list\n- **LuckPerms** — Optional integration for chat formatting compatibility\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `/nick` | Open the nickname editor UI |\n| `/nick \u003cname\u003e` | Set a nickname via command |\n| `/nick reset` | Reset to your original username |\n\n## Installation\n\n1. Place `NickNameChanger-x.x.x.jar` into `Hytale\\UserData\\Mods`\n2. Launch the game and open world settings\n3. Enable the mod in the Mods section\n4. Load the world\n\n## Permissions\n\nAll permissions are **allowed by default** — the mod works out of the box with no configuration.\n\n| Permission | Description | Default |\n|---|---|---|\n| `nickname.use` | Access to `/nick` command | ✅ Allowed |\n| `nickname.format` | Use colors, gradients, bold/italic/underline | ✅ Allowed |\n\nTo **deny** a permission, use the `-` prefix:\n\n**With LuckPerms:**\n```\n/lp group default permission set -nickname.format true    # deny formatting for default group\n/lp user Steve permission set -nickname.use true          # deny /nick for specific player\n```\n\n**Without LuckPerms** (`permissions.json`):\n```json\n{\n  \"groups\": {\n    \"Default\": [\"-nickname.format\"],\n    \"VIP\": [\"nickname.format\"]\n  }\n}\n```\n\n## Optional Dependencies\n\n- **[LuckPerms](https://luckperms.net/)** — If installed:\n  - Nicknames sync to LuckPerms `display-name` meta\n  - Chat displays LuckPerms prefix/suffix alongside the nickname\n  - Permissions can be managed through LuckPerms\n\n## Limitations\n\n- **Inventory header** — Cannot be changed as it is rendered client-side\n\n## Localization\n\n- English (en-US)\n- Russian (ru-RU)\n\n## Credits\n\n- **Author:** Morgott\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermorgott%2Fnicknamechanger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubermorgott%2Fnicknamechanger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubermorgott%2Fnicknamechanger/lists"}