Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.01 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.01 KB

mc-scoreboardHelper

A Minecraft mana9er plugin for enabling in-game sidebar scoreboard cycling.

Functionalities & Usage

The following shows a list of functionalities of the scoreboardHelper pulgin and their in-game usages (by sending the command to the chat box).

For Players

  1. List all visible scoreboards.

    !sb list
    
  2. View a certain scoreboard for a (fixed) period of time.

    !sb view <name>
    
  3. Display help info.

    !sb help
    

For Server OPerators

  1. Toggle scoreboard cycling. (Case insensitive)

    !sb cycle <true|t|false|f>
    
  2. Register / Remove "visible" scoreboards.

    !sb <add|remove|rm> visible <name>
    
  3. Register / Remove scoreboards for cycling.

    !sb <add|remove|rm> cycle <name>
    
  4. Set scoreboard cycle interval.

    !sb settime cycle <time_in_sec>
    
  5. Set duration for temporal viewing.

    !sb settime view <time_in_sec>