{"id":37080680,"url":"https://github.com/cenk/endstone-welcome-message","last_synced_at":"2026-01-14T09:47:34.277Z","repository":{"id":305713270,"uuid":"1023765750","full_name":"cenk/endstone-welcome-message","owner":"cenk","description":"A simple plugin for Endstone that sends a welcome message to players when they join. The message can be shown in chat, tip, popup, toast, title, or form format.","archived":false,"fork":false,"pushed_at":"2025-08-13T02:59:50.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T13:28:55.264Z","etag":null,"topics":["bedrock","endstone","minecraft","minecraft-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","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/cenk.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":"2025-07-21T16:55:36.000Z","updated_at":"2025-09-23T18:04:43.000Z","dependencies_parsed_at":"2025-07-21T17:44:03.533Z","dependency_job_id":"a0ceb451-6fbe-4313-b9bc-6ae96429a57a","html_url":"https://github.com/cenk/endstone-welcome-message","commit_stats":null,"previous_names":["cenk/endstone-welcome-message"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cenk/endstone-welcome-message","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenk%2Fendstone-welcome-message","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenk%2Fendstone-welcome-message/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenk%2Fendstone-welcome-message/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenk%2Fendstone-welcome-message/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cenk","download_url":"https://codeload.github.com/cenk/endstone-welcome-message/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cenk%2Fendstone-welcome-message/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bedrock","endstone","minecraft","minecraft-plugin"],"created_at":"2026-01-14T09:47:33.635Z","updated_at":"2026-01-14T09:47:34.270Z","avatar_url":"https://github.com/cenk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# endstone-welcome-message\n\nA simple plugin for **Endstone** that sends a welcome message to players when they join. The message can be shown in **chat**, **tip**, **popup**, **toast**, **title**, or **form** format.\n\n## Message types\n### 1 - Chat message:\n![Chat](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/chat.png \"Chat\")\n\n### 2 - Tip message:\n![Tip](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/tip.png \"Tip\")\n\n### 3 - Popup message:\n![Popup](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/popup.png \"Popup\")\n\n### 4 - Toast message:\n![Toast](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/toast.png \"Toast\")\n\n### 5 - Title message:\n![Title](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/title.png \"Title\")\n\n### 6 - Form message:\n![Form](https://raw.githubusercontent.com/cenk/endstone-welcome-message/refs/heads/main/images/form.png \"Form\")\n\n---\n\n## Available Commands\n\nAll configuration is done via in-game commands:\n\n### `/wmset \u003ckey\u003e \u003cvalue\u003e`\nUsed to update specific configuration options for the welcome message.\n\n- `/wmset type \u003cvalue\u003e`\n    - Sets the message type.\n    - Valid values: `chat`, `tip`, `popup`, `toast`, `title`, `form`\n    - Example: `/wmset type title`\n\n- `/wmset header \u003cvalue\u003e`\n    - Sets the message header.\n    - Supports placeholders and Minecraft color codes.\n    - Only used for `toast`, `title`, and `form` types.\n    - Example: `/wmset header Welcome {player_name}!`\n\n- `/wmset body \u003cvalue\u003e`\n    - Sets the message body.\n    - Supports placeholders and Minecraft color codes.\n    - Use `\\n` for new lines.\n    - Note that the Toast message type does not support new lines.\n    - Example: `/wmset body Hi {player_name}\\nWelcome to our server`\n\n- `/wmset button \u003cvalue\u003e`\n    - Sets the form button text.\n    - Only used for form type.\n    - Example: `/wmset button Close`\n\n- `/wmset wait \u003c0-5\u003e`\n    - Delays message for 0–5 seconds after player joins.\n    - Example: `/wmset wait 2`\n\n### `/wmopts`\nDisplays the current configuration for the welcome message.\n\n- `/wmopts`\n\n### `/wmtest [value]`\nUsed to manually preview the welcome message for testing before enabling it server-wide.\n\n- `/wmtest`\n    - Previews a test message using the currently active type.\n\n- `/wmtest [value]`\n    - Previews a test message using the specified type.\n    - Valid values: `chat`, `tip`, `popup`, `toast`, `title`, `form`\n    - Example: `/wmtest popup`\n\n### `/wmenable` or `/wmon`\nEnables the welcome message system with the current configuration options.\n\n- `/wmenable` or `/wmon`\n\n### `/wmdisable` or `/wmoff`\nDisables the welcome message system.\n\n- `/wmdisable` or `/wmoff`\n\n---\n\n## Installation\n1. Download the latest `.whl` file from [GitHub Releases](https://github.com/cenk/endstone-welcome-message/releases) and place it into your `plugins/` folder.\n2. Restart or reload the server.\n\n---\n\n### Placeholders\nYou can use the following placeholders in your welcome message. \n| Placeholder | Description |\n| --- | --- |\n| {player_name} | Player's name |\n| {player_locale} | Player's current locale |\n| {player_device_os} | Player's operation system |\n| {player_device_id} | Player's current device id |\n| {player_hostname} | Player's hostname |\n| {player_port} | Player's port number |\n| {player_game_mode} | Player's current game mode |\n| {player_game_version} | Player's current game version |\n| {player_exp_level} | Player's current experience level |\n| {player_total_exp} | Player's total experience points |\n| {player_exp_progress} | Player's current experience progress towards the next level |\n| {player_ping} | Player's average ping |\n| {player_dimension_name} | Player's current dimension name |\n| {player_dimension_id} | Player's current dimension id |\n| {player_coordinate_x} | Player's current x coordinate |\n| {player_coordinate_y} | Player's current y coordinate |\n| {player_coordinate_z} | Player's current z coordinate |\n| {player_health} | Player's health |\n| {player_max_health} | Player's max health |\n| {player_xuid} | Player's XUID |\n| {player_uuid} | Player's UUID |\n| {server_level_name} | Server's level name |\n| {server_max_players} | The maximum amount of player's which can login to this server |\n| {server_online_players} | Current online players count |\n| {server_start_time} | Start time of the server |\n| {server_locale} | Server's current locale |\n| {server_endstone_version} | Server's Endstone version |\n| {server_minecraft_version} | Server's Minecraft version |\n| {server_port} | Server's IPv4 port |\n| {server_port_v6} | Server's IPv6 port |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenk%2Fendstone-welcome-message","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenk%2Fendstone-welcome-message","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenk%2Fendstone-welcome-message/lists"}