<aside> <img src="/icons/flash_yellow.svg" alt="/icons/flash_yellow.svg" width="40px" /> This module can be turned on or off in Settings/Modules.yml

</aside>

Commands with Permissions

<aside> <img src="/icons/following_blue.svg" alt="/icons/following_blue.svg" width="40px" /> List of all commands that have permissions:

Untitled

</aside>

Config Modules/Sidebar.yml

The sidebar config file is loaded with comments to help you create your own unique sidebar.

Basic Sidebar

# This is what all players see for the sidebar screen
# Can be overridden by creating a group and giving the player the permission
default:
  # Title for the sidebar
  title: 'ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴛʜᴇ sᴇʀᴠᴇʀ'
  # Lines in the sidebar
  lines:
    - '%animated_player%'
    - '%animated_stats%'
    - ''
    - '&7%date{hh:mm:ss a}%'
    - ''
    - '%animated_toggle%'

Tab Groups

# Setup groups for the sidebar list
# Each group should have a unique name
groups:
  # If custom groups are enabled
  # Disabling them saves resources
  enabled: true
  # Example admin group
  admin:
    # The permission to use this group
    permission: "ecore.sidebar.admin"
    # Priority of the group
    # For people like OPs that have multiple permission groups
    # The highest priority group will be used
    priority: 100
    # Title for the sidebar
    title: 'ᴡᴇʟᴄᴏᴍᴇ ᴛᴏ ᴛʜᴇ sᴇʀᴠᴇʀ'
    # Format the footer of the sidebar list
    lines:
      - '%animated_player%'
      - '%animated_stats%'
      - ''
      - '%animated_toggle%'

Animation

# Animations that can be used in the sidebar list
animations:
  # Unique name of the animation to use
  player:
    # Lines of the animation
    lines:
      - '&7Player: &d%ecore_nickname%'
      - '&7Player: &b%ecore_nickname%'
      - '&7Player: &a%ecore_nickname%'

  stats:
    delay: 2
    lines:
      - '&6x &b%player_compass_x% &6y &b%player_compass_y% &6z &b%player_compass_z%'
      - '&c%player_health_rounded% ♥'

  toggle:
    lines:
      - '&7Toggle with &f/&6sidebar'
      - '&7Toggle with &6/&fs&6idebar'
      - '&7Toggle with &6/s&fi&6debar'
      - '&7Toggle with &6/si&fd&6ebar'
      - '&7Toggle with &6/sid&fe&6bar'
      - '&7Toggle with &6/side&fb&6ar'
      - '&7Toggle with &6/sideb&fa&6r'
      - '&7Toggle with &6/sideba&fr'
      - '&7Toggle with &6/sideb&fa&6r'
      - '&7Toggle with &6/side&fb&6ar'
      - '&7Toggle with &6/sid&fe&6bar'
      - '&7Toggle with &6/si&fd&6ebar'
      - '&7Toggle with &6/s&fi&6debar'
      - '&7Toggle with &6/&fs&6idebar'