Open Real Inventory (Effect) — SkBee
Addon: SkBee · Category: Effect · Since: 3.6.0
Syntax
open real anvil [inventory] [at %-location%] [named %-string%] to %players%Description
Open real inventories to players. This will open a real inventory object instead of a custom inventory object to players. Most of these (except enchanting and workbench) require a PaperMC server. `at %location%` is used to open an inventory at an actual block (Optional, will default to player's location). Some inventories require a location of a block for extra functionality,such as an enchanting table uses nearby bookshelves to determine enchantment level.
Examples
open real anvil inventory to player
open real anvil named "Mr Anvil" to player
open real anvil at location(1,1,1) named "Senor Anvil" to player