Regenerate

Forces a RevID Update onto the target item, with the specified options.

/goop mmoitems regenerate <player> <slot> [reroll] [keep...]

This regenerates the NBT structure of the item, allowing it to stack with new items, and also updating it to the latest options in /mmoitems browse or so.

Args Breakdown (What everything does)

<Player>


<Slot>

  • The slot in the player's inventory that will be checked. To read on slots see Inventory Slots.

  • Examples: mainhand, offhand, chest, feet, any, 0-8, ec*


[reroll]

  • Should RNG stats of this item be rerolled? (Only affects stats that have a spread)

  • Defaults to true


[keep...]

  • Which things to keep of this item?

    • keepName keeps the name of the item

    • keepLore keeps the lore that starts with &7

    • keepEnchantments keeps enchantments put in there by the player

    • keepUpgrades keeps the upgrade level

    • keepGemstones keeps the gemstones of the item

    • keepSoulbound keeps the soulbound

    • keepExternalSH, in general, keeps stat modifiers put by GooP MMOItems Stat commands.

    • keepModifications keeps the modifiers of the item

    • keepSkins keeps the skins applied

    • aenc keeps advanced enchantments. But GooP does not offer this compatibility, the option is in MMOItems and GooP just lets you activate it.

Tips

  • Does not affect vanilla items. Can be safely called on entire inventories.

    • I personally have a CustomStructure bell that when players click it, their MMOItems are updated by this command:

goop unlockables unlock %player% Bell true false 1s oS: goop mmoitems regenerate @s * false ench upgr gems exsh mods skin oS: goop tell @s &8&l[&2&l!&8&l]&a Refreshed all items in your inventory :) oS: goop mythicmobs runSkillAs FxBellFlash @s oS: goop unlockables unlock %player% SuperBell true false 1d oS: goop mmoitems regenerate @s ec*,ec*.*,|WarpedVault|*,|WarpedVault|*.*,|WarpedVaultII|*,|WarpedVaultII|*.* false ench upgr gems exsh mods skin
  • This command fixes their inventory with a 1 second cooldown, and at a one day cooldown goes through all items (including shulker boxes) in their enderchest, and their other two different dub-sized enderchests (Warped Vault and Warped Vault II).


  • This command fixes the stacking of items, no matter what.

Simple Examples:

/goop mmoitems regenerate gunging 0-8

Replaces all MMOItems in gunging's hotbar with a brand new generated version of each.


/goop mmoitems regenerate Wammets mainhand true ench upgr gems exsh mods skin

Rerolls the RNG stats of the item held by Wammets, while keeping all other modifications the same.


/goop mmoitems regenerate cocopad ec*,ec*.* false ench upgr gems exsh mods skin

Cleans the items of cocopad's enderchest. They may lose name and lore but they will become updated to the latest MMOItems NBT format in its neatest form without having to reapply upgrades/gems/exsh/enchantments.