Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Very Many Players (Fabric)

Very Many Players (Fabric)

A Fabric mod designed to improve server performance at high playercounts.

5.42M
1,418
Optimization

Compatibility

Minecraft: Java Edition

24w35a
1.21.x
1.20.x
1.19.x
1.18.x

Platforms

Fabric

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server

Creators

ishland
ishland Owner

Details

Licensed MIT
Published 3 years ago
Updated last month
DescriptionChangelogVersions

Show all versions

1
12
13
14

0.2.0+beta.6.25 devbuild for 1.19

by ishland on Jul 21, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 8ea813ca Optimizes SpawnDensityCapper again (MSPT 227 -> 175) — ishland
  • 0848a20a Fixes annotation for async teleport — ishland

0.2.0+beta.6.23 devbuild for 1.19

by ishland on Jul 21, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 8b8ed5f8 Uses alternative way to process holders to prevent CMEs — ishland

0.2.0+beta.6.22 devbuild for 1.19

by ishland on Jul 20, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • bba0ae71 Async teleport — ishland

0.2.0+beta.6.21 devbuild for 1.19

by ishland on Jul 20, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 097214d9 Fix devlaunch world saving issues — ishland

0.2.0+beta.3.63 backport for 1.18.2

by ishland on Jul 20, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • e65aec6f Cursed spreadplayers async (modified for 1.18.2) — ishland
  • f937d6cf Cache chunk sending (squashed commits) — ishland
  • 3be98931 Drop chunk packets more aggressively — ishland
  • 3c4ac48f Adjust send buffer dynamically for responsiveness — ishland
  • 86acd63e Fixes theoretical dimthread incompat on async chunkload — ishland
  • 73d829ab Changes ticket name to avoid conflicts — ishland
  • 158616bf Async nether portals for players (squashed commits) — ishland
  • 7c028cd2 Remove unnecessary networking task queue — ishland
  • bdfa970c Fixes GHActions — ishland
  • 8e13d898 Some fixes — ishland
  • 76324d9b Fix devlaunch world saving issues — ishland

0.2.0+beta.6.20 devbuild for 1.19

by ishland on Jul 19, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 0ab420cd Remove unnecessary networking task queue — ishland

0.2.0+beta.6.19 devbuild for 1.19

by ishland on Jul 19, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 96b99437 Fixes theoretical dimthread incompat on async chunkload — ishland
  • 09aa20ed Changes ticket name to avoid conflicts — ishland
  • d6aa0e67 Initial work on async portals — ishland
  • 84232f06 Now properly makes a portal for players — ishland
  • 16e469de Some small tweaks for async portals — ishland

0.2.0+beta.6.14 devbuild for 1.19

by ishland on Jul 16, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 29f09836 Don't flush twice when flushing — ishland

0.2.0+beta.6.13 devbuild for 1.19

by ishland on Jul 16, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • 53778fd1 Adjust send buffer dynamically for responsiveness — ishland

0.2.0+beta.6.12 devbuild for 1.19

by ishland on Jul 15, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • c125abcf Adds handling for no commits — ishland
  • ee75a7ad Drop chunk packets more aggressively — ishland

0.2.0+beta.6.10 devbuild for 1.19

by ishland on Jul 15, 2022
Download

This version is uploaded automatically by GitHub Actions.

Changelog:

  • e85f3a3e Auto upload to modrinth and curseforge — ishland
  • e4586c2b Some fixes and adds changelog generation — ishland

0.2.0+beta.3.50 backport for 1.18.2

by ishland on Jul 15, 2022
Download

0.2.0+beta.3.47 backport for 1.18.2

by ishland on Jul 13, 2022
Download

0.2.0+beta.3.46 backport for 1.18.2

by ishland on Jul 13, 2022
Download

No changelog was specified.

0.2.0+beta.6.0 for 1.19

by ishland on Jul 12, 2022
Download

VMP 0.2.0+beta.6 for Minecraft 1.19 is released

This release adds new optimizations and fixes some bugs.

Changelog:

  • Disables chunk sending rate-limit by default
  • Makes vanilla tcp connections more responsive using packet priority from raknetify
    This should improve multiplayer experience significantly with unreliable and rate-limited connections
    (works best when the server is connected without reverse proxies such as velocity and ssh port forwarding)
  • Fixes incompatibility with Enhanced Celestials
  • Some other micro-optimizations

0.2.0+beta.3.44 backport for 1.18.2

by ishland on Jul 12, 2022
Download

0.2.0+beta.3.42 backport for 1.18.2

by ishland on Jul 12, 2022
Download

No changelog was specified.

0.2.0+beta.5.0 for 1.19

by ishland on Jun 19, 2022
Download

VMP 0.2.0+beta.5 for Minecraft 1.19 is released

This small release fixes bugs and adds some features.

Changelog:

  • Fix chunks sending twice with C2ME no-tick view distance
  • Adds a config file with configurable target chunk sending rate

Full Changelog: https://github.com/RelativityMC/VMP-fabric/compare/0.2.0+beta.4...0.2.0+beta.5

0.2.0+beta.4.0 for 1.19

by ishland on Jun 9, 2022
Download

VMP 0.2.0+beta.4 for Minecraft 1.19 is released

This release fixes bugs and adds some new optimizations and features.

Changelog:

  • Fixes "Monster Spawners are activating with no players nearby" #10
  • Fixes shulker not activating strings above them
  • Fixes despawn behavior parity when players are too far away
  • Adds more optimizations targeting high entity count
  • Adds rate-limited chunk sending system with priority system (inspired by paper's patch "Replace player chunk loader system")
  • Adds per-player chunk sending distance

Full changelog: https://github.com/RelativityMC/VMP-fabric/compare/0.2.0+beta.3...0.2.0+beta.4

0.2.0+beta.3.28 devbuild for 1.19

by ishland on Jun 8, 2022
Download
  • Fixes compatibility with krypton
  • Adds per-player chunk sending distance
1
12
13
14

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.