{"id":16495528,"url":"https://github.com/andyld97/minecraftplayereventswebhooknotify","last_synced_at":"2025-06-11T05:07:28.648Z","repository":{"id":89233717,"uuid":"570958320","full_name":"andyld97/MinecraftPlayerEventsWebhookNotify","owner":"andyld97","description":"A (really) simple webhook for spigot and forge servers (player join, player leave)","archived":false,"fork":false,"pushed_at":"2023-11-14T19:59:09.000Z","size":130,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T11:20:34.935Z","etag":null,"topics":["bukkit-plugin","minecraft","minecraft-mod","minecraft-plugin","spigot-plugin","webhook"],"latest_commit_sha":null,"homepage":"","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/andyld97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-26T17:28:44.000Z","updated_at":"2024-08-04T19:57:53.000Z","dependencies_parsed_at":"2023-11-14T20:43:45.415Z","dependency_job_id":null,"html_url":"https://github.com/andyld97/MinecraftPlayerEventsWebhookNotify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyld97%2FMinecraftPlayerEventsWebhookNotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyld97%2FMinecraftPlayerEventsWebhookNotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyld97%2FMinecraftPlayerEventsWebhookNotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyld97%2FMinecraftPlayerEventsWebhookNotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyld97","download_url":"https://codeload.github.com/andyld97/MinecraftPlayerEventsWebhookNotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyld97%2FMinecraftPlayerEventsWebhookNotify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259204810,"owners_count":22821160,"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":["bukkit-plugin","minecraft","minecraft-mod","minecraft-plugin","spigot-plugin","webhook"],"created_at":"2024-10-11T14:30:12.342Z","updated_at":"2025-06-11T05:07:28.614Z","avatar_url":"https://github.com/andyld97.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft PlayerEventsWebhookNotify (Spigot \u0026 Forge)\n- A simple webhook for spigot servers (player join, player leave)\n- Using HTTP POST\n\n# Spigot\n\n- Copy PlayerEventsWebhookNotifySpigot.jar into the plugin folder of your server.\n- After the first start you will get your `config.yml`-file in `plugins/PlayerEventsWebhookNotify/config.yaml`!\n\n## `config.yml`\n```yaml\nappendServerName: false\nprefix: '[MC-SRV]'\njoinMessage: 'Player %s joined the game!'\nleaveMessage: 'Player %s left the game!'\nplayerDeathNotify: true\nplayerChatNotify: false\nplayerChatMessage: '[%1$s]: %2$s'\nplayerChatName: 'YOUR_NAME'\nplayerChatEndpoint: 'PLAYER_CHAT_ANSWER_EP'\nwebHookUrl: 'http://your.url'\n```\n\n# Forge\n\n- Copy PlayerEventsWebhookNotifyForge.jar into the mod-folder of your server.\n- Create the file `config.json` in `config/PlayerWebhookNotify.json`!\n\n## `PlayerWebhookNotify.json`\n```json\n{\n  \"appendServerName\":false,\n  \"prefix\":\"[MC-SRV]\",\n  \"joinMessage\":\"Player %s joined the game!\",\n  \"leaveMessage\":\"Player %s left the game!\",\n  \"webHookUrl\":\"http://your.url\",\n  \"playerDeathNotify\":true,\n  \"playerChatNotify\":true,\n  \"playerChatMessage\":\"[%1$s]: %2$s\",\n  \"playerChatName\":\"YOUR_NAME\",\n  \"playerChatEndpoint\":\"PLAYER_CHAT_ANSWER_EP\"\n}\n```\n\n# General \nNote that `playerChatName` and `playerChatEndpoint` are currently only for internal usage (they are just not yet documented)\n\n## Response you will receive\n```json\n{\n   \"level\": 0,\n   \"timestamp\": \"ISO 8601 confirm timestamp\",\n   \"application\": \"Minecraft\",\n   \"message\": \"a message\",\n   \"scope\": \"your-prefix\",\n   \"device\": \"your-device\",\n   \"userAgent\": \"Spigot/PluginV1.0.0\"   \n}\n```\n### Log Level\n- 0: Info (e.g. Player Join)\n- 1: Player Chat\n- 2: Death Messages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyld97%2Fminecraftplayereventswebhooknotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyld97%2Fminecraftplayereventswebhooknotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyld97%2Fminecraftplayereventswebhooknotify/lists"}