# EZTpa ## A simple, yet effective teleport request plugin ## Get Started To get started, download the latest JAR from the [releases](https://github.com/Cartyoo/EZTpa/releases/) tab, upload it to your `plugins` folder on your Minecraft Server, reboot, and you're done! ## Issues/Questions If you experience any issues, bugs, or have any questions, feel free to make an issue or contact me on discord (`herbert__`) ## Building From Source ### Command Line To build from source, first clone the repository with `git clone https://github.com/Cartyoo/EZTpa`, run `mvn install`, then your JAR will be built to the `target/` folder. ### IntelliJ Idea Start a new project by cloning the repository. Once the project is cloned, on the right side of your screen open the `Maven` tab (if not already opened) and open `EZTpa` --> `Lifecycle`, then double click `Install`, and the JAR file will be built to the `target/` folder.