Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bonn2 authored Dec 24, 2022
1 parent af3237f commit 290b6b6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
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`

0 comments on commit 290b6b6

Please sign in to comment.