- Added config options to define the largest and smallest that a block display can be scaled as. This is for safety so that a builder cannot accidentally create entities so large they can not be selected, or entities so small they can't be seen. These limits do
not apply to the API, however.
This update adds the following lines:
config.yml:
Code (Text):
max-scale: 20 #maximum dimension to prevent giant block entities
min-scale: 0.01 #minimum size to prevent extremely tiny entities that can be lost
en-US.yml:
Code (Text):
cannot-exceed-scale-limit: "&4Error: &cCannot exceed maximum or minimum scale limit!"