Resource Pack 1.21.4+

This is the configuration of the plugin using a custom resource pack that add models to the pieces of chess arenas. You can download the resource pack from HERE.

Find the pieces section of your config and replace it with the following section. Remember that you must set the Pieces Type of your arenas to MODEL.

pieces:
  pawn:
    points: 1
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_pawn_black
        offset_y: 0.25
      hologram:
        text: '#a9a9a9&lPawn'
        offset_y: 3.5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_pawn_white
        offset_y: 0.25
      hologram:
        text: '&f&lPawn'
        offset_y: 3.5
  rook:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_rook_black
        offset_y: 0.25
      hologram:
        text: '#a9a9a9&lRook'
        offset_y: 4.5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_rook_white
        offset_y: 0.25
      hologram:
        text: '&f&lRook'
        offset_y: 4.5
  bishop:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_bishop_black
        offset_y: 0.5
      hologram:
        text: '#a9a9a9&lBishop'
        offset_y: 4.5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_bishop_white
        offset_y: 0.5
      hologram:
        text: '&f&lBishop'
        offset_y: 4.5
  knight:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_knight_black
        offset_y: 0.5
        rotation: 90
      hologram:
        text: '#a9a9a9&lKnight'
        offset_y: 4.5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_knight_white
        offset_y: 0.5
        rotation: -90
      hologram:
        text: '&f&lKnight'
        offset_y: 4.5
  queen:
    points: 10
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_queen_black
        offset_y: 0.5
      hologram:
        text: '#a9a9a9&lQueen'
        offset_y: 5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_queen_white
        offset_y: 0.5
      hologram:
        text: '&f&lQueen'
        offset_y: 5
  king:
    black:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_king_black
        offset_y: 0.5
      hologram:
        text: '#a9a9a9&lKing'
        offset_y: 5
    white:
      model:
        material: BLAZE_POWDER
        model: minechess:chess_king_white
        offset_y: 0.5
      hologram:
        text: '&f&lKing'
        offset_y: 5

Last updated