A PaperMC plugin adding an EMC (Energy-Matter Currency) system, a transmutation table, custom weapons, items, and utilities.
Every item has an EMC value representing its material worth. Over 300 items have hand-tuned base values, and thousands more are auto-calculated from crafting/furnace/smithing/stonecutting recipes via dependency propagation.
A GUI for converting items to/from EMC. Right-click the placed table or use /transmute.
- Left-click: Buy 1 of the selected item with EMC
- Right-click: Buy 64
- Shift-right-click: Burn 64 of held item for EMC
- Recipe: 4 netherite ingots (corners), 4 redstone (edges), polished blackstone slab (center)
- Commands:
/transmute(permission:bullshitadditions.transmute, default: op),/transmutationtable(gives item, OP only)
Your EMC is displayed at the top of the tab list. Values above 1 billion are abbreviated (e.g. 1.2e9).
Stone hoe model. Right-click to fire iron nuggets. Consumes iron nuggets from inventory or ammo box.
- Damage: 5.0
- Recipe: Iron nuggets in cross around iron hoe
- Command:
/pistol(permission:bullshitadditions.pistol, default: op)
Iron hoe model. Right-click to fire gold nuggets. Low cooldown for rapid fire.
- Damage: 6.0
- Recipe: Iron blocks on edges, iron ingots in corners, iron hoe in center
- Command:
/rifle(permission:bullshitadditions.rifle, default: op)
Stick model. Hits teleport the target 2 blocks downward (into the ground for suffocation) with no knockback. Has 16 durability tracked in lore.
- Recipe: 2 iron ingots stacked vertically (stick recipe shape)
- Command:
/heavystick(permission:bullshitadditions.heavystick, default: op)
Ender chest model. Cannot be placed. Right-click opens a 3x3 inventory that only accepts iron and gold nuggets. Guns automatically pull ammo from ammo boxes in your inventory.
- Recipe: Chest (center), Bundle (top), 7 Iron Blocks everywhere else
- Command:
/ammobox(permission:bullshitadditions.ammobox, default: op)
Placable item that spawns an invincible armor stand with a target block head and leather armor. Hit it to see your damage dealt in the action bar. Remove it by hitting with a dirt block.
- Recipe: Hay bales in cross around target block
- Command:
/targetdummy(permission:bullshitadditions.targetdummy, default: op)
| Command | Permission | Default |
|---|---|---|
/emc get |
bullshitadditions.emc |
Everyone |
/emc reload |
bullshitadditions.emc |
OP |
/emc list |
bullshitadditions.emc |
OP |
/emc listempty |
bullshitadditions.emc |
OP |
/emc set <value> |
bullshitadditions.emc |
OP |
/emc trace <material> |
bullshitadditions.emc |
OP |
/emc missingroots |
bullshitadditions.emc |
OP |
/emc add <amount> |
OP | OP |
/emc remove <amount> |
OP | OP |
/transmute |
bullshitadditions.transmute |
OP |
/transmutationtable |
bullshitadditions.transmutationtable |
OP |
/recipes |
bullshitadditions.recipes |
Everyone |
/pistol, /ironbargun |
bullshitadditions.pistol |
OP |
/rifle |
bullshitadditions.rifle |
OP |
/heavystick |
bullshitadditions.heavystick |
OP |
/ammobox |
bullshitadditions.ammobox |
OP |
/targetdummy |
bullshitadditions.targetdummy |
OP |
While holding a Pistol or Rifle, a sidebar displays live counts of iron and gold nuggets across your inventory and ammo boxes.
/recipes opens a double-chest overview of all custom items. Click any item to see its recipe in a scrollable detail view. A crafting table icon returns to the overview.
All permissions work with LuckPerms. Grant all with bullshitadditions.*.
- PaperMC 1.21.4+
- Java 26