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.

Only works on 1.21.4+

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
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_pawn_white"
        offset_y: 0.25
  rook:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_rook_black"
        offset_y: 0.25
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_rook_white"
        offset_y: 0.25
  bishop:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_bishop_black"
        offset_y: 0.5
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_bishop_white"
        offset_y: 0.5
  knight:
    points: 3
    black:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_knight_black"
        offset_y: 0.5
        rotation: 90
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_knight_white"
        offset_y: 0.5
        rotation: -90
  queen:
    points: 10
    black:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_queen_black"
        offset_y: 0.5
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_queen_white"
        offset_y: 0.5
  king:
    black:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_king_black"
        offset_y: 0.5
    white:
      model:
        material: BLAZE_POWDER
        model: "minechess:chess_king_white"
        offset_y: 0.5

Last updated