Key Value Plugin

Published by Floulex on
Supported MCreator versions
2021.3
2022.2
Tags / plugin type
Procedures
Variables
Map<Key, Value>
Downloads:
151
Upvotes: 5
About the plugin

Key Value Plugin mcreator

Plugin that allows you to add variables of type Map, which is something like an ArrayList but you can indicate a key to each value you add.

Now 100% compatible with blocks and objects, I still do not know if it is 100% bug free but it is fully functional so far.

Added:

  • A variable called map_map with which you can make a list of maps.
  • Different colors for each variable.

Positive points


  • Create lists that allow you to add values that you have to access with a key that you set which makes it much easier to find the desired value of a list.
  • You can check if the list contains a certain value or the same does not happen with the keys, it can be used to make different mechanisms for your mods.
  • You can remove a value by indicating its key, this means that when you delete a value the key will also be deleted.
  • You can clean all the keys and their respective values whenever you want.
  • Now 100% compatible with blocks and objects, I still do not know if it is 100% bug free but it is fully functional so far.
License
Apache License version 2.0

Plugin downloads
map_7.zip - map_7.zipUploaded on: 10/17/2022 - 21:58   File size: 29.92 KB

Comments

Ok, just to me understand. What is the difference into Map and Global Variables?

Great plugin! However, the supported versions seem to be all the way from 1.16.5 to 1.19.2 and yet you marked only 2021.3 as a supported version.