Skip to content

Commit 07ffcb4

Browse files
committed
last changes for new version
1 parent 30de1b9 commit 07ffcb4

12 files changed

Lines changed: 19 additions & 17 deletions

.idea/workspace.xml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [2.4.0]
10-
### Added
11-
- Added subcommands to change sorting sound: `/sortingadmin sortingSound set <sound> <volume> <pitch>`
12-
- Added cooldown to `/cleaningitem get` command
9+
## [2.4.1]
1310

1411
### Changed
15-
- Refactored the whole command structure: A new tree command structure got implemented
12+
- API version to 1.18
1613

1714
### Fixed
18-
- Fixed bug which caused older Minecraft versions to produce an error on loading
15+
- click sort bug: click sort didn't work in survival. Fix: use right-click outside the gui to use clicksort.
File renamed without changes.
File renamed without changes.
File renamed without changes.
-73 Bytes
Binary file not shown.

target/classes/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ChestCleaner
2-
version: "2.4.0"
2+
version: "2.4.1"
33
author: Tom2208, leanNiki
44
api-version: "1.13" # we need this otherwise new blocks e.g. mossy cobble slabs get deleted
55

0 commit comments

Comments
 (0)