The plugin provides a few commands that can be used by your players.
Commands
Parameters inside <> are required, unlike parameters in [] which are optional.
/stacker give <player-name> <item> <stack-type> <stack-size>
Give a stacked spawner/spawn-egg/barrel to a player.
Parameters
player-name: The name of the player to give the item to.
item: The type of item to give to the player.
Can be spawner, egg or barrel.
stack-type: The type of spawner, egg or a barrel to give to the player.
If the item is spawner or egg, the stack-type should be an entity-type.
If the item is a barrel, the stack-type should be a block-type.
stack-size: The stack-amount of the item.
Permission
The permission to use the command is wildstacker.give
/stacker info
Shows information about a spawner you're looking at.
Permission
The permission to use the command is wildstacker.info
/stacker inspect <player-name> [amount]
Give an inspect tool to a player.
The inspect tool is used to get more information about a stacked entity or spawner.
Parameters
player-name: The name of the player to give the inspect tool.
amount: The amount of inspect tools to give to the player.
Permission
The permission to use the command is wildstacker.inspect.give