Extra MMOItem stats that hold a "line of text" inside an item.
You may add as many as you want by specifying MiscStrStatAmount: # in your GooP config.yml.
Changes to that number require server reboot.
You can use /goop mmoitems stat GOOP_MISC_STR_A <player> <slot> <Text> to modify the text stored in an item.
Useful for GooP Containers crafting stations powered through mythicmobs skills.
Essentially, you can use this stat to specify which crafting ingredient crafts or requires which MMOItem
See the example below for more details
Similar to numeric placeholders, you can retrieve the value, but only from specific items using GooP Slot Syntax:
<goop.castermmostat.mainhand.GOOP_MISC_STR_A> to read the held Item
<goop.castermmostat.8.GOOP_MISC_STR_B> to read the item in the last hotbar slot
<goop.castermmostat.ec20.GOOP_MISC_STR_C> to read the item of the player's 20th enderchest slot
May use triggermmostat to target the trigger, but it only works on players.
For more detailed information see the MMOStat Placeholders page.
Add to plugins/MMOItems/language/stats.yml:
goop-misc-str-a: '&8■ &7Whatever you want: &f#'
goop-misc-str-b: '&e➸ &7Whatever you want: &f#'
goop-misc-str-c: '&a&l҉ &7Whatever you want: &f#'
Add to plugins/MMOItems/language/lore-format.yml:
#goop-misc-str-a#
#goop-misc-str-b#
#goop-misc-str-c#