{"id":24307750,"url":"https://github.com/orphey98/typinginchat-plugin","last_synced_at":"2025-09-26T13:30:46.800Z","repository":{"id":267842360,"uuid":"902528622","full_name":"Orphey98/TypingInChat-Plugin","owner":"Orphey98","description":"Minecraft bukkit plugin, that allows server to show when players are writing in chat.","archived":false,"fork":false,"pushed_at":"2025-05-19T18:43:53.000Z","size":158,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T18:48:15.815Z","etag":null,"topics":["bukkit","chat","enhancement","gui","minecraft","paper","plugin","quality-of-life","serverside","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Orphey98.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-12-12T18:39:13.000Z","updated_at":"2025-05-19T18:41:44.000Z","dependencies_parsed_at":"2025-01-15T20:49:06.287Z","dependency_job_id":"63a6c50b-f2f7-470b-8fe2-ef8180b3fe6f","html_url":"https://github.com/Orphey98/TypingInChat-Plugin","commit_stats":null,"previous_names":["orphey98/areyoutypingplugin","orphey98/typinginchat-plugin"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Orphey98/TypingInChat-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orphey98%2FTypingInChat-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orphey98%2FTypingInChat-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orphey98%2FTypingInChat-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orphey98%2FTypingInChat-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Orphey98","download_url":"https://codeload.github.com/Orphey98/TypingInChat-Plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Orphey98%2FTypingInChat-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277086785,"owners_count":25758599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bukkit","chat","enhancement","gui","minecraft","paper","plugin","quality-of-life","serverside","spigot"],"created_at":"2025-01-17T04:19:27.905Z","updated_at":"2025-09-26T13:30:46.516Z","avatar_url":"https://github.com/Orphey98.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Typing In Chat Plugin: See when somebody typing in chat](https://github.com/user-attachments/assets/ef10e782-8f37-4092-86d0-81a791a779f4)\n# Typing In Chat Plugin\nEnable you server to show when players actively typing in chat.\nServer admins should install plugin on their server. Everyone who install [clientside mod](https://github.com/Orphey98/TypingInChat-Mod) will have special indication while they are typing in chat. \u003cbr\u003e\nPlayers who do not have client-side mod will only see other player's indicators and will not have their own. \n![demo1](https://github.com/user-attachments/assets/ee3bb3ba-be4f-4c08-ab99-f4925e1140a0)\n## Features\n\n- Animated and highly customizable. Looks defined by server admins.\n- Permissions support to show or hide indication for specific users or groups.\n- Visible for players that don't have clientside mod.\n- Based on packets and text-display entities.\n- Text-displays are attached to players.\n\n## Customization Demo\nColored indicator, indentation enabled, text-shadow disabled: [GIF](https://github.com/user-attachments/assets/d6efe5a2-e311-4d05-87dc-89802a8ff5bd) \u003cbr\u003e\nColored everything, no indentation, text-shadow enabled: [GIF](https://github.com/user-attachments/assets/619383d6-2cf2-483d-bbd0-aa488d97e00f) \u003cbr\u003e\nDefault colors, player name hidden: [GIF](https://github.com/user-attachments/assets/a1d01a4f-9e06-446b-969f-ef562f6f6ddf)\n\n\n## Installation\n\nYou need to put typinginchat-spigot.jar into server plugins folder. Also, you need to have [packetevents 2.6.0](https://github.com/retrooper/packetevents/releases/tag/v2.6.0) and [HologramAPI 1.6.0](https://github.com/max1mde/HologramLib/releases/tag/1.6.0) or newer installed.\nYou may change TIC indicators appearance with config.yml. \n\n```yaml\nconfig.yml\n\n#Show player display names\nshow-names: true\n#Indentation style of typing icon\nicon-indentation: true\n#Hologram visibility radius\nview-range: 16\n#Hologram visibility through blocks\nvisible-through-blocks: false\n#UNICODE character or text for typing animation\ntyping-char: \"✎\"\n\n#Color customization\nnames-color: \"#ffffff\"\ntyping-icon-color: \"#ffffff\"\nbackground-color: \"#000000\"\n#From 0 to 255\nbackground-transparency: 50\n#Shadow outline of text font\ntext-shadow: false\n\n#use /tic reload command to apply changes\n```\n## Permissions\n\n**tic.display** - allows player to have tic indication. True by default, but you can remove it from players or groups. \u003cbr\u003e\n**tic.admin** - required for _/typinginchat reload_ command usage.\n \n    \n## Related\n\nLink for client-side mode \n(required only for players who want to show when they typing in chat):\n[TypingInChat-Mod](https://github.com/Orphey98/TypingInChat-Mod)\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forphey98%2Ftypinginchat-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forphey98%2Ftypinginchat-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forphey98%2Ftypinginchat-plugin/lists"}