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
namesKey | 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.
CRASH
Recipe:
B
= BlackstoneR
= RedstoneD
= DeepslateCrashGuard
REDSTONE
Recipe:
R
= RedstoneT
= Redstone TorchDREAM
Recipe:
E
= EmeraldH
= Player HeadDreamGuard
DUPE
Recipe:
P
= PotionT
= Totem of UndyingINVENTORY
Recipe:
C
= ChestB
= BarrelD
= DropperITEM_DISABLE
Recipe:
I
= Iron IngotS
= Iron SwordN
= Netherite ScrapItemDisableGuard
HEROBRINE
Recipe:
N
= NetherrackG
= Glowstone DustS
= Nether StarHerobrineGuard
FREEZE
Recipe:
I
= IceP
= Packed IceB
= Blue IceFreezeGuard
EFFECT_AMPLIFY
Recipe:
G
= Glowstone DustB
= Brewing StandIMMUNITY
Recipe:
S
= ShieldP
= PotionT
= Turtle ScuteImmunityGuard
TELEPORT
Recipe:
E
= Ender PearlD
= DeepslateP
= Ender EyeGLIDE
Recipe:
M
= Phantom MembraneE
= ElytraS
= Slime BlockGlideGuard
INVISIBILITY
Recipe:
F
= Fermented Spider EyeN
= Nether WartB
= Brewing StandInvisibilityGuard
DIFFUSER
Recipe:
G
= Tinted GlassT
= Redstone TorchB
= BeaconDiffuserGuard
MORPH
Recipe:
A
= Amethyst ShardS
= SpyglassC
= Armor StandGlitchUseEvent
).This makes GlitchSMPPlugin highly modular, extendable, and easy to integrate with other Dreamfire Studio plugins.