Despawner - Despawner - ability to control item despawn time

This is a discussion topic for the Ore project, Despawner. View the full project on Ore for downloads and more information.


Despawner

Commands:

  1. /despawner add <comparator> <delayInTicks> [player]
    Permission: despawner.command.add.base
    Overrides despawn ticks time for item in hand.
  2. /despawn remove [comparator]
    Permission: despawner.command.remove.base
    Removes item despawn ticks time override for item in hand. By default algorithm compares items in database using comparator which was used for override.
  3. /despawn save
    Permission: despawner.command.save.base
    Saves config

Root command(/despawn) permission: despawner.command.root.base

Use time -1 to forbid item despawning. Warning! Some plugins may ignore this.

A new version has been released for Despawner, it is available for download here.


1.0 release

I just want this to clear all items every hour, everywhere. How do I go about doing this? I can’t seem to even make it clear items near me or anything…

I just want this to clear all items every hour, everywhere. How do I go about doing this? I can’t seem to even make it clear items near me or anything…

That’s not what this plugin does. This plugin allows to configure per-item despawn rate.
For example, you can create an item with a specific name that will never despawn or will despawn immediately or after custom amount of time.
You probably want plugin ClearLag or something like it.

1 Like