Skip to content
Success

Changes

Summary

  1. fix memory leak (#3631) (commit: 605535e) (details)
  2. Updated plugin.yml to include command permissions (#3637) (commit: 840cfbe) (details)
  3. Corrected a word (#3629) (commit: 685f6d7) (details)
  4. Fixed plugin.yml mistake (#3639) (commit: 96f06ca) (details)
  5. Use dropItem instead of dropItemNaturally (#3645) (commit: 2cdb17d) (details)
  6. Use dropItem instead of dropItemNaturally (#3644) (commit: d2b8c52) (details)
Commit 605535ed60e1a5c750aaa3e83ab87e203378a7ec by t00thpick1dirko
fix memory leak (#3631)
on servers with lots of spawner farms this metadata won't get GC'd
unless removed, line 436 its added but never removed as far as I can
tell
(commit: 605535e)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
Commit 840cfbe94d5652df446575033c8b15d5a17afb63 by t00thpick1dirko
Updated plugin.yml to include command permissions (#3637)
This will stop people from seeing the commands in tabcomplete for 1.13.2
if they dont have the permission for it. Should fix #3625.
(commit: 840cfbe)
The file was modified src/main/resources/plugin.yml (diff)
The file was modified src/main/resources/locale/locale_it.properties (diff)
Commit 96f06ca812b1d6924a76a14f9e3b1a4969133f49 by t00thpick1dirko
Fixed plugin.yml mistake (#3639)
Accidentally forgot to add the ":" to some of the permissions.
(commit: 96f06ca)
The file was modified src/main/resources/plugin.yml (diff)
Commit 2cdb17d64f96d8988c0effaf9b7724f484d82b20 by t00thpick1dirko
Use dropItem instead of dropItemNaturally (#3645)
Should fix #3641 and #3638
(commit: 2cdb17d)
The file was modified src/main/java/com/gmail/nossr50/util/Misc.java (diff)
Commit d2b8c527ad9484f9d2ad692c8dc8ff78bbdf93e3 by t00thpick1dirko
Use dropItem instead of dropItemNaturally (#3644)
This could possibly eliminate a few issues.
(commit: d2b8c52)
The file was modified src/main/java/com/gmail/nossr50/party/ShareHandler.java (diff)