Lootin [1.16 - 1.21.4] - no more already looted chests icon

Lootin [1.16 - 1.21.4] - no more already looted chests -----

unique inventories for every loot chest for every player on a server.




Update for 1.21.4
----------, Dec 8, 2024

  • Fixed an issue where loot containers were removed when mushrooms were grown using bonemeal.
  • Fixed an issue where loot containers were removed when blocks like beds or respawn anchors exploded.
----------, Dec 1, 2024

Fixed Lootin not being able to run on only spigot 1.21.3
----------, Nov 20, 2024

Update for 1.21.3
----------, Nov 10, 2024

  • Temporarily disabled hopper checks for lootin containers
  • Shifted the config option black-list-structures from config.yml to worlds.yml, this way structures can be blacklisted on individual world basis
    ADD THIS OPTION TO worlds.yml MANUALLY WHEN UPDATING FROM OLD TO NEW VERSION
----------, Nov 3, 2024

  • Added Auto Replenish Feature
    After a configured amount of time, loot containers will automatically refresh for individual players. This feature is disabled by default and can be enabled in the worlds.yml file, along with other related customizations.

    It is important to note that the refresh time and the number of refills are tracked separately for each player.

    Custom loot containers created with the /lootin set command can be disabled from auto-refreshing through the world configuration. However, after this update, you will need to reset these containers again using the command.
  • Sculk Sensors: Sculk sensors now trigger when a loot container is opened or closed.
  • /lootin info: The /lootin info command now displays the number of refills and the time remaining until the next refill when hovering over a player's name.
  • reset-seed-on-fill option is moved to worlds.yml file and it is enabled by default
----------, Oct 20, 2024

  • Fixed a duplication issue with hoppers
  • Fixed a IllegalArgumentException with the new data storage
  • Fixed double container opening sound
----------, Oct 12, 2024

  • Change in Data Storage Method
    Previously, loot data of a container for individual players was stored in the container itself (i.e, within the world).
    However, after this version the data will be converted(if required), compressed and stored in Lootin/data folder. This conversion will happen when a player closes a Lootin container.
  • Added commands /lootin info and /lootin clear
----------, Sep 1, 2024

Minor Changes
----------, Aug 23, 2024

Update for 1.21.1
----------, Aug 11, 2024

Disabled new structure listener indefinitely
----------, Aug 2, 2024

  • Added prevent-filling-containers option, when enabled, players won't be able to put items in lootin containers, except for those players with the permission lootin.preventfilling.bypass.
  • Fixed trapped_chest not working when /lootin set command is used
----------, Jun 28, 2024

Update for 1.21
----------, Jun 17, 2024

Update for 1.20.6
----------, May 18, 2024

Update for 1.20.5
----------, Apr 26, 2024

Fixed containers being empty with non vanilla loot tables
----------, Mar 27, 2024

----------, Mar 25, 2024

Changes to blacklist-structures option
This option will now work on datapack generated loot tables too

Make sure to update your blacklist structure list according to the new update
List of all vanilla loot tables can be found here
Old Method

Code (YAML):
black-list-structures :
- 'DESERT_PYRAMID'
- 'ANCIENT_CITY'

New Method

Code (YAML):
black-list-structures :
- 'minecraft:chests/desert_pyramid'
- 'minecraft:chests/ancient_city'
----------, Mar 21, 2024

Fixed reset-seed option not working with BetterStrcutures plugin
----------, Mar 20, 2024

minor change
----------, Mar 14, 2024

  • added reset-seed-on-fill option in config(disabled by default)
    when enabled loot will be different for every player opening the same loot chest
  • added worldguard flag lootin-container-access (value is set to true/allow by default for all regions, can be changed with config option "default-worldguard-flag-value")
    if value is set to false/deny for a region, player will not be able to access lootin chests
  • fixed hoppers being used on untouched loot chests
----------, Mar 14, 2024

  • changes to how items are saved in lootin containers
  • added debug-mode in config (disabled by default)
  • fixed /lootin set command not working for double chests
----------, Dec 30, 2023

Update for 1.20.3 and 1.20.4
----------, Dec 14, 2023

Improved Structure Generation Listener (only applicable for 1.20.2 and after)
----------, Nov 18, 2023

Fixed elytra item frames not displaying elytras in 1.20.2
----------, Nov 13, 2023

Updated for 1.20.2
----------, Sep 26, 2023

Fixed per player elytra not working in 1.20.1
----------, Jun 30, 2023

Updated for 1.20
----------, Jun 8, 2023

Updated ACF version(Command Library used)
----------, Apr 1, 2023

Fixed a error with ProtocolLib on versions 1.19.3 & 1.19.4 when a elytra is removed from item frame on a end ship
----------, Mar 29, 2023

Added support for 1.19.4
----------, Mar 16, 2023

Updated for minecraft version 1.19.3
----------, Mar 14, 2023

  • Fixed IllegalStateException when opening newly generated containers
  • Fixed chests and minecarts not being marked as lootin containers if never opened
  • temporarily removed 1.16 and 1.17 support
----------, Aug 29, 2022

Added BetterStructures support
Note: already generated structures before this update will not work
----------, Aug 26, 2022

Fixed a async task error to get the elytra item frame via ProtocolLib
----------, Aug 1, 2022

Updated to 1.19 and few fixes
Thanks to @Lauriichan
----------, Jul 14, 2022

Fixed new loot containers not working

Thanks to @Lauriichan for fix
----------, Jan 16, 2022

  • Fixed chest dupe
  • Protocollib lib is no longer required for double container sound fix
Thanks to @Lauriichan for commits
----------, Jan 14, 2022

  • added trapped chest as a lootin container
  • changes to ChunkLoad listener, for other plugins using vanilla loottable to work with lootin
----------, Dec 9, 2021

Fixed a NPE when opening lootin chest
----------, Dec 8, 2021

Fixed a ClassCastException with protocolLib on opening a loot chest
----------, Dec 7, 2021

  • fixed double open and close chest sounds being played for lootin chests (requires protocollib)
  • a typo in default message
----------, Dec 3, 2021

  • added bypass-grief-plugins option
    default to true
  • fixed vanilla mineshaft minecarts not working as lootin containers
----------, Dec 3, 2021

added 1.18 support
----------, Dec 1, 2021

added /lootin set CHEST|BARREL|MINECART command
----------, Nov 30, 2021

  • /lootin rwggive command replaced with /lootin rwg loottable command
  • added elytra item frame support to your rwg schematics via /lootin rwg elytra command
----------, Nov 25, 2021

Fixed NPE in PacketListener
----------, Nov 23, 2021

added missed permission check for rwggive command
----------, Nov 22, 2021

  • made it so after taking out elytra from item frame, it will disappear visaully for player [requires ProtocolLib]
  • Added Realistic World Generator Structure support
  • Added /lootin rwggive command
----------, Nov 22, 2021

added per player elytra item frame option
check out the new option in config.yml
Code (YAML):
# Note: does not work with already looted end ships
# if set to true, the elytra present in item frame in end city ships will be per player
# these item frames are special and cant be broken, players with lootin.breakelytraitemframe.bypass permission and a stick in main hand can only break them
per-player-elytra-item-frame
: true
[​IMG]
----------, Nov 16, 2021

Fixed a ClassCastException on opening a double chest
----------, Oct 20, 2021

  • Fixed Barrels not working properly as a loot container
  • Barrels will also support purpur's barrel row option
----------, Sep 24, 2021

Fixed a ChunkLoadEvent error, where checks where made when chunk was unloaded
----------, Aug 6, 2021

Fixed the inventory titles not working
----------, Jul 23, 2021

Fixed a dupe bug when you create double chest from lootchests [reported by @VS.GOME ]
----------, Jul 11, 2021

uploaded the correct jar
----------, Jul 8, 2021

  • Added back PlaceHolderAPI support to inventory titles and messages
----------, Jul 8, 2021

  • Added back compability for CustomStructures and OhTheDungeon
  • Added bstats
----------, Jun 29, 2021

  • Entire code base was rewritten
  • Note OTD or Custom Structures users: i have not yet added otd structure support to v2.0,so dont update if you use OTD or Custom Structures
  • Fixed ClassCastExceptions when player tries to use minecart-hopper under loot chest
  • config.yml can now autoupdate with each update
----------, Jun 28, 2021

added support for 1.17
----------, Jun 14, 2021

Lootin will now support Oh The Dungeon Structures
----------, Jun 8, 2021

Fixed PlaceHolderAPI as softdepend, the plugin can function without it
----------, May 23, 2021

fixed disabled worlds option not working for custom structures plugin
----------, May 21, 2021

Custom Structures support
config option: blacklist-custom-structures the list of structures where lootin will not alter chests
----------, May 19, 2021

Reset your config.yml if you already have lootin installed

  • added placeholderAPI support
  • changed the messages tree
----------, May 14, 2021

  • fixed chest not making noise while open and close
  • removed the 5 tick delay that happens when player opens a lootin chest
----------, Apr 19, 2021

added notifier for terra lootin addon
----------, Apr 12, 2021

  • Now lootin minecarts too will not explode if prevent-explosion option is set to true
  • Added terra structure support which requires TerraLootinAddon to function
  • new config option blacklist-terra-structures ,the chests in these structures will be ignored as lootin chests
----------, Apr 3, 2021

Config Changes

prevent-explosion:
if set to true lootin chests will not explode via creeper or tnt


blacklist-structures:
list of structures where lootin will not modify loot chests
----------, Mar 31, 2021

new permission:
lootin.breakchest.bypass
players without this permission cant break loot chest even while sneaking and they will be displayed with configurable permission deny message
requested by mistermsk

new config option:
blockbreak-without-permission-message
the message that will be shown when a player without breakchest.bypass perm tries to break a loot chest even while sneaking
----------, Mar 30, 2021

now you can change what title will be shown when player opens a loot chest
weather its single,double or minecart
----------, Mar 27, 2021

fixed the inventory title of double chest
----------, Mar 22, 2021

Resource Information
Author:
----------
Total Downloads: 14,582
First Release: Mar 22, 2021
Last Update: Dec 8, 2024
Category: ---------------
All-Time Rating:
37 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings