-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sam edited this page Sep 1, 2024
·
3 revisions
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.
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.
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 tofalse, item frames will glow on server side (for everyone). If set totrue, 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:
-
invisibleItemFrameNamedetermines the name forInvisible Item Frameitem. -
invisibleGlowItemFrameNamedetermines the name forInvisible Glow Item Frameitem.