GithubHelp home page GithubHelp logo

chunkwatcher-backport-1.7.10's Introduction

ChunkWatcher

ChunkWatcher is a lightweight mod able to block force chunkloading of specified mods.

Features

  • Configurable blacklist for mods
  • In-game commands
  • Reloadable at runtime
  • See what mods keeps chunks loaded in a certain world, and how many.

Commands

  • /chunkwatcher
    shows available commands
  • /chunkwatcher block <mod name>
    Blocks forcing chunks for a mod (Case insensitive).
  • /chunkwatcher allow <mod name>
    Re-enables forcing chunks for a mod (Case insensitive).
  • /chunkwatcher reload
    Reload the config.
  • /chunkwatcher show <mod name> [dimension ID]
    Shows coordinates of the loaded chunks, for the specified mod.
  • /chunkwatcher list [dimension ID]
    Provides a summary of total forced chunks per-mod.
    Example:
    /chunkwatcher list shows the forced chunks in your current world.
    /chunkwatcher list 0 shows the forced chunks in the overworld.
    /chunkwatcher list 1 shows the forced chunks in the end.
    /chunkwatcher list -1 shows the forced chunks in the nether.

    Note: As console, you must always provide a dimension ID.

How it works

ChunkWatcher listens for mods that request to force a chunk. When that happens, ChunkWatcher checks the mod's name against the configurable blacklist. If there's a match, the chunk will be unloaded immediately.

Benefits

  • Server performance!
  • Disabling unnecessary chunkloading by mods. Potentially allowing you to un-ban some items related to chunk loading!
  • Prevent illegal chunk loading.

Limitations

Not all mods are written equally, some mods may require a chunk to be loaded in order to function at all. In most cases, though: it should work.

chunkwatcher-backport-1.7.10's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.