GlitchSMPPlugin is a Dreamfire Studio plugin for Minecraft SMP servers. It introduces Glitch Tokens — custom craftable items that grant temporary supernatural abilities when consumed.
Built on DreamCore, DreamCommand, and DreamSmartInvs, this plugin is fully integrated into the Dreamfire ecosystem and follows the standard reusable component design.
GlitchUseEvent (cancellable).GlitchAbilityExecutor to per-token logic.GlitchAbilities.FreezeGuard, ImmunityGuard, GlideGuard, etc.).ConcurrentHashMap or AtomicReference./glitchtoken opens a 1×9 Glitch Token Menu.GlitchLoadoutPdcStore)./plugins./gt → Open the Glitch Token Menu./gt get <GlitchKey> → Get yourself a token./gt give <GlitchKey> <player> → Give token to player./gt give <GlitchKey> <player> <amount> → Give multiple tokens.Tab completions:
GlitchKey names| Key | Purpose |
|---|---|
GlitchSMPPlugin.Admin.ReloadConfigs | Reload configs |
GlitchSMPPlugin.Admin.ResetConfigs | Reset configs |
GlitchSMPPlugin.Admin.EnableSystem | Toggle plugin |
GlitchSMPPlugin.Admin.SerializeItem | Debug serialize |
GlitchSMPPlugin.Player.GetGlitchItem | Get tokens |
GlitchSMPPlugin.Player.GiveGlitchItem | Give tokens |
GlitchSMPPlugin.Player.GlitchTokens | Open token menu |
Below is a complete list of every token, its crafting recipe, and ability effect.
CRASHRecipe:
B = BlackstoneR = RedstoneD = DeepslateCrashGuardREDSTONERecipe:
R = RedstoneT = Redstone TorchDREAMRecipe:
E = EmeraldH = Player HeadDreamGuardDUPERecipe:
P = PotionT = Totem of UndyingINVENTORYRecipe:
C = ChestB = BarrelD = DropperITEM_DISABLERecipe:
I = Iron IngotS = Iron SwordN = Netherite ScrapItemDisableGuardHEROBRINERecipe:
N = NetherrackG = Glowstone DustS = Nether StarHerobrineGuardFREEZERecipe:
I = IceP = Packed IceB = Blue IceFreezeGuardEFFECT_AMPLIFYRecipe:
G = Glowstone DustB = Brewing StandIMMUNITYRecipe:
S = ShieldP = PotionT = Turtle ScuteImmunityGuardTELEPORTRecipe:
E = Ender PearlD = DeepslateP = Ender EyeGLIDERecipe:
M = Phantom MembraneE = ElytraS = Slime BlockGlideGuardINVISIBILITYRecipe:
F = Fermented Spider EyeN = Nether WartB = Brewing StandInvisibilityGuardDIFFUSERRecipe:
G = Tinted GlassT = Redstone TorchB = BeaconDiffuserGuardMORPHRecipe:
A = Amethyst ShardS = SpyglassC = Armor StandGlitchUseEvent).This makes GlitchSMPPlugin highly modular, extendable, and easy to integrate with other Dreamfire Studio plugins.