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
Changelog
Major version bump
Now version 4.0 - you will need to delete and reload your config, or get the config values from here
⚠️ Functionality previously provided by
scythe.use
has now been divided intoscythe.use.harvest
andscythe.use.replant
- if you want someone to have access to both harvesting and replanting, they must now have both permissions
What's changed:
- Changes API dependency version to 1.19
- Adds event for harvesting
- Adds permission for harvesting
- Adds event for replanting
- Adds permission for replanting
- Adds event for toggle
- Adds configuration for sound
- Adds configuration for sound's pitch
- Adds configuration for sound's volume
- Adds configuration for particle
- Adds configuration for particle quantity
- Adds configuration for tool requirement for interact-harvest
- Adds configuration for tool requirement for auto-replant
- Adds configuration for tool list
- Refactors new brand name
- Fixes sub-commands tab-completion not respecting permissions
- Adjusts sub-command logic
Adds API, currently importable through modrinth
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'
}
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
4.0Loaders
Game versions
1.19–1.19.4Downloads
490Publication date
May 28, 2023 at 11:12 PMPublisher
Rhythmic
Owner