github Grasscutters/Grasscutter v1.2.0
Grasscutter | v1.2.0

latest releases: v1.7.4, v1.7.3, v1.7.2...
16 months ago

NOTE: Release artifacts have been removed from GitHub due to a DMCA takedown.

ooh, another Grasscutter update... how interesting...
Development has slowed down since 1.0.0, but there are still features nonetheless.
Thanks for the support relating to the Grasscutter projects!

Changes (short)

  • Update READMEs
  • Add lombok as a dependency
  • Add a BuildConfig.java file into the JAR containing the artifact details
  • Create a generic Grasscutter installer for UNIX systems
  • Update kcp-netty
  • Add a JSON schema for Grasscutter plugins
  • Update to anime game 2.7
  • Update .proto files to support anime game 2.7
  • Overhaul the configuration system
  • Replace the dispatch server with the HTTP server
  • Overhaul the authentication system
  • Add a requirement for command targets
  • Add method for sending a default command's translated messages
  • Ensure the player for an account is kicked before deleting the account
  • Fix & enhance functionality of commands
  • Add a command for changing a specific user's language
  • Implement stamina
  • Implement quests
  • Implement a spawning limit
  • Add a command for modifying a player's team(s)
  • Implement Spiral Abyss
  • Add a command to skip Spiral Abyss floors
  • Implement abilities(?)
  • Implement crafting
  • Implement domains
  • Implement gadgets (item gadgets or entity gadgets)
  • Implement expeditions
  • Implement the character friendship system
  • Overhaul the gacha system
  • Implement deforestation

Accessing

Access from:

<dependency>
    <groupId>xyz.grasscutters</groupId>
    <artifactId>grasscutter</artifactId>
    <version>1.2.0</version>
</dependency>

OR

implementation group: 'xyz.grasscutters', name: 'grasscutter', version: '1.2.0'

What's Changed

(these are PRs from 1.1.0 -> 1.2.0)

New Contributors

Full Changelog: v1.1.0...v1.2.0

Don't miss a new Grasscutter release

NewReleases is sending notifications on new releases.