Translations:Map Display/API/7/en: Difference between revisions

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 12:34, 3 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Map Display/API)
Things you '''must not attempt to do''' because BKCommonLib's API does this for you automatically:
* Setting Map IDs, item frame tiling. IDs are automatically calculated and updated so they don't clash with other plugins.
* Starting the display after giving the ItemStack to a player or putting it in ItemFrames. This is done automatically within a tick.

Things you must not attempt to do because BKCommonLib's API does this for you automatically:

  • Setting Map IDs, item frame tiling. IDs are automatically calculated and updated so they don't clash with other plugins.
  • Starting the display after giving the ItemStack to a player or putting it in ItemFrames. This is done automatically within a tick.