Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lyvaris/dynamicscoreboard
scoreboard for pocektmine mp
https://github.com/lyvaris/dynamicscoreboard
dynamic-programming minecraft minecraft-plugin pocketmine pocketmine-mp pocketmine-mp-plugin pocketmine-plugins scoreboard
Last synced: about 2 months ago
JSON representation
scoreboard for pocektmine mp
- Host: GitHub
- URL: https://github.com/lyvaris/dynamicscoreboard
- Owner: Lyvaris
- License: apache-2.0
- Created: 2024-10-19T01:12:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:08:35.000Z (2 months ago)
- Last Synced: 2024-11-02T22:25:51.531Z (about 2 months ago)
- Topics: dynamic-programming, minecraft, minecraft-plugin, pocketmine, pocketmine-mp, pocketmine-mp-plugin, pocketmine-plugins, scoreboard
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamicScoreboard Plugin
---
![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)
![GitHub top language](https://img.shields.io/github/languages/top/imjustnozell/dynamicscoreboard)
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/imjustnozell/dynamicscoreboard)
![GitHub contributors](https://img.shields.io/github/contributors/imjustnozell/dynamicscoreboard)
![GitHub Created At](https://img.shields.io/github/created-at/imjustnozell/dynamicscoreboard)
-- 💻 Passionate about **Arduino Projects, PLC Automation & Web Development**
-
-
-
-
---
**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.
---
**DynamicScoreboard** is a plugin that allows players to easily create and edit _scoreboards_ dynamically within their Minecraft server.
---
## Comandos disponibles / Available Commands
### 1. `/score create`
Este comando te permite crear un _scoreboard_.
**Uso:**
```
/score create
```Al 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.
---
This command allows you to create a _scoreboard_.
**Usage:**
```
/score create
```When 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.
---
### 2. `/score edit`
Este comando te permite editar un _scoreboard_ existente.
**Uso:**
```
/score edit
```Al ejecutar este comando, se abrirá un formulario donde podrás modificar el tÃtulo y las lÃneas de un _scoreboard_ existente.
---
This command allows you to edit an existing _scoreboard_.
**Usage:**
```
/score edit
```When you run this command, a form will open where you can modify the title and lines of an existing _scoreboard_.
---
## Funcionalidades del _Scoreboard_ / _Scoreboard_ Features
- Puedes personalizar el tÃtulo del _scoreboard_.
- Hasta 15 lÃneas disponibles para editar con información personalizada.
- Variables disponibles para usar dentro de las lÃneas:
- `{date}`: Muestra la fecha actual.
- `{tps}`: Muestra el rendimiento del servidor (Ticks Per Second).
- `{world}`: Nombre del mundo actual del jugador.
- `{player_name}`: Nombre del jugador.
- `{player_ping}`: Ping del jugador.
- `{players_online}`: Número de jugadores conectados en el servidor.---
- You can customize the _scoreboard_ title.
- Up to 15 lines available for custom information.
- Variables available for use within the lines:
- `{date}`: Displays the current date.
- `{tps}`: Displays server performance (Ticks Per Second).
- `{world}`: Displays the player’s current world name.
- `{player_name}`: Displays the player's name.
- `{player_ping}`: Displays the player's ping.
- `{players_online}`: Displays the number of online players.---
## Instalación / Installation
1. Descarga el plugin **DynamicScoreboard**.
2. Coloca el archivo `.phar` en la carpeta `plugins` de tu servidor.
3. Reinicia el servidor para activar el plugin.---
1. Download the **DynamicScoreboard** plugin.
2. Place the `.phar` file into your server’s `plugins` folder.
3. Restart the server to activate the plugin.---
## LibrerÃas requeridas / Required Libraries
Para que **DynamicScoreboard** funcione correctamente, se requieren las siguientes librerÃas:
1. **YamlProvider**: Esta librerÃa permite el manejo de archivos YAML para almacenar y recuperar configuraciones de manera eficiente.
- Repositorio: [YamlProvider](https://github.com/ImJustNozell/YamlProvider)
2. **FormsUI**: Esta librerÃa proporciona interfaces gráficas personalizadas que permiten a los jugadores interactuar con formularios en el juego.
- Repositorio: [FormsUI](https://github.com/ImJustNozell/FormsUI)---
For **DynamicScoreboard** to function properly, the following libraries are required:
1. **YamlProvider**: This library allows for efficient YAML file management to store and retrieve configurations.
- Repository: [YamlProvider](https://github.com/ImJustNozell/YamlProvider)
2. **FormsUI**: This library provides custom graphical interfaces that allow players to interact with in-game forms.
- Repository: [FormsUI](https://github.com/ImJustNozell/FormsUI)---
## Configuración / Configuration
Este 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.
Una vez que creas o editas un _scoreboard_, los cambios se aplican automáticamente sin necesidad de recargar el servidor.
---
This plugin uses YAML configuration files to store _scoreboards_. The configuration files are stored in the plugin’s data directory.
Once you create or edit a _scoreboard_, changes are applied automatically without the need to reload the server.
---