Skip to content

Instantly share code, notes, and snippets.

View FireInstall's full-sized avatar
💭
I may be slow to respond course studys takes me over.

FireInstall FireInstall

💭
I may be slow to respond course studys takes me over.
View GitHub Profile
@FireInstall
FireInstall / FrameTurtleExample.java
Created July 7, 2024 05:15
A medium complex frame finder, can get you any frame if a sign is attatched to it and validates the frame almost all around. Does not check if the frame has only air inside.
package me.fireinstallations;
import de.greensurivors.greenbook.utils.Utils;
import io.papermc.paper.math.BlockPosition;
import io.papermc.paper.math.Position;
import org.bukkit.Material;
import org.bukkit.World;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.block.Sign;