Skip to content
/ Tekkit Public

Some plugins I've written for Tekkit servers to help manage loose item entities and chunk loaders.

Notifications You must be signed in to change notification settings

cheide/Tekkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

These are a couple of plugins that I wrote for my Tekkit server to
help with a few issues that came up.  Prebuilt jars that should work with
3.0.4 and 3.1.1 servers are in the 'output' folder, and you just
need to put them in the server's 'plugin' directory.

NFItemWatch monitors for loose item entities lying around on
the ground and warns you if there are too many accumulating and
where they're located.  By default it will check every 5
minutes and print a report of where the five largest concentrations
of items are if there are more than 1024 in the world, but you
can force an immediate check with the '/nfitem' command.

NFChunk will tell you the coordinates of any chunk loader blocks
in the current chunk if you run the "/chunk check" command, in case
you forgot which wall you buried them in.  This needs to be updated,
as it currently only looks for teleport tethers.

TODO: Make more stuff configurable.

About

Some plugins I've written for Tekkit servers to help manage loose item entities and chunk loaders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages