Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernitus/bukkitoldcombatmechanics
Spigot plugin to configure combat mechanics for 1.9 onwards
https://github.com/kernitus/bukkitoldcombatmechanics
bukkit bukkit-plugin minecraft minecraft-plugin paper plugin pvp spigot spigot-plugin
Last synced: about 4 hours ago
JSON representation
Spigot plugin to configure combat mechanics for 1.9 onwards
- Host: GitHub
- URL: https://github.com/kernitus/bukkitoldcombatmechanics
- Owner: kernitus
- License: mpl-2.0
- Created: 2016-02-24T07:36:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T17:28:34.000Z (about 2 months ago)
- Last Synced: 2024-12-23T08:05:20.742Z (about 4 hours ago)
- Topics: bukkit, bukkit-plugin, minecraft, minecraft-plugin, paper, plugin, pvp, spigot, spigot-plugin
- Language: Java
- Homepage: https://www.spigotmc.org/resources/19510/
- Size: 1.67 MB
- Stars: 180
- Watchers: 8
- Forks: 70
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
## by kernitus and Rayzr522
A performant Spigot/Paper plugin to configure combat-related mechanics for Minecraft 1.9 onwards.
## 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.#### Combat
- Attack cooldown
- Attack frequency
- Tool damage
- Critical hits
- Player regen#### Armour
- Armour strength
- Armour durability#### Swords & Shields
- Sword blocking
- Shield damage reduction
- Sword sweep#### Knockback
- Player knockback
- Fishing knockback
- Fishing rod velocity
- Projectile knockback#### Gapples & Potions
- Golden apple crafting & effects
- Potion effects & duration
- Chorus fruit#### New feature disabling
- Item crafting
- Offhand
- Bow boost
- New attack sounds
- Enderpearl cooldown
- Brewing stand refuel
- Enchantment table auto-lapis
- Burn delay
- Projectile randomness## Plugin Compatibility
Most plugins will work fine with OCM. Some are explicitly supported, including:
- Placeholder API (see [wiki](https://github.com/kernitus/BukkitOldCombatMechanics/wiki/PlaceholderAPI) for details)## Contributions
If you are interested in contributing, please [check this page first](.github/CONTRIBUTING.md).