{"id":21153134,"url":"https://github.com/evolsoft/popupalerts","last_synced_at":"2026-03-01T21:34:54.884Z","repository":{"id":30445176,"uuid":"33998644","full_name":"EvolSoft/PopupAlerts","owner":"EvolSoft","description":"A PocketMine-MP plugin to show alerts (join/leave messages, etc...) in popups using CustomAlerts API","archived":false,"fork":false,"pushed_at":"2020-12-05T15:03:23.000Z","size":22,"stargazers_count":11,"open_issues_count":1,"forks_count":9,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-09T10:43:33.792Z","etag":null,"topics":["customalerts-extension","php","plugin","pocketmine-mp"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/EvolSoft.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}},"created_at":"2015-04-15T14:26:51.000Z","updated_at":"2020-12-05T15:03:25.000Z","dependencies_parsed_at":"2022-07-24T16:47:04.974Z","dependency_job_id":null,"html_url":"https://github.com/EvolSoft/PopupAlerts","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/EvolSoft/PopupAlerts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvolSoft%2FPopupAlerts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvolSoft%2FPopupAlerts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvolSoft%2FPopupAlerts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvolSoft%2FPopupAlerts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvolSoft","download_url":"https://codeload.github.com/EvolSoft/PopupAlerts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvolSoft%2FPopupAlerts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29984725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"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":["customalerts-extension","php","plugin","pocketmine-mp"],"created_at":"2024-11-20T10:49:03.375Z","updated_at":"2026-03-01T21:34:54.870Z","avatar_url":"https://github.com/EvolSoft.png","language":"PHP","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=flavius.c.1999@gmail.com\u0026lc=US\u0026item_name=www.evolsoft.tk\u0026no_note=0\u0026cn=\u0026curency_code=EUR\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"],"categories":[],"sub_categories":[],"readme":"![start2](https://cloud.githubusercontent.com/assets/10303538/6315586/9463fa5c-ba06-11e4-8f30-ce7d8219c27d.png)\n\n# PopupAlerts\n\nA PocketMine-MP plugin that shows alerts in popups using CustomAlerts API\n\n[![Download!](https://user-images.githubusercontent.com/10297075/101246002-cb046780-3710-11eb-950f-ba06934b8138.png)](http://gestyy.com/er3dK6)\n\n## Category\n\nPocketMine-MP plugins\n\n## Requirements\n\nPocketMine-MP 1.7dev API 3.0.0-ALPHA7 -\u003e 3.0.0-ALPHA12\u003cbr\u003e\n**Dependency Plugins:** CustomAlerts v1.8 API 2.0\n\n## Overview\n\n**PopupAlerts** is a CustomAlerts extension which allows you to show alerts (like join/leave messages, etc...) in popups!\n\n**EvolSoft Website:** http://www.evolsoft.tk\n\n***This Plugin is a CustomAlerts extension and uses CustomAlerts API 2.0. THIS MEANS THAT YOU NEED TO INSTALL CustomAlerts v1.8 PLUGIN TO USE PopupAlerts***\n\nMessages can be configured simply from the CustomAlerts configuration file\u003cbr\u003e\nPlease read the documentation to see how to configure PopupAlerts\n\n## Donate\n\nSupport the development of this plugin with a small donation by clicking [:dollar: here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations\u0026business=flavius.c.1999@gmail.com\u0026lc=US\u0026item_name=www.evolsoft.tk\u0026no_note=0\u0026cn=\u0026curency_code=EUR\u0026bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted). Thank you :smile:\n\n## Documentation \n\n**Configuration (config.yml):**\n\n```yaml\n---\n#Message text must be configured from default CustomAlerts config.yml file\n#Join messages\nJoin:\n  #The duration of popup\n  duration: 3\n  #Show join messages in popups\n  show-popup: true\n  #Hide default join messages (they won't be displayed in chat but only on popups)\n  hide-default: true\n#Quit messages\nQuit:\n  #The duration of popup\n  duration: 3\n  #Show quit messages in popups\n  show-popup: true\n  #Hide default quit messages (they won't be displayed in chat but only on popups)\n  hide-default: true\n#World Change messages (they are displayed only if they are enabled in CustomAlerts configuration)\nWorldChange:\n  #The duration of popup\n  duration: 3\n  #Show world change messages in popups\n  show-popup: true\n  #Hide default world change messages (they won't be displayed in chat but only on popups)\n  hide-default: true\n#Death messages\nDeath:\n  #The duration of popup\n  duration: 3\n  #Show death messages in popups (Remember that they can't be displayed from the victim)\n  show-popup: true\n  #Hide default death messages (they won't be displayed in chat but only on popups)\n  hide-default: true\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolsoft%2Fpopupalerts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolsoft%2Fpopupalerts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolsoft%2Fpopupalerts/lists"}