Skip to content

Repository files navigation

ScoreboardSystem

A customizable scoreboard plugin for Minecraft servers, built with Kotlin and designed to work with PlaceholderAPI.

Features

  • 🎯 Customizable scoreboard display
  • 🔄 Real-time updates
  • 🎨 Support for PlaceholderAPI placeholders
  • 🔧 Easy configuration via YAML
  • 🎮 Player toggle command
  • ✅ Built for Minecraft 1.21

Requirements

  • Spigot/Paper 1.21 server
  • Java 17 or higher
  • PlaceholderAPI (Optional but recommended)

Commands

  • /scoreboard or /sb - Main command
    • /scoreboard reload - Reload the configuration
    • /scoreboard toggle - Toggle the scoreboard visibility
    • /scoreboard help - Show help message

Permissions

  • scoreboard.use - Allows using the scoreboard commands
  • scoreboard.* - All scoreboard permissions (includes scoreboard.use)

Configuration

The main configuration file is located at plugins/ScoreboardSystem/config.yml. Here's an example configuration:

scoreboard:
  title: "&6&l⚡ &e&lMY SERVER &6&l⚡"
  lines:
    - "&7▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
    - ""
    - "&ePlayer: &f%player_name%"
    - "&eRank: &f%vault_rank%"
    - "&ePing: &f%player_ping%ms"
    - ""
    - "&6Online: &f%server_online%"
    - "&6TPS: &f%server_tps_1%"
    - ""
    - "&bBalance: &f$%vault_eco_balance_formatted%"
    - "&bLevel: &f%player_level%"
    - ""
    - "&dWebsite: &fmyserver.net"
    - "&dDiscord: &f/discord"
    - ""
    - "&7▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
  update-interval: 20

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages