Containers Unregister

Delete someone's Personal Container.

/goop containers unregister <container> <owner> [w x y z]

Including any UUID that does not belong to a player, suppose an animal if you made a Cargo Pet.

Args Breakdown (What everything does)

<container>


<owner>

  • Name of the player who owns the personal container.

    • May be offline

  • May be any UUID at all, including some, any, entity.

[w x y z]

  • Coordinates to drop the items that were still inside.

    • If not specified, the items will be lost.

  • Use ~ ~ ~ ~ to target the player's own location

  • Use ^ ^ ^ ^ to target the block the player is looking at. More info in Tips section.

Tips

  • Unlike most other places of the plugin, the ~ ~ ~ ~ or ^ ^ ^ ^ relative location keys are relative to the player whose container is being deleted.

    • Usually, it is relative to the player that is calling the command (and thus do not work when used from the console).


  • You may use ~s when specifying the location. This will be taken as the specified player's position.

    • Because of the addition of world, the player location will be ~ ~ ~ ~ (note if you are used to the vanilla ~ ~ ~)

    • All but the world tilde can still perform sums (Ex. ~ ~ ~3 ~ will target 3 blocks above the player)


  • Alternatively, you may use ^ which targets the location the player is looking at.

    • Thus, the location the player is looking at is ^ ^ ^ ^ (which is technically no different than ~ ^ ^ ^)

    • Can still perform sums just like the tilde counterparts

    • HOWEVER there is one thing to note: Adding a positive integer value after the world one will limit how far the player can look at.

      • This is because with ^ ^ ^ ^, a player could be looking at a mountain far away.

      • You may use ^30 ^ ^ ^ to target the location the player is looking at, but the command will fail and not do anything if this location is beyond 30 blocks away. Value may have a decimal, but must not be negative.

      • Just cuz, using ~30 ^ ^ ^ has the opposite effect - target must be more than 30 blocks away for the command to not fail.

      • And, obviously, using ~20^30 ^ ^ ^ means the target location must be within 20 and 30 blocks.

Simple Examples:

/goop containers unregister VOID_BAG Workof ~ ~ ~ ~

Deletes Workof's void bag and drops it at their location.

Comment from the Dev:

The art from the items was blurried to protect it, the good ones were drawn by Rose.