Monkey D. Luffy's post in Custom Bars Starting was marked as the answer
Found CharacterCreate.java and found this :
newChar.setTitle(Config.ADD_CHAR_TITLE);
else
newChar.setTitle("");
if (Config.PVP_PK_TITLE)
newChar.setTitle(Config.PVP_TITLE_PREFIX + "0" + Config.PK_TITLE_PREFIX + "0 ");
// Shortcuts
newChar.registerShortCut(new L2ShortCut(0, 0, 3, 2, -1, 1)); // Attack
newChar.registerShortCut(new L2ShortCut(3, 0, 3, 5, -1, 1)); // Take
newChar.registerShortCut(new L2ShortCut(10, 0, 3, 0, -1, 1)); // Sit
final ItemTable itemTable = ItemTable.getInstance();
final L2Item[] items = template.getItems();