SmartQuests - TabScore

Description

The plugin features an integrated scoreboard and a fully customizable tablist. The tablist supports placeholders, allowing complete personalization. Due to size limitations, the scoreboard content is fixed and will display the mission lore.


Commands

Command
Description

/qscore toggle

Each player will have the ability to deactivate/activate the scoreboard


Permissions

Permission
Description

smartquests.scoreboard.toggle

Enables the player to use the command /qscore toggle

smartquests.scoreboard.set

Enable or disable the scoreboard for a specific player (Only for OP)

smartquests.scoreboard.use

Enables the player to view the scoreboard

smartquests.tablist.use

Enables the player to view the tablist


Configuration

config.yml
scoreboard:
  enabled: true
  interval: 3 #seconds
  page: true
  page-text: "&f{page}&7/&7{total}"
  title: "&6&l✦ Smart Quests ✦ "

tab-list:
  enabled: true
  interval: 3 #seconds
  page: true
  page-text: "&f{page}&7/&7{total}"
  prefix: " &e> "
  suffix: " &e< "
  no-active-quest: "&7No active missions."
  header:
    - "&a&l✦ SMART QUESTS ✦"
    - ""
    - "&7Welcome &a%player_name%&7!"
    - "&8&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
  footer:
    - "&8&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
    - "&aActive Missions: &f%SmartQuests_player.active%"
    - "&aMissions Completed: &f%SmartQuests_player.complete%"
    - "&8&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
    - "&6&lCURRENT MISSIONS:"
    - ""
    - "{SmartQuests}" #It is replaced by the active mission
    - "&8&m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
    - "&7Online: &a%server_online%"

# To use %player_name%, %server_online%
# Download PlaceholderAPI add-on packages, with the following commands:
# /papi ecloud download Server   /papi ecloud download Player

Last updated