Skip to content
Sam edited this page Sep 1, 2024 · 3 revisions

How do I install this mod?

This mod is only server-side. No need to install it on the client.

You also need to have Fabric API installed on the server for this mod to work.

How do I make an item frame invisible?

Just damage the item frame with shears in hand. If fixWithLeather is set to true then to fix item frame you would need to damage it with leather in hand. If fixWithLeather is set to false then to fix item frame just break it.

Settings

This mod provides you with simple customization. The following customizations are accessible by every player:

  • /sframes color [color] will set your preffered color for highlighting invisible item frames.

The following customizations are only accessible by ops:

  • /sframes baseColor [color] will set base color for highlighting invisible item frames. If player wil not set his preffered color, base color wil be used.
  • /sframes radiusOfGlowing [int] will set radius inside of which invisible item frames will glow. If set to -1, item frames will not perform checks for players nearby. May be used as an optimization.
  • /sframes clientSideGlowing [bool] sets preffered way to send glow packets. If set to false, item frames will glow on server side (for everyone). If set to true, item frames will only glow for people in their radius.
  • /sframes doShearsBreak [bool] decides if shears will damage if used to create invisible frame.
  • /sframes fixWithLeather [bool] decides if leather can be used to fix item frames.

The following customizations are only accessible in .json config file:

  • invisibleItemFrameName determines the name for Invisible Item Frame item.
  • invisibleGlowItemFrameName determines the name for Invisible Glow Item Frame item.

Clone this wiki locally