Solved Despawn loot quicker

Discussion in 'Plugin Requests' started by dofof37, Mar 6, 2016.

  1. A plugin that will despawn loot that players drop quicker than the normal rate like spears, bone clubs, guns, and the bags people drop.
     
    Last edited by a moderator: Mar 6, 2016
  2. You can use this for anything dropped.
    type it in console:

    Code:
    server.itemdespawn 5
    example above to change all dropped items to 5 second despawn.
    But !! it does not save settings if server reboots.

    or you can add it to your server startup config with "-server.itemdespawn 5"
    for a 5 second despawn rate
     
    Last edited by a moderator: Mar 8, 2016
  3. thank you