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

WeCode

A utility mod for coding on mcdiamondfire.com

Загрузки
1K
Подписчики
4
Обновлён
27 февраля 2026 г.
Лицензия
MIT

Опубликован 11 марта 2025 г.

WeCode

Discord Link

Plot Searching

  • CTRL + F by default to search the entire plot for functions/processes/events

Commands

  • /exp
    • good way to quickly write %math expressions
  • /batchtag <tag> <value> <tag2> <value2> [...]
  • /pjoin <player>
    • Joins the plot that player is on
  • /sjoin <name>
  • /speedjoin set <name> <id/handle
  • /speedjoin list
  • /smallcaps <text
    • Gives you a qxeii'ied version of the input text
  • /dev <id> OR /dev <handle>
  • /build <id> OR /build <handle>
  • /cs (explained later)
  • /inv save AND /inv load
  • /dtp <args>
    • Runs /dev and then /ctp <args>
  • /test (don't run, does stuff for testing)

Colorspaces (/cs)

  • /cs list
    • Lists your colorspaces
  • /cs create <spacename>
    • Creates a new colorspace under the given name
  • /cs delete <spacename>
    • Deletes the given colorspace
  • /cs add <spacename> <colorname> <#color>
    • Adds a named color to a colorspace
  • /cs remove <spacename> <colorname>
    • Removes a named color
  • /cs setactive <spacename>
    • Sets your active colorspace to the given space
  • /cs export <spacename>
    • Copies the given colorspace to your clipboard
  • /cs importclipboard <spacename>
    • Imports a colorspace from your clipboard (and saves it under the given name)
When writing in chat (or running commands) every tag in the form of <<name>> gets
replaced with the corresponding color from your active colorspace (or from the "global" colorspace)

Example:
/cs create example
/cs add example test #FFFF88
/cs setactive example
/txt <<test>>Woahie!
^^ That command gives you a /txt <#FFFF88>Woahie!

Keybinds

  • Show Tags
  • Pin Item Tooltip
  • Pin Template Preview
    • There is a template peeker and this allows you to freeze it in place
  • Flight Speed Toggle Normal <==> Fast (Normal and Fast are defined in the config)

Other

  • Lagslayer Display in the top left
  • Custom Notifications
    • Moves all DF errors and successes to a fancy display in the top right (can be toggled in config)

Ченджлог

v27Релиз1.21.11 · 27 февраля 2026 г.

Version Update!

v14Релиз1.21.3 · 8 мая 2025 г.

Among other things, fixed glow outline being broken

v7Релиз1.21.3 · 26 марта 2025 г.

Flintified

9Релиз1.21.3 · 17 марта 2025 г.

Added: Improved /r and /l (dont reset on switching nodes anymore)

  • /r messages the last person that messaged you
  • /l message the last person you messaged

Added: Auto /chat Setting:

  • Runs /chat automatically

Added: /color

  • Runs /i color hex when holding an item
  • Runs /par color when holding a particle

Reworked: ColorSpaces -> ClipBoards TLDR: /cs still works, colorspaces can now also store strings and are called clipboards

8Релиз1.21.3 · 16 марта 2025 г.
  • Fix: CTRL + F only works in Dev Mode now

  • Fix: Added missing translations

  • Fix: Selected Index in CTRL+F doesnt reset when pressing keys like SHIFT or CTRL

  • Feat: Default Notification Duration Setting

  • Feat: Added scrolling to the CTRL + F menu

7Релиз1.21.3 · 16 марта 2025 г.

7:

  • Added Internal: Mode Tracking
  • Added: Setting to show item tags always when in dev mode
  • Added: /exp a quick way to write %math expressions
    • /exp 5 * (3 + 3) results in %math(5 * %math(3 + 3))
    • /exp x * 5 + 3 results in %math(%math(%var(x) * 3) + 3)

6:

  • Added /sjoin

  • Added /speedjoin set <id/handle>

  • Added /speedjoin list

  • Added exhaustive checking for error and success notifications

  • SpeedJoin allows you to register your own "handles" for plots so that you can quickly join em (credit to Emayeah for the idea)

  • Removed MessageStacker

5.1Релиз1.21.3 · 14 марта 2025 г.

Removed Message Stacker due to issues it caused and it isnt really in the scope of this mod

5Релиз1.21.3 · 12 марта 2025 г.
  • Added a Message Stacker
  • Added function/codeblock argument display
  • Added /cs view
  • Changed /cs list and /cs view to be clickable to copy and insert colors

Комментарии

Загружаем…