apavarino / Deadchest

Minecraft Plugin - Keep your inventory in a chest when you die !
https://dev.bukkit.org/projects/dead-chest
GNU General Public License v3.0
18 stars 17 forks source link

DeadChest does not expire when chunk is not loaded #13

Closed CraftersX closed 3 years ago

CraftersX commented 3 years ago

Context

Describe the bug DeadChest does not expire when chunk is not loaded. I am set 1 hour for pickup. This is a problem because no more chest will be created once the DeadChest limit is exceeded.

To Reproduce Steps to reproduce the behavior:

  1. Kill yourself
  2. Don't pick up a deadchest 3.The set time has passed and the deadchest is still active because no one has loaded the chunk. 4.If we have several such chests that have passed the time and if we exceed the limit, the next ones will not be created.

Expected behavior Unloaded chunks should not count towards your deadchest limit.

Screenshots https://i.imgur.com/WOQWBTf.png

apavarino commented 3 years ago

Fixed for 4.7.0

CraftersX commented 3 years ago

Fixed for 4.7.0

When will it be available to the public?

apavarino commented 3 years ago

The version 4.7.0 is currently under Bukkit staff validation. That's should take max 48h to be release :)