- Automatically replant crops after they are harvested
- Right-click to harvest fully grown crops
- Crouch in order to break crops without having to toggle the functionality off
- Configuration options to customize how you'd like the plugin to work on your server
/scythe toggle
: Toggles the automatic replanting and right-click harvesting feature for the player who executed the command. This requires thescythe.toggle
permission./scythe reload
: Reloads the configuration for the plugin. This requires thescythe.reload
permission.
scythe.use
: Base permission for access to Scythe functionality.scythe.use.harvest
: Allows a player to harvest blocks using scythe functionalityscythe.use.replant
: Allows a player to auto-replant crops using scythe functionalityscythe.toggle
: Allows the player to toggle the feature for themselves using the /scythe toggle command.scythe.reload
: Allows the player to reload the configuration using the /scythe reload command.
right-click-to-harvest
: (Boolean) Allows right-click harvesting.require-tool-for-replant
: (Boolean) Requires a tool in order for crops to automatically replant (configured below)require-tool-for-right-click-harvest
: (Boolean) Requires a tool for right click harvest, requiresright-click-harvest
to be truereplant-tools
: (String list) List of tools allowed to be used. Only used ifrequire-tool-for-replant
orrequire-tool-for-right-click-harvest
is set totrue
. These must be declared as they would be written in a vanilla/give
commandplay-sounds
(Boolean): If set to true, sounds will be played to emulate blocks breaking when right-clicking to harvest crops. If set to false, no sounds will be played.sound
: (String) Should be taken from The Sound Enumsound-volume
: (float) The volume the sound should be played atsound-pitch
: (float) The pitch the sound should be played atbreak-particles
: (Boolean) If set to true, particles will be displayed to emulate blocks breaking when right-clicking to harvest crops. If set to false, no particles will be displayed.particle
: (String) The particle to be shown, should be taken from The Particle Enumparticle-count
: (int) The number of particles to playcrops
(String list): A whitelist of crops that this plugin should work on. Any crops not on this list will not be affected by the plugin.
- Download the latest release of the Scythe plugin from the releases page.
- Place the plugin jar file in the plugins folder of your Minecraft server.
- Start the server and wait for the plugin to be enabled.
- Edit the configuration file located in the plugins/Scythe folder to your liking.
- Restart the server for the changes to take effect.
<repository>
<id>modrinth-repo</id>
<url>https://api.modrinth.com/maven/</url>
</repository>
<dependency>
<groupId>maven.modrinth</groupId>
<artifactId>scythe</artifactId>
<version>4.0</version>
<scope>provided</scope>
</dependency>
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:scythe:4.0'
}
If you need any help with the Scythe plugin, please open an issue on the GitHub repository or join our Discord server for support.
Scythe is licensed under the MIT license. See the LICENSE file for more information.