Groups

This page has all of the information related to groups.yml file.

πŸ“ Example configuration:

# Groups for pets, override default values
# You can set there all values available for pets
example_group:
  pet-speed: 0.5
  position:
    height-offset: 1.0
    distance-behind: 2.0
    radians: 220
  show_displayname: true
  appearance:
    scale: 0.7
    displayname:
      background_color: "GOLD"
      background_opacity: 20

Groups override default values from config.yml and from pets configuration!

πŸ“„ List of settings available in group:

  • Permission

  • Displayname

  • Show_displayname

  • Texture

  • Lore

  • Lock_Description

  • Unlock_Description

  • Background_color

  • Background_opacity

  • Menu_name

  • Scale

  • Radians

  • Height_offset

  • Distance_behind

  • Speed

Last updated