Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 881 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 881 Bytes

BlockStore

A Bukkit plugin that stores arbitrary metadata on a per-block basis, originally forked from https://github.com/Sothatsit/BlockStore.

BlockStore is a dependency of several NerdNu plugins and the original author has stopped maintaining it, so we have stepped into the breach.

Features

  • Stores arbitary metadata, per-block.
  • Automatically tracks whether blocks are player-placed or natural.
  • Hooks WorldEdit, if present, and marks blocks placed by WorldEdit as natural (not player-placed).

API

The Spigot resource page for BlockStore has some discussion of the API.

The API is class BlockStoreApi. As originally written, there are no JavaDoc doc comments; we might add some, in time.