Skip to content

Instantly share code, notes, and snippets.

View gabrielbs21's full-sized avatar
🎯
Focusing

Gabriel Santos gabrielbs21

🎯
Focusing
View GitHub Profile
@diego3g
diego3g / NODE.md
Last active November 18, 2024 19:18
VSCode Settings (Updated)

⚠️ Note!

With VSCode version 1.94, the APC extension broke and there is no fix yet.

So, for those having issues with APC after the VSCode update, I recommend downloading the previous version of VSCode for now (https://code.visualstudio.com/updates/v1_93) and setting updates to manual by adding this to the editor's configuration:

"update.mode": "manual",
@WeiiswurstDev
WeiiswurstDev / ScoreboardSign.java
Last active March 12, 2022 21:11 — forked from zyuiop/README.MD
A simple tool to manage scoreboards in minecraft (lines up to 48 characters !). This Fork uses ProtocolLib and is therefore compatible with 1.8 - 1,15,2. To use it in your project, you need to use ProtocolLib as a dependency!!
package dev.wwst.scoreboard;
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.ProtocolLibrary;
import com.comphenix.protocol.ProtocolManager;
import com.comphenix.protocol.events.PacketContainer;
import com.comphenix.protocol.wrappers.EnumWrappers;
import com.google.common.collect.Lists;
import org.bukkit.entity.Player;