{"id":17629608,"url":"https://github.com/imjustnozell/dynamicscoreboard","last_synced_at":"2025-08-08T17:22:26.482Z","repository":{"id":267146735,"uuid":"888776698","full_name":"imjustnozell/DynamicScoreboard","owner":"imjustnozell","description":"Dynamic scoreboard editing in game from pocketmine mp","archived":false,"fork":false,"pushed_at":"2024-12-08T16:48:50.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-08T17:31:43.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imjustnozell.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}},"created_at":"2024-11-15T01:39:35.000Z","updated_at":"2024-12-08T16:49:09.000Z","dependencies_parsed_at":"2024-12-08T17:41:48.365Z","dependency_job_id":null,"html_url":"https://github.com/imjustnozell/DynamicScoreboard","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"29dc07f2e67f3caa81d89f3334e377289df20508"},"previous_names":["imjustnozell/dynamicscoreboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjustnozell%2FDynamicScoreboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjustnozell%2FDynamicScoreboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjustnozell%2FDynamicScoreboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imjustnozell%2FDynamicScoreboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imjustnozell","download_url":"https://codeload.github.com/imjustnozell/DynamicScoreboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228996061,"owners_count":18003633,"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":["dynamic-programming","minecraft","minecraft-plugin","pocketmine","pocketmine-mp","pocketmine-mp-plugin","pocketmine-plugins","scoreboard"],"created_at":"2024-10-23T00:05:21.170Z","updated_at":"2024-12-10T03:08:48.041Z","avatar_url":"https://github.com/imjustnozell.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DynamicScoreboard Plugin\n\n---\n\n![GitHub followers](https://img.shields.io/github/followers/imjustnozell) ![GitHub Repo stars](https://img.shields.io/github/stars/imjustnozell/dynamicscoreboard) ![GitHub language count](https://img.shields.io/github/languages/count/imjustnozell/dynamicscoreboard)\n![GitHub top language](https://img.shields.io/github/languages/top/imjustnozell/dynamicscoreboard)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/t/imjustnozell/dynamicscoreboard)\n![GitHub contributors](https://img.shields.io/github/contributors/imjustnozell/dynamicscoreboard)\n![GitHub Created At](https://img.shields.io/github/created-at/imjustnozell/dynamicscoreboard)\n\n---\n\n**DynamicScoreboard** es un plugin que permite a los jugadores crear y editar _scoreboards_ de manera fácil y dinámica dentro de su servidor de Minecraft.\n\n---\n\n**DynamicScoreboard** is a plugin that allows players to easily create and edit _scoreboards_ dynamically within their Minecraft server.\n\n---\n\n## Comandos disponibles / Available Commands\n\n### 1. `/score create`\n\nEste comando te permite crear un _scoreboard_.\n\n**Uso:**\n\n```\n/score create\n```\n\nAl ejecutar este comando, se abrirá un formulario para crear un nuevo _scoreboard_. En este formulario podrás personalizar el título y agregar hasta 15 líneas de texto.\n\n---\n\nThis command allows you to create a _scoreboard_.\n\n**Usage:**\n\n```\n/score create\n```\n\nWhen you run this command, a form will open to create a new _scoreboard_. In this form, you can customize the title and add up to 15 lines of text.\n\n---\n\n### 2. `/score edit`\n\nEste comando te permite editar un _scoreboard_ existente.\n\n**Uso:**\n\n```\n/score edit\n```\n\nAl ejecutar este comando, se abrirá un formulario donde podrás modificar el título y las líneas de un _scoreboard_ existente.\n\n---\n\nThis command allows you to edit an existing _scoreboard_.\n\n**Usage:**\n\n```\n/score edit\n```\n\nWhen you run this command, a form will open where you can modify the title and lines of an existing _scoreboard_.\n\n---\n\n## Funcionalidades del _Scoreboard_ / _Scoreboard_ Features\n\n- Puedes personalizar el título del _scoreboard_.\n- Hasta 15 líneas disponibles para editar con información personalizada.\n- Variables disponibles para usar dentro de las líneas:\n  - `{date}`: Muestra la fecha actual.\n  - `{tps}`: Muestra el rendimiento del servidor (Ticks Per Second).\n  - `{world}`: Nombre del mundo actual del jugador.\n  - `{player_name}`: Nombre del jugador.\n  - `{player_ping}`: Ping del jugador.\n  - `{players_online}`: Número de jugadores conectados en el servidor.\n\n---\n\n- You can customize the _scoreboard_ title.\n- Up to 15 lines available for custom information.\n- Variables available for use within the lines:\n  - `{date}`: Displays the current date.\n  - `{tps}`: Displays server performance (Ticks Per Second).\n  - `{world}`: Displays the player’s current world name.\n  - `{player_name}`: Displays the player's name.\n  - `{player_ping}`: Displays the player's ping.\n  - `{players_online}`: Displays the number of online players.\n\n---\n\n## Instalación / Installation\n\n1. Descarga el plugin **DynamicScoreboard**.\n2. Coloca el archivo `.phar` en la carpeta `plugins` de tu servidor.\n3. Reinicia el servidor para activar el plugin.\n\n---\n\n1. Download the **DynamicScoreboard** plugin.\n2. Place the `.phar` file into your server’s `plugins` folder.\n3. Restart the server to activate the plugin.\n\n---\n\n## Librerías requeridas / Required Libraries\n\nPara que **DynamicScoreboard** funcione correctamente, se requieren las siguientes librerías:\n\n1. **YamlProvider**: Esta librería permite el manejo de archivos YAML para almacenar y recuperar configuraciones de manera eficiente.\n\n   - Repositorio: [YamlProvider](https://github.com/ImJustNozell/YamlProvider)\n\n2. **FormsUI**: Esta librería proporciona interfaces gráficas personalizadas que permiten a los jugadores interactuar con formularios en el juego.\n   - Repositorio: [FormsUI](https://github.com/ImJustNozell/FormsUI)\n\n---\n\nFor **DynamicScoreboard** to function properly, the following libraries are required:\n\n1. **YamlProvider**: This library allows for efficient YAML file management to store and retrieve configurations.\n\n   - Repository: [YamlProvider](https://github.com/ImJustNozell/YamlProvider)\n\n2. **FormsUI**: This library provides custom graphical interfaces that allow players to interact with in-game forms.\n   - Repository: [FormsUI](https://github.com/ImJustNozell/FormsUI)\n\n---\n\n## Configuración / Configuration\n\nEste plugin utiliza archivos de configuración en formato YAML para almacenar las _scoreboards_. Los archivos de configuración se guardan en el directorio de datos del plugin.\n\nUna vez que creas o editas un _scoreboard_, los cambios se aplican automáticamente sin necesidad de recargar el servidor.\n\n---\n\nThis plugin uses YAML configuration files to store _scoreboards_. The configuration files are stored in the plugin’s data directory.\n\nOnce you create or edit a _scoreboard_, changes are applied automatically without the need to reload the server.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjustnozell%2Fdynamicscoreboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimjustnozell%2Fdynamicscoreboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimjustnozell%2Fdynamicscoreboard/lists"}