https://github.com/heyxmirko/swiftbite
Customize fishing lure speeds per level
https://github.com/heyxmirko/swiftbite
Last synced: 4 months ago
JSON representation
Customize fishing lure speeds per level
- Host: GitHub
- URL: https://github.com/heyxmirko/swiftbite
- Owner: heyxmirko
- License: mit
- Created: 2024-01-11T02:03:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-18T13:45:53.000Z (about 1 year ago)
- Last Synced: 2025-01-05T12:12:56.074Z (5 months ago)
- Language: Java
- Homepage: https://www.spigotmc.org/resources/swiftbite-fishing.114440/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBite
SwiftBite changes the fishing mechanics with Customizable Lure Speeds. This plugin offers server admins control over fishing lure speeds, allowing for a personalized and engaging fishing experience. Fine-tune fishing to your liking and keep your players hooked!

## Key Features
- **Custom Lure Speeds:** Configure specific speeds for different lure levels.
- **Easy Configuration:** Simple YAML configuration for quick setup.
- **Server Performance Friendly:** Plugin has minimal impact on server performance.## Configuration Example
```yaml
lure-speeds:
level1:
min-wait-time: 80
max-wait-time: 500
level2:
min-wait-time: 60
max-wait-time: 400
level3:
min-wait-time: 40
max-wait-time: 300
```## How to Use
1. Place the plugin JAR file in your server's plugins folder.
2. Restart your server to generate the default configuration file.
3. Edit the `config.yml` to set your desired lure speeds.
4. Reload the plugin or restart your server to apply changes.