Started by
Goldorion
on
Topic category: Plugins and third-party tools
The plugin can be found here.
You can create, manage and delete lists into your procedures. You need to have a list of your favorite names for pigs, you can make it!
Features
You can have a small preview of blocks or things you can do in the following picture.
Important Information
- This plugin supports Forge 1.16.5, 1.17.1, 1.18.2 and Fabric 1.17.1.
- You need to be on MCreator 2021.3 or 2022.1
-
Icon by Tobi-Wan#0482
Changelog
To see a complete changelog of the plugin, check this file.
2.3
* Added support for Fabric 1.17.1 and Forge 1.18.2
* Removed support for Fabric 1.16.5
2.2
* Removed support for Forge 1.15.2 and Spigot 1.16.5
* Added support for Forge 1.17.1
Edited by Goldorion on Sun, 03/13/2022 - 21:48
Nice, published the plugin page too.
What is ArrayList used for?
An ArrayList is a Java class (from the java.util package), and it's used to make a list of different things. It's a variable where you can store as many values as you want. Usually, it's used for just one variable type per ArrayList (e.g an ArrayList of String).
I just released a new version of my ArrayList plugin.
Changelog:
* Added "Does the ArrayList contain "
* Added "ArrayList" (get the full Arraylist)
* Few colour changes
* The code was only generated with Forge 1.15.2
https://github.com/ClothCreators/PluginArrayLists/releases/tag/1.1.0
https://mcreator.net/plugin/65659/arraylists
I am asking for an example using a plugin.
I wanted to create a list of players in the board*(array) and read it in the GUI later.
Thanks in advance.
P.S. I hope the Google translator translated my words well ;-)
* I'm not sure if there is a good translation at this point. Sorry.
A new update for this old plugin is available! In this version, no more blocks to "create" a new variable. You can now use the new local variable type! More things have also changed, so you should consider reading the changelog and download this new version.
Changelog:
https://mcreator.net/plugin/65659/arraylists
https://github.com/Goldorion/Array-Lists-MCreator/releases
Does your plugin allow setting NBT array tags to items?
ArrayList 2.3 is available.
Is it possible to make global variables with this?
How would I go about creating a multidimensional array? I want to create a pool of coordinates.
Hi, is it possible to assign a separate array for each server player using this plugin? I want to store general information about the player in it.