-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
After the last update the plugin has become much better and I see no reason not to continue improving it. I have the following suggestions:
-
Tokens that incompatible with items should be marked somehow in a special way, because now they are simply marked with the name of the token. This leads us to the fact that in principle we should create a localization file where we can insert lines like "you have been given a token" or "this token is incompatible with this type of weapon/armor".
-
I think that we need to add a file with the ability to set the order of token display in the format I need. For example, how it is done in mmoitems (firstscreenshot)

-
You can add an alternative display of tokens as a placeholder (usually called "raw" value in some plugins), so that I can write my own lore by inserting a placeholder there, for example "%players_kills_raw%. Because now the lore of tokens is simply added to the existing lore, which is already in the custom item (second screenshot). An example of implementation is shown in the third screenshot. An example of implementation is shown in the third screenshot. The first line (in English) shows the message as is, and the second - the result.

