From 01f7b9b11b52360674cc75a862384197fa616197 Mon Sep 17 00:00:00 2001 From: Akari_m <58370835+Akari-my@users.noreply.github.com> Date: Sun, 23 Apr 2023 14:05:43 -0700 Subject: [PATCH] Update README.md --- README.md | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b69f5cc..4882e74 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,88 @@ -# AdvancedScoreboard -AdvancedScoreboard +
+ + Logo + + +

An advanced, fast and customizable scoreboard plugin for BetterAltay Servers

+ +

+ The best lag-free alternative to ScoreHud, +
+ without external tag install support! +
+
+ Report Bug + · + Request Tags + · + Request Features +

+
+ +### Features: +- [x] Recode The Plugin +- [] Highly customizable +- [] Fast +- [] Support to other plugins +- [] Random color text +- [] Scoreboard API and Configurable +- [] Multi-World scoreboard support + +### Plugin dependency (Your choice whether to put them or not): +- PurePerms +- EconomyAPI +- FactionsPro +- CombatLogger +- KDR +- PreciseCpsCounter +- RedSkyBlock + +## Commands +* /as + +## Config.yml +
+ Click to open + +```yaml +--- +default: # DEFAULT | IF NO WORLDS ARE CONFIGURED WILL DISPLAY THIS FOR EVERY WORLD + title: + - '&cServer Name' + - '&aServer Name' + lines: + - '§»' + - '&7»Player: &3{NAME}' + - '&7»Online: &3{ONLINE}' + - '&7»World: &3{WORLDNAME}' + - '&7»X: &a{X}' + - '&7»Y: &a{Y}' + - '&7»Z: &a{Z}' + +worlds: + world: + title: + - '&cServer Name' + - '&aServer Name' + lines: + - '§»' + - '&7»Player: &3{NAME}' + - '&7»Online: &3{ONLINE}' + - '&7»World: &3{WORLDNAME}' + - '&7»X: &a{X}' + - '&7»Y: &a{Y}' + - '&7»Z: &a{Z}' +... +``` +
+ +## ⚠️ ATTENTION READ +This plugin was written in API 3.28.0 for [BetterAltay](https://github.com/Benedikt05/BetterAltay) Servers + +### a command that opens a UI: + + +### The scoreboard viewed in Game: + + +## Please leave a ⭐ to help the Project!