HomeJavaModsTooManyGen
TooManyGen
ModsJava

TooManyGen

by radiant-ai · on Modrinth

Limit players ability to generate chunks. Free Minecraft Java mod for 1.21.3, 1.21.4.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.3–1.21.4 · Paper⬇ Download for 1.18.2–1.20.4 · Paper⬇ Download for 1.21.3–1.21.4 · Purpur⬇ Download for 1.18.2–1.20.4 · Purpur
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

TooManyGen

Don't let them generate too many chunks

What is this?

This plugin is designed to help server owners who:

How does it work?

This plugin will count the number of chunks generated by each player. At a certain threshold, it will start to punish the players by:

How do I use it?

  1. Download the plugin and put it in your plugins folder.
  2. Optionally download the ProtocolLib
  3. Start the server once with the plugin enabled.
  4. Edit the config to your liking.
  5. Restart the server.

Configuration

// do not touch
do_not_touch_config_version: 1
// whether to enable bStats statisics
bStats: true
worlds:
  // default settings for all worlds, you can specify per world settings by
  // creating a config section with the world name
  default:
    // whether to enable features for the world
    enabled: true
    // number of chunks generated before the player is punished
    punishThreshold: 600
    // max distance at which we consider chunk generation
    chunkGenDistance: 32
    // the rate of cooling down the number of chunks, this is twice per second
    // so setting this to 16 means that player can generate 32 chunks per second
    coolingRate: 16
    // how much faster is the cooling rate when player stacked up a large number
    // the lower the value, the more cooling is speeded up
    coolingSpeedup: 1.25
    // the view distance values to set when the player is punished
    viewDistanceValues:
      - 8
      - 6
      - 4
    // the threshold at which we set the specified view distance
    // e.g view distance of 8 at 800 chunks, 6 at 1600 chunks, 4 at 3200 chunks
    viewDistanceThresholds:
      - 1.0
      - 2.0
      - 4.0
    // whether to enable elytra damage
    elytraDamage: true
    // the starting multiplier to the elytra damage, grows exponentially
    elytraDamageMultiplier: 3.0
    // whether to enable elytra vanish
    elytraVanish: true
    // the multiplier exceeding which the player might lose their elytra
    elytraVanishMultiplier: 60

Permissions

Commands

Support

The plugin is developed for a private use and there is no support, features are provided "as is". There is maintenance though, I may fix any bugs you find. To report them contact me in Discord: rabiant. You may need to join PaperMC Discord to be able to DM me.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more