Coder Social home page Coder Social logo

sa-scoreboard's Introduction

Studio PLAYERS

  • This is our edit of TevorBarns edit of z-scoreboard

Clean Scoreboard Fully Configurable

z-scoreboard is a resource by Zua that allows users to easily configure the playerlist or scoreboard

alt-text

Installation

  1. Download Here.
  2. Put the z-scoreboard folder into your resources folder
  3. Add start z-scoreboard into your server.cfg

Configuration

Value Type Description
--main-bg-color rgba Main Background Color
--main-heading-bg-color rgba Header Background Color
--main-font font-family Master Font
--main-text-color rgba Master Font Color
--main-font-size px Master Font Size
--main-window-width px Playerlist Window Width
-main-window-height px Playerlist Window Height
--main-text-align direction Master Text Align
--main-heading-height px Header hight
--main-padding px Master Padding - Try not to mess w/ this (forgot what I made it assigned to)
--main-border px and rgb Scoreboard Border Intensity and Color
--main-border-radius px The 'roundness' of The Scoreboard's Border'
--ext-title-font-size px Title Header Font Size
--ext-title-font-align direction Title Header Alignment
--ext-title-font-color rgba Title Header Text Color
--ext-footer-font-align direction Footer Alignment
--ext-footer-font-color rgba Footer Text Color

config.css

:root /* Edit this for config */ {
	--main-bg-color: rgba(12, 44, 95, 0.548);
	--main-heading-bg-color: rgba(0, 0, 0, 0.568);
	--main-border: 3px solid rgba(0, 0, 0, 0.363); 
	--main-border-radius: 6px; 
	--main-font: 'Roboto Condensed', sans-serif; 
	--main-text-color: rgba(255, 255, 255, 0.9);
	--main-font-size: 39px;
	--main-window-width: 370px;
	--main-window-height: 185px;
	--main-text-align: left;
	--main-heading-height: 23px;
	--main-padding: 7px;
	--main-font-weight: 500; 
/* 'Config.js' styling */
	--ext-title-font-size: 25px;
	--ext-title-font-align: center;
	--ext-title-font-color: rgb(223, 223, 223);
	--ext-footer-font-align: right;
	--ext-footer-font-color: rgba(190, 215, 255, 0.329);
}

config.js

var title = 'Test Server';
var footer = 'discord.gg/xyz';
/* ------------------------------- */
document.getElementById('title').innerHTML = title;
document.getElementById('footer').innerHTML = footer;

Change the variable's strings in config.js to match to your liking. To change keypress value to open scoreboard -> go to client.lua | Default Key: Z

Support

If you need any help/support, join my discord and ask in #support

sa-scoreboard's People

Contributors

thatziv avatar trevorbarns avatar dragodast avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.