{"id":14969587,"url":"https://github.com/loohp/interactivechat","last_synced_at":"2025-04-04T14:03:17.399Z","repository":{"id":37261686,"uuid":"248428058","full_name":"LOOHP/InteractiveChat","owner":"LOOHP","description":"Add click and hover events to chat messages!","archived":false,"fork":false,"pushed_at":"2025-03-26T23:38:45.000Z","size":272028,"stargazers_count":178,"open_issues_count":68,"forks_count":30,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T13:58:49.831Z","etag":null,"topics":["java","minecraft","papermc","spigot-plugin","spigotmc"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/75870/","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/LOOHP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["LOOHP"],"custom":["https://paypal.me/loohpjames/5USD"]}},"created_at":"2020-03-19T06:31:48.000Z","updated_at":"2025-03-30T01:29:04.000Z","dependencies_parsed_at":"2023-02-18T09:31:18.490Z","dependency_job_id":"7c0c815d-2eef-46f9-9e53-bd170847070d","html_url":"https://github.com/LOOHP/InteractiveChat","commit_stats":{"total_commits":704,"total_committers":3,"mean_commits":"234.66666666666666","dds":0.005681818181818232,"last_synced_commit":"d1d66d950b3393f46e419faa2e7d4f60d9f204bb"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOOHP%2FInteractiveChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOOHP%2FInteractiveChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOOHP%2FInteractiveChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LOOHP%2FInteractiveChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LOOHP","download_url":"https://codeload.github.com/LOOHP/InteractiveChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190233,"owners_count":20898700,"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","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":["java","minecraft","papermc","spigot-plugin","spigotmc"],"created_at":"2024-09-24T13:42:05.099Z","updated_at":"2025-04-04T14:03:17.372Z","avatar_url":"https://github.com/LOOHP.png","language":"Java","readme":"[![Build Status](https://ci.loohpjames.com/job/InteractiveChat/badge/icon)](https://ci.loohpjames.com/job/InteractiveChat/)\n# InteractiveChat\n\nhttps://www.spigotmc.org/resources/75870/\u003cbr\u003e\nhttps://modrinth.com/plugin/interactivechat/\u003cbr\u003e\nhttps://hangar.papermc.io/LOOHP/InteractiveChat/\n\nShows your item in hand, inventory content and ender chest content with your friends! Even across servers in your global bungeecord chat! This plugin also allows you to create your own interactive keywords for your players to use in chat!\n\nMore information (screenshots, commands, permissions) about the plugin can be found on the Spigot page linked above.\n\n## Built against Spigot, Bungeecord, Velocity\nBuilt against [Spigot's API](https://www.spigotmc.org/wiki/buildtools/) (required mc versions are listed on the spigot page above), [Bungeecord's API](https://github.com/SpigotMC/BungeeCord), and [Velocity's API](https://velocitypowered.com/), with support for the [Adventure Library](https://github.com/KyoriPowered/adventure) (Notably used by [Paper](https://papermc.io/) since Minecraft 1.16.5).\nPlugins built against Spigot usually also work with [Paper](https://papermc.io/) while plugins built against Bungeecord usually also works with [Waterfall](https://github.com/PaperMC/Waterfall).\n\n## Development Builds\n\n- [Jenkins](https://ci.loohpjames.com/job/InteractiveChat/)\n\n## Maven\n```html\n\u003crepository\u003e\n  \u003cid\u003eloohp-repo\u003c/id\u003e\n  \u003curl\u003ehttps://repo.loohpjames.com/repository\u003c/url\u003e\n\u003c/repository\u003e\n```\n```html\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.loohp\u003c/groupId\u003e\n  \u003cartifactId\u003eInteractiveChat\u003c/artifactId\u003e\n  \u003cversion\u003eVERSION\u003c/version\u003e\n  \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\nReplace `VERSION` with the version number.\n\n## Dependencies \n\n- [ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/)\n- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)\n- [Vault](https://www.spigotmc.org/resources/vault.34315/)\n\n## Soft Dependencies\n\n- [EssentialsX](https://www.spigotmc.org/resources/essentialsx.9089/)\n- [EssentialsXChat](https://www.spigotmc.org/resources/essentialsx.9089/)\n- [EssentialsXDiscord](https://www.spigotmc.org/resources/essentialsx.9089/)\n- [OpenInv](https://dev.bukkit.org/projects/openinv)\n- [SuperVanish](https://www.spigotmc.org/resources/supervanish-be-invisible.1331/)\n- [PremiumVanish](https://www.spigotmc.org/resources/premiumvanish-stay-hidden-bungee-support.14404/)\n- [CMI](https://www.spigotmc.org/resources/cmi-270-commands-insane-kits-portals-essentials-economy-mysql-sqlite-much-more.3742/) ([Public API](https://github.com/Zrips/CMI-API))\n- [DeluxeChat](https://www.spigotmc.org/resources/deluxechat.1277/)\n- [VentureChat](https://www.spigotmc.org/resources/venturechat.771/)\n- [DiscordSRV](https://www.spigotmc.org/resources/discordsrv.18494/)\n- [Dynmap](https://www.spigotmc.org/resources/dynmap.274/)\n- [LuckPerms](https://luckperms.net/)\n- [Eco](https://github.com/Auxilor/eco)\n- [ViaVersion](https://www.spigotmc.org/resources/viaversion.19254/)\n- [ProtocolSupport](https://www.spigotmc.org/resources/protocolsupport.7201/)\n- [MysqlPlayerDataBridge](https://www.spigotmc.org/resources/mysql-player-data-bridge.8117/)\n\n## Official Addons\n\n- [InteractiveChat-DiscordSRV-Addon](https://www.spigotmc.org/resources/83917/) (Adds InteractiveChat functionalities to DiscordSRV)\n\n## Partnerships\n\n### Server Hosting\n**Use the link or click the banner** below to **get a 25% discount off** your first month when buying any of their gaming servers!\u003cbr\u003e\nIt also **supports my development**, take it as an alternative way to donate while getting your very own Minecraft server as well!\n\n*P.S. Using the link or clicking the banner rather than the code supports me more! (Costs you no extra!)*\n\n**https://www.bisecthosting.com/loohp**\n\n![https://www.bisecthosting.com/loohp](https://www.bisecthosting.com/partners/custom-banners/fc7f7b10-8d1a-4478-a23a-8a357538a180.png)\n","funding_links":["https://github.com/sponsors/LOOHP","https://paypal.me/loohpjames/5USD"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floohp%2Finteractivechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floohp%2Finteractivechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floohp%2Finteractivechat/lists"}