With this addon you can add to your lore something like this
This item returns a randomly selected strings depending on the number of a given number from options.
Number of strings less than or equal Amount of strings
For example, you have item in mm like this
When you drop an item it may have a description for example like this
or
or
It works only when the mob dies and throws item
Tested on MythicMobs 2.5.1 and Spigot 1.10.2
Sorry for the english I hope you understood what was going on
Code:
- '[{1-3};Option1: {1-5};Option2: {1-5};Option3: {1-5}]'
Code:
[<Amount of strings>;String1;String2;String3]
For example, you have item in mm like this
Code:
Test:
Id: 271
Data: 0
Display: '§9Test'
Lore:
- '[{1-2};Option1: {1-3};Option2: {1-3}]'
Code:
Option1: 1
Option2: 2
Code:
Option1: 2
Code:
Option2: 1
It works only when the mob dies and throws item
Tested on MythicMobs 2.5.1 and Spigot 1.10.2
Sorry for the english I hope you understood what was going on