SimpleBoard

Script SimpleBoard 1.0.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

LimeGlass

VIP
Supporter ++
Regular Diner
Addon Developer
Jan 24, 2017
633
442
73
26
location of "LimeGlass" parsed as player
LimeGlass submitted a new resource:

SimpleBoard - Allows you to create simple scoreboards for each player all done in YAML

Info:
This script allows you to simply edit and create scoreboards with ez. All
you need to do is add some data into a yaml and the simple board will control the data for each player. It's very simple, average updating speeds, no flicker and client side for each player.

Config:
code_language.skript:
config:
  version: 1.0.0
  saveFiles: 'false'
  ScoreboardUpdate: '10'
  Scoreboard:
  - '§6Player: §f%player%'
  - '§6Deaths: §f%{example.variable}%'
  - '§6Health: §f%player''s health%'...

Read more about this resource...
 
He only create:
code_language.skript:
savefiles: 'true'
scoreboardtitleupdate: '5'
scoreboardupdate: '10'
version: 1.0.1

why? :c