All Projects → TheEpicBlock → Polymc

TheEpicBlock / Polymc

Licence: lgpl-3.0
Making minecraft mods compatible with a vanilla client

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Polymc

Feather
A Minecraft server implementation in Rust
Stars: ✭ 896 (+707.21%)
Mutual labels:  minecraft, minecraft-server
Mcex
Minecraft server written in Elixir
Stars: ✭ 109 (-1.8%)
Mutual labels:  minecraft, minecraft-server
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-76.58%)
Mutual labels:  minecraft, minecraft-server
Mcsmanager
轻量级,开箱即用,多实例和支持 Docker 的 Minecraft 服务端管理面板
Stars: ✭ 829 (+646.85%)
Mutual labels:  minecraft, minecraft-server
Spongeforge
A Forge mod that implements SpongeAPI
Stars: ✭ 1,106 (+896.4%)
Mutual labels:  minecraft, minecraft-server
Nodemc
Meta repository for information on the project as a whole
Stars: ✭ 16 (-85.59%)
Mutual labels:  minecraft, minecraft-server
Magicplugin
A Bukkit plugin for spells, wands and other magic
Stars: ✭ 110 (-0.9%)
Mutual labels:  minecraft, minecraft-server
Minecase
Minecraft server based on Orleans
Stars: ✭ 581 (+423.42%)
Mutual labels:  minecraft, minecraft-server
Infrared
An ultra lightweight minecraft reverse proxy and idle placeholder
Stars: ✭ 59 (-46.85%)
Mutual labels:  minecraft, minecraft-server
Minecraft Server Status
Minecraft server status and -info script for PHP
Stars: ✭ 39 (-64.86%)
Mutual labels:  minecraft, minecraft-server
Gate
A high performant & paralleled Minecraft proxy server with scalability, flexibility & excellent server version support - ready for the cloud!
Stars: ✭ 102 (-8.11%)
Mutual labels:  minecraft, minecraft-server
Obsidian
[WIP] A C# implementation of the Minecraft server protocol. (.NET 5)
Stars: ✭ 89 (-19.82%)
Mutual labels:  minecraft, minecraft-server
Nukkit
Cloudburst Nukkit - Nuclear-Powered Minecraft: Bedrock Edition Server Software
Stars: ✭ 776 (+599.1%)
Mutual labels:  minecraft, minecraft-server
Glowstone
A fast, customizable and compatible open source server for Minecraft: Java Edition
Stars: ✭ 1,364 (+1128.83%)
Mutual labels:  minecraft, minecraft-server
Minet
A (not so) basic Minecraft Pocket Edition server written in C#
Stars: ✭ 706 (+536.04%)
Mutual labels:  minecraft, minecraft-server
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+762.16%)
Mutual labels:  minecraft, minecraft-server
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+340.54%)
Mutual labels:  minecraft, minecraft-server
Tuinity
Stars: ✭ 531 (+378.38%)
Mutual labels:  minecraft, minecraft-server
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-65.77%)
Mutual labels:  minecraft, minecraft-server
Minecraft Rcon
Minecraft RCON Web (using PHP) Console
Stars: ✭ 70 (-36.94%)
Mutual labels:  minecraft, minecraft-server

PolyMc

What if you could put mods on a server, without needing it on the client?
Well, that's impossible. But we can try! Nothing is impossible!


PolyMc is unique in that it operates on packet level. The advantage is that the mechanics are separated from how it's rendered.
Usually when you would make custom items, you would pick a CustomModelData value and in the right-click event of that item you might check for that value and do some custom stuff. PolyMc doesn't work like that. With PolyMc, the server is actually modded, meaning the custom item is genuinely its own item; you have full control over its properties.

Doing it this way also means that PolyMc doesn't actually touch the registering of items. It just converts all non-vanilla items/blocks it finds. This means it works with any Fabric mod you can find. If you have some way of running other types of mods on Fabric, it should work too. Do you want to know which things will work with PolyMc? Look here

Do you want to get started? Check out the wiki!

discord issues latest release GitHub commits since latest release latest release GitHub

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].