2 Adds and 1 fix.
Added:
- Add model ID for admins. (Admins with mm.admin can now view the ID after the name)
- Added config.yml option to change the display name for the items placed in the GUI from models.yml.
Fixed:
- Removing the model didn't work because wrong checked. checked if they had a model and stopped, rather than the opposite.
New config:
Code (Text):
GUI:
model_menu:
title: '&b&lSelect Model'
size: 54
#The items shown in the items.
items:
display: '�FF00&lSelect This Model'
pagination:
filler_item:
display: ' '
material: 'GRAY_STAINED_GLASS_PANE'
next_button:
#Set the display name for the next page button in the menu
display: '&#CC9911&lNext'
#Set the material for the next page button in the menu!
material: 'LEVER'
prev_button:
display: '&#CC9911&lPrevious'
material: 'LEVER'
clean:
display: '&#FF91AF&lClean Item'
material: 'SPONGE'
Forgot to remove a debug message, removing it in the next update.