https://github.com/groupez-dev/zitemstacker
Allows you to stack your items to reduce the number of items on the floor
https://github.com/groupez-dev/zitemstacker
items java minecraft
Last synced: 9 months ago
JSON representation
Allows you to stack your items to reduce the number of items on the floor
- Host: GitHub
- URL: https://github.com/groupez-dev/zitemstacker
- Owner: GroupeZ-dev
- License: gpl-3.0
- Created: 2020-11-04T20:34:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T10:20:35.000Z (10 months ago)
- Last Synced: 2025-07-08T11:26:12.938Z (10 months ago)
- Topics: items, java, minecraft
- Language: Java
- Homepage: https://groupez.dev/resources/zitemstacker.15
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zItemStacker
Allows you to stack your items
Download here: https://modrinth.com/plugin/zitemstacker
## Maven
````xml
groupez-releases
GroupeZ Repository
https://repo.groupez.dev/releases
````
````xml
fr.maxlego08.itemstacker
zitemstacker-api
{version}
````
## Gradle
````gradle
maven {
name = "groupezReleases"
url = uri("https://repo.groupez.dev/releases")
}
````
````gradle
compileOnly("fr.maxlego08.itemstacker:zitemstacker-api:{version}")
````