https://github.com/calebfroese/crossbowrevamp-plugin
https://github.com/calebfroese/crossbowrevamp-plugin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/calebfroese/crossbowrevamp-plugin
- Owner: calebfroese
- Created: 2024-01-08T12:38:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T09:09:56.000Z (over 1 year ago)
- Last Synced: 2025-02-01T20:29:32.519Z (over 1 year ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crossbow Revamp Plugin
This plugin provides a mechanism to buff the crossbows in Minecraft in a way that feels vanilla.

## Config
When running the project for the first time a `config.yml` will be generated in the plugin directory.
```yml
# How much to multiple crossbow projectiles velocity by
# This makes projectiles fired from crossbows faster
velocityModifier: 2
# How much additional base damage to apply to entities hit by crossbows
additionalDamage: 2
```
## Contributing
This assumes you are familiar with [Spigot Plugin Development](https://www.spigotmc.org/wiki/spigot-plugin-development/).
### Building
```
mvn package
```
The plugin jarfile is created at `./target/CrossbowRevamp--SNAPSHOT.jar`