think i didn't explain it very well.
what's the best way too.. rename the items in a hash table...
example
item data
global.text.1.kick #help
global.text.2.kickban #ms
global.text.3.op #bla
global.text.4.voice #[censored]
global.text.5.time #damn
global.text.6.test #hi
if i wanted to rename every item starting from global.text.2.kick till global.text.6.test
basically delete global.text.2.kick 1st, then rename the rest while keeping the same data.
item data
global.text.1.kick #help
global.text.2.op #bla
global.text.3.voice #[censored]
global.text.4.time #damn
global.text.5.test #hi
any ideas?