Compatibility
Minecraft: Java Edition
1.21
1.20.5–1.20.6
1.19.x
1.18.2
Platforms
Paper
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Created 2 years ago
Updated 4 months ago
Scythe - Auto-Replant, Right-Click-Harvest plugin
Features
- 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
Commands
/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.
Permissions
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.
Configuration Options
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.
API
Javadocs
Maven
<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>
Gradle
exclusiveContent {
forRepository { maven { url = "https://api.modrinth.com/maven" } }
filter { includeGroup "maven.modrinth" }
}
dependencies {
compileOnly 'maven.modrinth:scythe:4.0'
}
Support
If you need any help with the Scythe plugin, please open an issue on the GitHub repository or join our Discord server for support.
License
Scythe is licensed under the MIT license. See the LICENSE file for more information.