-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# BigDoorsPhysics | ||
|
||
This plugin aims to add collions to the spigot plugin [BigDoors](https://www.spigotmc.org/resources/big-doors.58669/) through several methods. | ||
|
||
## Minecraft Version | ||
Built and tested on [PaperMC](https://papermc.io) 1.19, may work on older versions but also may not | ||
|
||
## The methods | ||
- Barriers | ||
- Locked to minecraft grid | ||
- Very solid | ||
- Shulkers (not implemented) | ||
- Allows off grid collisions | ||
- More glitchy | ||
|
||
## How to build | ||
1. Pull the project | ||
2. Create the directory `~/libs/` in the project | ||
3. Add the latest release of [BigDoors](https://www.spigotmc.org/resources/big-doors.58669/) to the newly created folder | ||
4. Run `gradlew build` | ||
5. Plugin will be placed in `~/build/libs` | ||
|