Skip to content
woolwind edited this page Oct 27, 2016 · 3 revisions

#Welcome to the ChestSearch wiki!

ChestSearch allows players to find out which nearby chest contains the item they are looking for. This is most useful for long playing worlds, where players may wind up with a large storage room full of chests, which may not be sorted as well as they would wish. No more rifling through twenty chests to find that slimeball you know you have somewhere!

Come visit us at Rencorner to try it out for yourself

website: http://www.rencorner.com

Minecraft: mc.rencorner.com

##Commands:

  • /search checks nearby (as defined in config file) chests and reports which ones have inside.
  • /chestsearchreload reloads configuration from file

Item names must match the material name exactly, except you may use lower case. The list of available names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html. You can specify variant types with the name, for example stone:5 or wood:3

You can search for an item with lore by adding lore="text of lore", for example:

/search wool:14 lore="Bob"

will find your special red wool that is Bob

##Permissions:

  • no permission required for /search
  • chestsearch.admin required for /chestsearchreload

##Configuration Options: ###APISupport ChestSearch could be used by players to cheat and find dungeons and other structures that have chests in them, or just get nosy about other people's property. In a skyblock server you can limit a player to searching only when on their own island by setting uSkyblock API support to true. In a survival world that uses GriefPrevention to establish claims, you can limit players to searching only within their own claims, or one where they are trusted by setting that API to true. Leaving these false means /search will work anywhere in the allowed worlds.

ChestSearch will print the X,Y,Z coordinates of chests it locates to the player chat. You can also turn on a flame effect to visually highlight them. Enabling this requires having the ParticleEffect API plugin installed. Get it from here: https://www.spigotmc.org/resources/api-particleapi-1-7-1-8-1-9-1-10.2067/

###Limits Set the radius from the player that ChestSearch will examine, and how many levels high, starting from the players feet. ChestSearch does not search lower than the player is standing. Set what worlds the /search command will work in - default is all worlds

APISupport:
  uSkyblock: false
  GriefPrevention: false
  ParticleEffects: false
Limits:
  SearchRadius: 20
  SearchHeight: 4
  AllowedWorlds:
  - '*'

Clone this wiki locally