https://github.com/404setup/breedhorse
https://github.com/404setup/breedhorse
folia minecraft minecraft-plugin paper pufferfish purpur shreddedpaper spigot spigot-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/404setup/breedhorse
- Owner: 404Setup
- Created: 2023-12-31T15:03:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-05T12:26:21.000Z (6 months ago)
- Last Synced: 2025-01-01T00:34:24.503Z (5 months ago)
- Topics: folia, minecraft, minecraft-plugin, paper, pufferfish, purpur, shreddedpaper, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BreedHorse
~~~
Let the horses/pigs breed better offspring under the effect of potion?
~~~It actually comes from a strange mechanism (possibly a bug?)
in the Bedrock edition where if you use speed potions on two horses and then breed them,
their offspring will be even faster.
By doing this repeatedly, you can stack the effect infinitely...This plugin does not achieve that, it's just a crude imitation.
Of course, you can set a limit to prevent your players from breeding a horse so fast it crashes your server.# Config
```yaml
pig:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
horse:
enabled: true
move:
random:
min: 0.03
max: 0.06
max: 0.3375
jump:
random:
min: 0.04
max: 0.11
max: 1.0```
Don't set the speed too high, or the horses/pigs may start to trigger anti-cheat measures, although they may have already affected it.
### Permission
- breedhorse.command.reload [default: OP]
- breedhorse.command.version [default: OP]
- breedhorse.update_message [default: OP]### Command
- /breedhorse:bhc [/bhc]# Support
- Spigot
- Paper
- Folia
- and more.....# License
It is `CC0 1.0 Universal`, nothing to say.