You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* {@code "&fYou can't add more if this &6 {0} &ftype, you get back &6 {2} &fitems. You have added totally &4 {1} &fextra itemstacks"}
59
-
* </pre>
57
+
* <pre>{@code
58
+
* "&fThis item&6 {0}&f are blacklisted and you get {1} back."
59
+
* }</pre>
60
60
*
61
61
* <p><b>Example (custom named placeholders):</b></p>
62
-
* <pre>
63
-
* {@code
62
+
* <pre>{@code
64
63
* wrapper.put("{type}", itemStack.getType())
65
-
* .put("{addedStacks}", size)
66
-
* .put("{returnedItems}", itemAmount);
67
-
* }
68
-
* {@code "&fYou can't add more if this &6 {type} &ftype, you get back &6 {returnedItems} &fitems. You have added totally &4 {addedStacks} &fextra itemstacks"}
69
-
* </pre>
64
+
* .put("{amount}", amount);
70
65
*
71
-
* @return the {@link PlaceholderTranslator.PlaceholderWrapper} for custom placeholders
66
+
* "&fThis item&6 {type}&f are blacklisted and you get {amount} back."
67
+
* }</pre>
68
+
*
69
+
* @return the {@link PlaceholderTranslator.PlaceholderWrapper} used for custom placeholders
* {@code "&fYou can't add more if this &6 {0} &ftype, you get back &6 {2} &fitems. You have added totally &4 {1} &fextra itemstacks"}
70
-
* </pre>
71
-
*
72
-
* <p><b>Example (custom named placeholders):</b></p>
73
-
* <pre>
74
-
* {@code
75
-
* wrapper.put("{type}", itemStack.getType())
76
-
* .put("{addedStacks}", size)
77
-
* .put("{returnedItems}", itemAmount);
78
-
* }
79
-
* {@code "&fYou can't add more if this &6 {type} &ftype, you get back &6 {returnedItems} &fitems. You have added totally &4 {addedStacks} &fextra itemstacks"}
80
-
* </pre>
81
-
*
82
-
* @return the {@link PlaceholderTranslator.PlaceholderWrapper} for custom placeholders
0 commit comments