Scythe

Scythe

Plugin

Auto-replant harvested crops!

Server FoodGame MechanicsUtility

777 downloads
26 followers
Created2 years ago
Updateda year ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

Scythe 4.0

by Rhythmic on May 28, 2023
Download

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 into scythe.use.harvest and scythe.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'
}

Previous releases would not allow players to use right click on crops for normal tasks like placing blocks or bonemealing when right-click-harvest was enabled- this release fixes that

Full Changelog: https://github.com/ADHDMC/Scythe/compare/v3.0...v3.1

3.0

by Rhythmic on Dec 17, 2022
Download

There was some weird stuff with the last version, mainly that the permissions weren't documented properly and there was some hardcoded stuff I didn't notice.

This release should solve those issues There is also now options for particles and sounds when crops are broken with right click

Important Mechanics have been changed slightly. If you are able to harvest things, you won't be able to break crops that haven't fully grown. This is to fix an issue between server and client, where client would send too many break packets, and it'd break the newly placed crop.

  • If you want to be able to break young crops, you can use the toggle command /scythe toggle to turn the scythe mechanics off.
  • You can also restrict the mechanics to only be when someone uses a hoe, so it's less intrusive

What's Changed

  • Added toggle for allowing right-click-harvest
  • Added configurable list of crops
  • Lang options
  • Added bStats

1.0

by Rhythmic on Aug 15, 2022
Download

First release on Modrinth

External resources



Project members

Simplexity

Simplexity

Organization

Peashooter101

Developer

Rhythmic

Owner


Technical information

License
MIT
Project ID