What I really want is a unique ID, but not UUID. Because UUID is too long, and I don't need the ID to be universally unique. Just being unique in my own server will be fine enough.
The UUID plugin is quite close to what I want, but I hope the return is an increment unique number. Is there any way to get this kind of ID?
Thanks.