Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nowaythisworks/physics-explosions-spigot
(somewhat realistic) explosions in Minecraft & entirely server-side
https://github.com/nowaythisworks/physics-explosions-spigot
bukkit minecraft spigot
Last synced: 6 days ago
JSON representation
(somewhat realistic) explosions in Minecraft & entirely server-side
- Host: GitHub
- URL: https://github.com/nowaythisworks/physics-explosions-spigot
- Owner: nowaythisworks
- License: mit
- Created: 2021-05-15T02:07:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T03:56:28.000Z (over 3 years ago)
- Last Synced: 2024-11-08T21:52:00.734Z (2 months ago)
- Topics: bukkit, minecraft, spigot
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Physics Explosions Spigot
## Video Demonstration: https://i.imgur.com/u9rKDdO.mp4
This adds some cool physics to exploded blocks
it works for both creeper and tnt explosions, and anything else that explodes
it works best on the sides of mountains, and overhangs, if you can find any.**NOTES**:
- This is NOT going to work well on a production server. It's a cool experiment that may/may not work, that's all.
- I will accept literally any PR (probably) feel free to contribute
- This is inspired by [Block Physics](https://www.spigotmc.org/resources/block-physics.7862/), a plugin from 5 years ago, that has been abandoned.
- The Block Physics plugin goes as far as importing an entire physics engine. This plugin just does a little vertical pathfinding, that is 'neatly' documented via comments (you're welcome).