Jump to content

Persistent Items


Neometron

Recommended Posts

pi.png

 

I have also made this mod for my personal server and it too is ready for sharing ;)

 

Persistent Items makes select items say persistent in the world; in other words items do no despawn after five minutes.

This is controlled with the in-game command '/item'

 

The full mod description is at www.boxporium.net/persistentitem.php

 

Minecraft forum description with images: minecraftforum.net/topic

 

VR,

Neometron

Link to comment
Share on other sites

I haven't ran into much or any lag on the server, lag would be on client side due to rendering. Lets say there was a lot of dirt blocks; if it was causing a problem, I would type in the command '/item set despawn true 3' and wait the 5 minutes for it to clear up.

 

yay admin controls!

 

Communication is a vital tool, in the game industry you won't go anywhere without it. People are either going to learn to talk, or move on.

Link to comment
Share on other sites

I think a really simple fix for the persistent item being able to cause in game lag is to set a maximum entity limit.  You can either make the max entity by entity type or for all items and then set a despawn priority.

 

Basically, if the priority is Diamond Weapon, Diamond Pickaxe, and then dirt and you had 16 Swords, 12 Pickaxes, and 490 dirt blocks with a server set to max 250 entities then once processed you would still have 16 Swords, 12 Pickaxes, and 222 dirt blocks.  This is easy(maybe not in code as I don't know how easy it is to count total entities), minimizes litter, and reduces need for admins to get involved while still protecting valuable items people care about since the highest priority items are unlikely to build up as others are sure to collect them.

 

It also reduces the possible exploit of using this to grief a server when there are no admins.  If I find an easy item is set to not despawn, say wheat, then I just drop 4000 of these away from each other so they don't stack.  This causes thousands of entities to linger on the server and makes everyone's life miserable.

 

Good mod and I might use it once I get a forge server up and running.

Link to comment
Share on other sites

I think a really simple fix for the persistent item being able to cause in game lag is to set a maximum entity limit.  You can either make the max entity by entity type or for all items and then set a despawn priority.

 

This is an excellent idea!

 

Currently, I intercept a forge event when an item is about to despawn, and add additional time if the item is not on the exclusion list. I could add the priority check along with this event. Also, to get the total item count, I could possibly tally the items when the entity item joins the world. This method would not be an immediate fix when someone maliciously grief a server, but it would allow the item to bypass its persistent status in order to stay under the max entities.

 

However-

 

I don't know how many item entities would lag a server; it seems possible to have hundreds of players on minecraft at the same time in different locations. Having a max entity count too low could defeat the persistent status effect. Possibly instead of having a max item entity count for the world, there could be a limit per chunk.

 

The most players I had my server at one time was six ;) Despite the server lag generated due to Dynmap and world gen, I had BuildCraft pipes spew out hundreds of items out on the ground, a few full chests blown up from creepers, a lot of TNT/Nuke explosions, skeleton arrow drops from sunrise. It seems, normal gameplay is not a real issue, but I need confirmation on that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.