Skip to content

Commit

Permalink
Removed separators from README.md
Browse files Browse the repository at this point in the history
- Updated README.md
  • Loading branch information
josemmo committed Apr 17, 2021
1 parent 3eb33a8 commit 73b9f29
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ It is designed with performance and compatibility in mind, so even the most low-
<a href="screenshots/sample-1.jpg"><img alt="Sample Screenshot" src="screenshots/sample-1.jpg" width="250"></a>
<a href="screenshots/sample-2.jpg"><img alt="Sample Screenshot" src="screenshots/sample-2.jpg" width="250"></a>
</p>
<h3 align="center">· · ·</h3>

## Installation
Download the JAR file for the [latest release](https://github.com/josemmo/yamipa/releases/latest) and copy it to the
Expand All @@ -25,8 +24,6 @@ Before installing Yamipa make sure you meet the following requirements:
- CraftBukkit, Spigot or PaperMC v1.16.x
- [ProtocolLib v4.x.x](https://www.spigotmc.org/resources/protocollib.1997/)

---

## Configuration
Yamipa is ready-to-go right out of the box. By default, it creates the following files and directories under the
`plugins/YamipaPlugin` directory:
Expand All @@ -48,8 +45,6 @@ This library uses bStats to anonymously report the number of installs. If you do
disable it at any time by adding `enabled: false` to the
[bStats configuration file](https://bstats.org/getting-started#:~:text=Disabling%20bStats) (it's ok, no hard feelings).

---

## Usage
This plugin adds the following commands:

Expand All @@ -60,8 +55,6 @@ This plugin adds the following commands:
- `/image remove`: Remove a placed image from the world without deleting the image file.
- `/image remove <radius> [<placed-by>]`: Remove all placed images in a radius of `radius` blocks around the player.

---

## Permissions
If you want more granular control over the players who can use a particular set of commands, permissions are the way to go!

Expand All @@ -79,8 +72,6 @@ such as [LuckPerms](https://luckperms.net/) or [GroupManager](https://elgarl.git

Both these plugins have been tested to work with Yamipa, although any similar one should work just fine.

---

## License
Yamipa is licensed under the [MIT License](LICENSE) and includes third-party software licensed under
the MIT License and the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.html).

0 comments on commit 73b9f29

Please sign in to comment.