Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhyrom/spawnergenz
Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storage in which you can then sell or move everything to your inventory.
https://github.com/xhyrom/spawnergenz
Last synced: 27 days ago
JSON representation
Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storage in which you can then sell or move everything to your inventory.
- Host: GitHub
- URL: https://github.com/xhyrom/spawnergenz
- Owner: xhyrom
- License: apache-2.0
- Created: 2023-04-01T12:53:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T21:22:21.000Z (4 months ago)
- Last Synced: 2024-10-06T05:41:14.797Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Source code for Spawner Genz, a paper plugin.
## Setup
1. Clone this repository: `git clone https://github.com/xHyroM/spawnergenz.git`
2. Open project in Intellij Idea## Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request## License
This project is licensed under the [Apache-2.0 License](./LICENSE).