Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 770 Bytes

BigDoorsPhysics

This plugin aims to add collisions to the spigot plugin BigDoors through several methods.

Requirements

The methods

  • Shulkers (Recommended)
    • Allows off grid collisions
    • Requires 2 entities per door block
    • Shulker heads may sometimes be visible without client side mod
  • Barriers
    • Locked to minecraft grid
    • More solid
    • Completely invisible
    • No extra entities

How to build

  1. Pull the project
  2. Run gradlew build
  3. Plugin will be placed in ~/build/libs