HomeJavaModsWorkstationCommands
WorkstationCommands
ModsJava

WorkstationCommands

by TurboJax · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.4–1.21.11 · Folia⬇ Download for 1.21.4–1.21.11 · Paper⬇ Download for 1.21.4–1.21.11 · Purpur⬇ Download for 1.21.4–1.21.11 · Spigot⬇ Download for 1.21.4–1.21.11 · Sponge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

WorkstationCommands

This is my first published minecraft plugin!
With this plugin, you can allow players to open menus for any workstation from anywhere. You can enable/disable commands in the config, as well as manage the aliases of each command. Use /wcreload to reload the config without restarting.

modrinth

SPONGE ISSUES

The current version of the Sponge API does not allow for dynamic unregistration and registration of commands. This means that /wcreload IS NOT A PART OF THE SPONGE IMPLEMENTATION!!!

Configuration

Configuration for this plugin is very simple!
Commands default to being disabled if their config is not found, so you can remove a command from the config to disable it, or set the "enabled" flag to false. You can also define a list of aliases for the command. If this list is not found, it doesn't create any.

To enable only the crafting table, your config may look like this:

wccraft:
  enabled: true

That's it, just two lines.

Now let's say you dont want to run /wccraft, and you want a different command to open the gui.
This is where the aliases config comes into play. Let's add /craft as an alias to /wccraft (This is in the default config)

wccraft:
  enabled: true
  aliases:
    - craft

Note that you don't need to include the forward slash when registering the alias.

Commands

Player Permissions

Permissions given to every player

Operator Permissions

Permissions given to every operator

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more