I am a Java Developer with 4 years of experience mainly focused on SpigotAPI & Bungeecord, I create all sorts of Minecraft plugins, and do some mods.
Pinned Loading
-
Bedwars-Cosmetics
Bedwars-Cosmetics PublicAn plugin that adds various sets of cosmetics to enhance the gameplay of bedwars
-
BedWars1058-ItemRotation
BedWars1058-ItemRotation PublicItem Rotation addon for BedWars1058
-
A class to get the target of a playe...
A class to get the target of a player or entity 1import org.bukkit.entity.Entity;
2import org.bukkit.entity.Player;
3import org.bukkit.util.Vector;
45public class TargetingUtil {
-
YamlApi.java
YamlApi.java 1import java.io.*;
2import java.util.HashMap;
3import java.util.Map;
45/** -
Get near by blocks for a location
Get near by blocks for a location 1public static List<Block> getNearbyBlocks(Location location, int radius) {
2List<Block> blocks = new ArrayList<Block>();
3for(int x = location.getBlockX() - radius; x <= location.getBlockX() + radius; x++) {
4for(int y = location.getBlockY() - radius; y <= location.getBlockY() + radius; y++) {
5for(int z = location.getBlockZ() - radius; z <= location.getBlockZ() + radius; z++) {
-
toxicity188/BetterModel
toxicity188/BetterModel PublicModern Bedrock model engine for Minecraft Java Edition
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



