• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Help a newbie out

juani97

Rookie
Member
Joined
Jan 8, 2026
Posts
4
Hello!
So I'm new to it all, I'm trying to start develpoment for my game and I want to post here the doubts I have or simply the things I don't know how to do for any kind soul who wishes to aid me.

The first thing I noticed is that while trying the game with debug I filled the bag then I tried going into Tms but clicking "z" does nothing. In some fan games I've played "z" in items or tms changes the sorting between alphabetical/numerical(ID) and i've always found that option to be extremely useful. Anyone has any idea on how to change my buttons to do these things? (one game I played even when clicking "z" opened the sort menu instead of just changing sorting between the two options and had three options in the menu "alphabetical" "ID" or "category" and that was dope...).
Thanks.
 
Hello!
So I'm new to it all, I'm trying to start develpoment for my game and I want to post here the doubts I have or simply the things I don't know how to do for any kind soul who wishes to aid me.

The first thing I noticed is that while trying the game with debug I filled the bag then I tried going into Tms but clicking "z" does nothing. In some fan games I've played "z" in items or tms changes the sorting between alphabetical/numerical(ID) and i've always found that option to be extremely useful. Anyone has any idea on how to change my buttons to do these things? (one game I played even when clicking "z" opened the sort menu instead of just changing sorting between the two options and had three options in the menu "alphabetical" "ID" or "category" and that was dope...).
Thanks.
I'm pretty sure there isn't any plugin for bag sorting, so the people who have implemented it did their own custom code. But if I remember correctly, when v22 of Essentials comes out, it will let you sort between alphabetically and the order items are defined in items.txt.

Short answer: You'll need to code it yourself or wait for v22
 
I'm pretty sure there isn't any plugin for bag sorting, so the people who have implemented it did their own custom code. But if I remember correctly, when v22 of Essentials comes out, it will let you sort between alphabetically and the order items are defined in items.txt.

Short answer: You'll need to code it yourself or wait for v22
Thanks for the reply! I Believe I'll need to wait vor v22 since i'm just starting to understand how to use what's already in essentials, long way before I actually learn to code things myself...
 
Back
Top