NearbyCraft+

NearbyCraft+ brings CraftFromContainers-style crafting to Paper Servers — Use items from nearby chests directly at the workbench, without requiring any client-side mods.

File Details

NearbyCraftPlus-1.1.0.jar

  • R
  • May 6, 2026
  • 175.15 KB
  • 6
  • 26.1.2+15

File Name

NearbyCraftPlus-1.1.0.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1
  • 1.21.5-Snapshot
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

NearbyCraft+ 1.1.0 – Performance & Protection Update

This update focuses on performance, protection support and a smoother crafting experience. NearbyCraft+ is now much faster when browsing recipes and safer when working around protected or plugin-managed containers.

Added

  • Added a new StorageSnapshot system for the workbench GUI.
  • Added a manual Refresh button in the workbench GUI.
  • Added configurable craft success feedback:
    • Disabled by default to prevent chat spam.
    • Optional modes: ACTION_BAR or CHAT.
    • Includes cooldown support.
  • Added WorldGuard support.
    • NearbyCraft+ now respects chest-access deny.
    • Protected containers are not scanned or used for crafting.
  • Added improved protection handling for:
    • SimpleClaimSystem
    • JustLootIt
    • LootTable containers
    • Plugin/PDC-marked containers
  • Added dynamic radius permissions with LuckPerms support:
    • nearbycraftplus.radius.<amount>
    • Example: nearbycraftplus.radius.24
    • Example: nearbycraftplus.radius.50
  • Added automatic config migration to file-version: 2.

Improved

  • Reworked container scanning for better performance.
  • NearbyCraft+ now scans nearby container tile entities instead of checking every block in the radius.
  • Page switching, category switching and searching no longer trigger a full rescan every time.
  • The workbench GUI now uses a stored snapshot while browsing.
  • Crafting still removes real items from real containers.
  • Snapshot amounts are updated after crafting.
  • Double chests are handled safely and are not counted twice.
  • Radius handling is now cleaner:
    • Normal players use radius.default.
    • OP/admin players use radius.admin.
    • LuckPerms radius permissions can override this.
    • radius.max acts as the hard limit.
  • Protection config is now easier to understand:
    • protection.enabled is the clear main switch.
    • Hook settings are now placed under the root hooks: section.

Fixed

  • Fixed heavy scan cost when opening or browsing the NearbyCraft+ workbench.
  • Fixed unnecessary rescans while changing pages, categories or search filters.
  • Fixed chat spam when crafting many items quickly.
  • Fixed WorldGuard-protected containers being usable by NearbyCraft+.
  • Fixed OP/wildcard permissions accidentally granting maximum radius.
  • Fixed duplicate/legacy hook config sections.
  • Improved safety around loot/plugin containers.
  • Improved config update handling for existing server configs.

Notes

Existing configs are updated automatically.
New keys will be added without deleting your existing settings.

Recommended protection setup:

yml protection: enabled: true

hooks: worldguard: true simple-claim-system: true justlootit: true

Dynamic radius permissions can be assigned with LuckPerms, for example:

/lp group vip permission set nearbycraftplus.radius.24 true /lp group legend permission set nearbycraftplus.radius.50 true