DisableCraftingRecipe - Asmodeus1354/VastPlugins GitHub Wiki
Description
Need a simple way to disable crafting recipes on your server? This lightweight plugin lets you easily block crafting recipes, helping you maintain control over what items players can create.
Configuration
Configuring restrictions and permissions for crafting actions
# If you want to disable all crafting recipes
disable_all: false
# Disable a specific crafting recipes
# without # in front!
disable_recipe:
#- carrot_on_a_stick
Installation
To successfully install the DisableCraftingRecipe plugin, follow these steps:
Step 1: Download the Plugin
- Obtain the latest version of the DisableCraftingRecipe plugin .jar file from the releases page.
Step 2: Place the File
- Move the downloaded .jar file into your server's
plugins
folder.- The path typically looks like this:
/container/plugins/
- The path typically looks like this:
Step 3: Restart the Server
- Restart your Minecraft server to load the new plugin. This can usually be done by using the following command in your server console:
restart
Alternatively, you can stop the server and start it again manually.
Step 4: Verify Installation
- Check if your server loaded the plugin. Run in your server console:
pl
orplugins
and check ifDisableCraftingRecipe
is green.
Step 5: Configure the Plugin
- Open the
config.yml
in theDisableCraftingRecipe
folder within theplugins
directory.- The path typically looks like this:
/container/plugins/DisableCraftingRecipe
- The path typically looks like this:
- Configure the plugin as desired to tailor the plugin to your server's needs. Default file
FAQ
If you encounter any issues, join our discord and open a ticket here.