- Fork https://github.com/github/dmca
- Download latest youtube-dl source code from https://yt-dl.org/latest
- Extract
tar -xvf youtube-dl-2020.09.20.tar.gz
- Push code to your fork as the GitHub CEO
package net.perfectdreams.dreamcustomitems.blocks | |
import com.comphenix.packetwrapper.WrapperPlayServerBlockChange | |
import com.comphenix.protocol.PacketType | |
import com.comphenix.protocol.events.* | |
import com.comphenix.protocol.wrappers.WrappedBlockData | |
import com.viaversion.viaversion.api.minecraft.chunks.PaletteType | |
import com.viaversion.viaversion.api.type.types.version.ChunkSectionType1_18 | |
import io.netty.buffer.Unpooled | |
import net.minecraft.core.Registry |
Requirements: | |
- Minecraft (Java) 1.14+ | |
- Resource Pack | |
If you are not yet familier with custom fonts, I recommend you watch this video before hand to get the hang of the basics or read the | |
docs by AmberWat: | |
(https://youtube.com/watch?v=-9bjbL1dYAE&feature=share) | |
(https://github.com/AmberWat/NegativeSpaceFont/blob/master/README.md) (Credit to AmberWat for the documentation) | |
Go into your texture pack folder and go to assets/minecraft/font and create a file called default.json, in this file you will put the |
tar -xvf youtube-dl-2020.09.20.tar.gz
package me.koalaoncaffeine.itemstack; | |
import org.bukkit.ChatColor; | |
import org.bukkit.Material; | |
import org.bukkit.enchantments.Enchantment; | |
import org.bukkit.inventory.ItemFlag; | |
import org.bukkit.inventory.ItemStack; | |
import org.bukkit.inventory.meta.ItemMeta; | |
import org.bukkit.material.MaterialData; |