An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# IngotSpawner

![Release (latest by date)](https://img.shields.io/github/v/release/TavstalDev/IngotSpawner?style=plastic-square)
![Workflow Status](https://img.shields.io/github/actions/workflow/status/TavstalDev/IngotSpawner/ghrelease.yml?branch=stable&label=build&style=plastic-square)
![License](https://img.shields.io/github/license/TavstalDev/IngotSpawner)
![Downloads](https://img.shields.io/github/downloads/TavstalDev/IngotSpawner/total?style=plastic-square)
![Issues](https://img.shields.io/github/issues/TavstalDev/IngotSpawner?style=plastic-square)

## 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).