A minecraft plugin that adds configurable commands to use every workstation.
This is my first published minecraft plugin!
It adds commands for each workstation in minecraft.
These commands provide as much configuration as I can reasonably give. You can enable/disable commands, add/remove aliases, and manage specific permissions.
Since the permissions are configurable, here is a list of the defaults.
workstationcommands.craftingtable: Allows players to use the /craftingtable command
workstationcommands.craftingtable.other: Allows players to use /craftingtable on other players
workstationcommands.stonecutter: Allows players to use the /stonecutter command
workstationcommands.stonecutter.other: Allows players to use /stonecutter on other players
workstationcommands.loom: Allows players to use the /loom command
workstationcommands.loom.other: Allows players to use /loom on other players
workstationcommands.cartographytable: Allows players to use the /cartographytable command
workstationcommands.cartographytable.other: Allows players to use /cartographytable on other players
workstationcommands.furnace: Allows players to use the /furnace command
workstationcommands.furnace.other: Allows players to use /furnace on other players
workstationcommands.blastfurnace: Allows players to use the /blastfurnace command
workstationcommands.blastfurnace.other: Allows players to use /blastfurnace on other players
workstationcommands.smoker: Allows players to use the /smoker command
workstationcommands.smoker.other: Allows players to use /smoker on other players
workstationcommands.smithingtable: Allows players to use the /smithingtable command
workstationcommands.smithingtable.other: Allows players to use /smithingtable on other players
workstationcommands.anvil: Allows players to use the /anvil command
workstationcommands.anvil.other: Allows players to use /anvil on other players
workstationcommands.enchantingtable: Allows players to use the /enchantingtable command
workstationcommands.enchantingtable.other: Allows players to use /enchantingtable on other players
workstationcommands.grindstone: Allows players to use the /grindstone command
workstationcommands.grindstone.other: Allows players to use /grindstone on other players
workstationcommands.brewingstand: Allows players to use the /brewingstand command
workstationcommands.brewingstand.other: Allows players to use /brewingstand on other players
/craftingtable: Opens the crafting table GUI.
/craftingtable <player>: Opens the crafting table GUI for a player.
/stonecutter: Opens the stonecutter GUI.
/stonecutter <player>: Opens the stonecutter GUI for a player.
/loom: Opens the loom GUI.
/loom <player>: Opens the loom GUI for a player.
/cartographytable: Opens the cartography table GUI.
/cartographytable <player>: Opens the cartography table GUI for a player.
/furnace: Opens the furnace GUI.
/furnace <player>: Opens the furnace GUI for a player.
/blastfurnace: Opens the blast furnace GUI.
/blastfurnace <player>: Opens the blast furnace GUI for a player.
/smoker: Opens the smoker GUI.
/smoker <player>: Opens the smoker GUI for a player.
/smithingtable: Opens the smithing table GUI.
/smithingtable <player>: Opens the smithing table GUI for a player.
/anvil: Opens the anvil GUI.
/anvil <player>: Opens the anvil GUI for a player.
/enchantingtable: Opens the enchanting table GUI.
/enchantingtable <player>: Opens the enchanting table GUI for a player.
/grindstone: Opens the grindstone GUI.
/grindstone <player>: Opens the grindstone GUI for a player.
/brewingstand: Opens the brewing stand GUI.
/brewingstand <player>: Opens the brewing stand GUI for a player.