Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kernitus authored Oct 20, 2024
1 parent bd38b92 commit 556543f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,26 @@
</p>

## by kernitus and Rayzr522
A performant Spigot/Paper plugin to configure combat-related mechanics from 1.9 onwards.
A performant Spigot/Paper plugin to configure combat-related mechanics for Minecraft 1.9 onwards.

<hr/>

<a href="https://hangar.papermc.io/kernitus/OldCombatMechanics">
<img src="res/paper.png" alt="Paper" height="100">
</a>
<a href="https://www.spigotmc.org/resources/19510/">
<img src="res/spigot.png" alt="Spigot" height="100">
</a>
<a href="https://dev.bukkit.org/projects/oldcombatmechanics">
<img src="res/bukkit.png" alt="Bukkit" height="100">
</a>

## Modesets
Modesets can be configured for your players to choose from. Each modeset can have any combination of the below features enabled, with examples provided to replicate 1.9 vs 1.8 combat. Players can switch between modesets via command, choosing from the modesets allowed for the world they are in.

## ⚡ Development Builds
Oftentimes a particular bug fix or feature has already been implemented but a new version of OCM has not been released yet. You can find the most up-to-date version of the plugin on [Hangar](https://hangar.papermc.io/kernitus/OldCombatMechanics/versions?channel=Snapshot&platform=PAPER).

## Configurable Features
Features are grouped in `module`s as listed below, and can be individually configured and disabled. Modules that are fully disabled will have no impact on server performance.

Expand Down Expand Up @@ -66,21 +81,6 @@ Most plugins will work fine with OCM. Some are explicitly supported, including:
If you are interested in contributing, please [check this page first](.github/CONTRIBUTING.md).
<hr/>

<a href="https://hangar.papermc.io/kernitus/OldCombatMechanics">
<img src="res/paper.png" alt="Paper" height="100">
</a>
<a href="https://www.spigotmc.org/resources/19510/">
<img src="res/spigot.png" alt="Spigot" height="100">
</a>
<a href="https://dev.bukkit.org/projects/oldcombatmechanics">
<img src="res/bukkit.png" alt="Bukkit" height="100">
</a>
<a href="https://ci.rayzr.dev/job/OldCombatMechanics/">
<img src="res/jenkins.png" alt="Jenkins" height="100">
</a>

<hr/>


<a href="https://bstats.org/plugin/bukkit/OldCombatMechanics">
<img src="https://bstats.org/signatures/bukkit/OldCombatMechanics.svg" alt="bStats">
Expand Down

0 comments on commit 556543f

Please sign in to comment.