An open API service indexing awesome lists of open source software.

https://github.com/connorslade/minecraft-mods

Home of all my random minecraft mods and plugins.
https://github.com/connorslade/minecraft-mods

bukkit java minecraft minecraft-server paper spigot spigot-plugin

Last synced: 7 months ago
JSON representation

Home of all my random minecraft mods and plugins.

Awesome Lists containing this project

README

          

# minecraft-mods

Home to all my random minecraft plugins and mods.
Binaries for each project can be found under [releases](https://github.com/connorslade/minecraft-mods/releases).

| Mod | Loader | Description |
| ---------------------------- |--------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------- |
| [fast-doll](fast-doll) | [1.21.11][1.21.11] [Fabric][fabric] | By default, the player model in the inventory is rendered at only 20FPS, this mod renders it at full speed. |
| [ClickAnchor](ClickAnchor) | [1.21.1][1.21.1] [Fabric][fabric] [Meteor Client][meteor] | Automatically charges and detonates placed respawn anchors. |
| [MastodonLink](MastodonLink) | [1.19.3][1.19.3] [Bukkit][bukkit] | A plugin that requires players to link their mastodon account before playing. |
| [noSnowball](noSnowball) | [1.19.1][1.19.1] [Fabric][fabric] [Meteor Client][meteor] | A module for Meteor Client that removes snowballs from the game. Useful for snowman lag machines. |
| [QuickDrop](QuickDrop) | [1.19][1.19] [Fabric][fabric] | Lets you configure how items are dropped when a player is killed. Also if players velocities are set to zero. |

## Legacy Projects

These are projects that are no longer supported.
These are awful, so it's ~~probably~~ definitely best to just _not use them_.

| Mod | Loader | Description |
| ---------------------------------- | ------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [AntiMad](legacy/AntiMad) | [1.16.5][1.16.5] [Paper][bukkit] | Reimplements lots of Minecraft's base commands to keep you from shooting yourself in the foot |
| [ColorChat](legacy/ColorChat) | [1.17.1][1.17.1] [Spigot][bukkit] | Lets players use formatting codes in chat |
| [JSC-MC](legacy/JSC-MC) | [1.16.5][1.16.5] [Paper][bukkit] | A plugin for a SMP I was running |
| [NoseBot](legacy/NoseBot) | [1.16.5][1.16.5] [Spigot][bukkit] | I don't even know how to explain this without sounding insane |
| [ShowLag](legacy/ShowLag) | [1.16.5][1.16.5] [Paper][bukkit] | Lets you view the TPS of your server |
| [SpawnPlugin](legacy/Spawn-Plugin) | [1.16.5][1.16.5] [Paper][bukkit] | Makes it easy to warp to spawn |

[fabric]: https://fabricmc.net
[bukkit]: https://bukkit.org
[meteor]: https://github.com/MeteorDevelopment/meteor-client
[1.21.11]: https://minecraft.wiki/w/Java_Edition_1.21.11
[1.21.1]: https://minecraft.wiki/w/Java_Edition_1.21.1
[1.21]: https://minecraft.wiki/w/Java_Edition_1.21
[1.20.2]: https://minecraft.wiki/w/Java_Edition_1.20.2
[1.19.3]: https://minecraft.wiki/w/Java_Edition_1.19.3
[1.19.1]: https://minecraft.wiki/w/Java_Edition_1.19.1
[1.19]: https://minecraft.wiki/w/Java_Edition_1.19
[1.17.1]: https://minecraft.wiki/w/Java_Edition_1.17.1
[1.16.5]: https://minecraft.wiki/w/Java_Edition_1.16.5