ScoreboardAPl

ScoreboardAPl 1.4

Compatible API Versions
1.0.0
Sourcecode
https://github.com/Creeperface01/ScoreboardAPI
ScoreboardAPI requires KotlinLib

Example usage

Code:
    @EventHandler
    fun onJoin(e: PlayerJoinEvent) {
        val p = e.player

        val sb = builder().build()
        sb.setDisplayName("${TextFormat.GREEN}Test Scoreboard")
        sb.setScore(1, "${TextFormat.RED} ---------------  ", 1)
        sb.setScore(2, "test 2", 2)
        sb.setScore(3, "test 3", 3)
        sb.setScore(4, "test 4", 4)
        sb.setScore(5, "test 5", 5)
        sb.setScore(6, "test 6", 6)

        sb.addPlayer(p)
    }
Author
CreeperFace
Downloads
4,958
Views
5,584
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from CreeperFace

  • PlaceholderAPI
    PlaceholderAPI
    Simple placeholder provider
  • GAC
    GAC
    Cheat protection plugin originally created for GameTeam network
  • KotlinLib
    KotlinLib
    Base kotlin library for all kotlin plugins
  • More Placeholders
    More Placeholders
    Placeholders from LuckPerms, Multipass, SynapseAPI, EconomyAPI and other plugins
  • Holograms
    Holograms
    Simple holograms

Latest updates

  1. Version 1.4

    - fixed various issues with scoreboard updating
  2. Version 1.4

    - fix setting score hasn't been applied when resetted
  3. Version 1.3

    - fix packet encoding

Latest reviews

good but can you create a customizable scoreboard plugin?
CreeperFace
CreeperFace
Thank you. you can post your ideas in the resource discussion or ask me on discord.
Top