- 🇳🇱Netherlands megachriz
A fix for this issue is now available in a combination of two other issues:
-
🐛
"Rewrite" plugin doesn't work right
Active
This ensures that the data of previously applied Tamper plugins (thus before the Rewrite plugin) is written back to the item. The Rewrite plugin then finds the most up to data on the item. -
✨
Rewrite plugin: iterate through values to rewrite
Needs work
Among other things, this adds support for arrays for the Rewrite plugin. If your initial source value is for exampleFoo,Bar,Qux
and you explode that using a comma as separator and then use the Rewrite plugin to add a "x" to it, you'll get["Foox","Barx","Quxx"]
instead of["Foox","Foox","Foox"]
.
Closing this as a duplicate now.
-
🐛
"Rewrite" plugin doesn't work right
Active