Перейти к содержимому
Mineforgian

SulfurLab

Your personal lab for crafting Sulfur Cubes with custom physics. 🧪

Загрузки
1
Подписчики
0
Обновлён
17 июня 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 16 июня 2026 г.

Header

Source Code in GitHub Available for Jitpack Requires Java 25 Requires Minecraft 26.2+

SulfurLab 🧪

Create and play with Sulfur Cubes that bounce, slide, and float however you want.

For Minecraft 26.2+ (the Chaos Cubed update) on Paper/Spigot.


What it does 💫

  • Make your own Sulfur Cubes — choose how much they bounce, slide, and float.
  • Give them a block — pick any block for the cube to show.
  • They stick around — your cubes are saved and come back after a restart.
  • Easy to manage — list, teleport to, glow, rename, or remove any cube.
  • No commands to memorize — tab-completion suggests everything as you type.
  • Make it yours — change the messages and toggle the sounds in the config.

Commands

Everything lives under /sulfurlab (alias /slab).

Command Description
/sulfurlab new [name] [-b/-f/-a value] [-i block] Create a cube (auto-named if omitted)
/sulfurlab set <name> <property> <value> Set bounciness / friction / airdrag
/sulfurlab unset <name> <property> Reset a property to its default
/sulfurlab block <name> <id> Set the block the cube shows
/sulfurlab list List all cubes (click to teleport)
/sulfurlab info <name> Inspect a single cube
/sulfurlab rename <name> <new> Rename a cube
/sulfurlab tp <name> Teleport to a cube
/sulfurlab tphere <name> Bring a cube to you
/sulfurlab glow <name> [seconds] Make it glow (0 = off)
/sulfurlab kill <name|@all> Remove a cube — or all of them
/sulfurlab editor <name> Cube editor (coming soon)
/sulfurlab help Show the command list
/sulfurlab reload Reload config & messages

Properties & ranges: bounciness 0–1, friction 0–10, airdrag 0–100.

Type /sulfurlab help in-game to see everything.

Links 🔗

  • Wiki — setup, commands, and the developer API.
  • GitHub — source code and bug reports.

SulfurLab — your personal lab for crafting Sulfur Cubes with custom physics.

Ченджлог

1.0.0Релиз26.2 · 17 июня 2026 г.

SulfurLab v1.0.0 Change Log:

  • feat: create Sulfur Cubes with custom physics — bounciness, friction and air drag
  • feat: per-cube displayed block — set any block the cube shows off
  • feat: value ranges enforced — bounciness 0–1, friction 0–10, air drag 0–100
  • feat: JSON storage (sulfurs.json) — cubes survive restarts and re-apply their physics on load
  • feat: full command suite under /sulfurlab (alias /slab) — new, set, unset, block, list, info, rename, tp, tphere, glow, kill, reload
  • feat: auto-generated names when /new is run without one
  • feat: full tab-completion — cube names, the @all selector, flags, block IDs, and per-property value hints (default / min / max)
  • feat: clickable /list — click a cube to teleport to it
  • feat: smart /tp — falls back to a cube's last known location when its chunk isn't loaded
  • feat: timed /glow (0 = off)
  • feat: managed cubes don't drop their absorbed block on death
  • feat: create effects — note-block sound and geyser particles (toggleable in config.yml)
  • feat: configurable messages (messages.yml) with #RRGGBB hex color support
  • feat: developer API (SulfurCubeBuilder + SulfurCubes presets) — spawn pre-configured cubes from your own plugin
  • feat: Modrinth update checker — notifies ops on join

Комментарии

Загружаем…