Skip to content

Instantly share code, notes, and snippets.

@DaPigGuy
DaPigGuy / DisabledCEs.json
Last active December 20, 2021 22:37
Custom Enchantments to be remotely disabled for PiggyCE 2.0.0 and above
[
{
"id": 117,
"name": "Disarming",
"api": [],
"version": [
"2.0.0"
],
"reason": "duplication glitch."
}
@DaPigGuy
DaPigGuy / PiggyFactionsAddon.php
Last active January 4, 2023 12:28
PiggyFactions addon for ScoreHUD
<?php
declare(strict_types=1);
/**
* @name PiggyFactionsAddon
* @version 1.1.0
* @main DaPigGuy\PiggyFactions\PiggyFactionsAddon
* @depend PiggyFactions
*/