项目作者: Haedus

项目描述 :
ChestFinder plugin for PocketMine-MP server.
高级语言: PHP
项目地址: git://github.com/Haedus/ChestFinder.git
创建时间: 2019-03-06T21:59:54Z
项目社区:https://github.com/Haedus/ChestFinder

开源协议:GNU General Public License v3.0

下载


ChestFinder


Description

Allows you to define a special item that displays the distance between you and the nearest chest, as well as the number of chests within the defined radius.

All this with a simple and complete configuration.

Installation

Configuration

Base

Property Description Default
id The id and meta of the item 455:0
message-position Message position (popup, tip or title) popup
radius The radius of detection 70
detection The blocks can be detected (chest, trapped_chest, ender_chest, hopper, barrel, shulker) chest
repeat The time between each search in seconds (the lower it is, the more risk there is of lag) 2

Messages

Tags:

  • {chestCount} to indicate the number of vaults around the player.
  • {chestDistance} to indicate the distance between player and the chest.
  • {lineBreak} to make a line break.
Property Content
no-chest No chest around you
chest-detected There are {chestCount} chest(s) near you…{lineBreak}The closest chest near you is at {chestDistance} block(s) !

Contribution

You can open a issue or a pull request.