ðModelService
Service for creating models.
Example usage:
Functions
Creates a model of the given name at the specified position. You can further customize and give functionality to it using the returned Model object.
BedWars models available for use are contained in the ModelType list.
Creates a model of the given ItemType at the specified position. You can further customize and give functionality to it using the returned Model object. Note that some items do not have unique item models.
Example usage:
Last updated