https://github.com/tavstaldev/ingotspawner
A paper plugin that randomly spawns configurable ingots randomly around the map. When a player picks up an ingot, they receive a configurable amount of money.
https://github.com/tavstaldev/ingotspawner
java minecraft minecraft-plugin open-source papermc papermc-plugin
Last synced: about 1 month ago
JSON representation
A paper plugin that randomly spawns configurable ingots randomly around the map. When a player picks up an ingot, they receive a configurable amount of money.
- Host: GitHub
- URL: https://github.com/tavstaldev/ingotspawner
- Owner: TavstalDev
- License: gpl-3.0
- Created: 2025-09-24T17:46:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-11-30T00:12:20.000Z (7 months ago)
- Last Synced: 2025-12-02T04:56:16.926Z (7 months ago)
- Topics: java, minecraft, minecraft-plugin, open-source, papermc, papermc-plugin
- Language: Java
- Homepage:
- Size: 212 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IngotSpawner





## Description
A paper plugin that randomly spawns configurable ingots randomly around the map.
When a player picks up an ingot, they receive a configurable amount of money.
## Commands
- `/ingot reload` - Reloads the configuration file.
- `/ingot help` - Displays help information about the plugin commands.
- `/ingot version` - Displays the current version of the IngotSpawner plugin.
- `/ingot add` - Sets a new ingot spawn point at the player's current location.
- `/ingot remove` - Removes the ingot spawn point closest to the player.
## Dependencies
To ensure the plugin functions correctly, your server must have the following plugins installed:
* **[Vault](https://www.spigotmc.org/resources/vault.34315/)**: Required for economy compatibility.
## Contributing
I welcome contributions! If you have ideas for features, bug fixes, or improvements, please consider contributing to the project.
1. **Fork** the repository on GitHub.
2. **Create a new branch** for your feature or bug fix (e.g., `feature/add-category` or `fix/gui-bug`).
3. **Commit your changes** with clear, concise, and descriptive commit messages.
4. **Push your branch** to your forked repository.
5. **Open a Pull Request** to the `main` branch of this repository, describing your changes.
## License
This project is licensed under the **GNU General Public License v3.0**. You can find the full license text in the `LICENSE` file within this repository.
## Contact
For any questions, bug reports, or feature requests, please use the [GitHub issue tracker](https://github.com/TavstalDev/BedWarsGUI/issues).