Custom model data support was added, now you can define 
custom-model-data on the majority of icon sections in the languages.yml file to set the custom model data of an item.
 
 
Example:
 
 
 
  Code (YAML):
 
 
 
  gui:
  
   previouspage:
  
     name
  : '&6&lPrevious page'
  
     head
  : 
  "MHF_ArrowLeft"
  
     material
  : 
  "PLAYER_HEAD"
  
     lore
  :
      - 
  ""
  
     custom-model-data
  : 50
 
 
 
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.