ArrayLists [Plugin - V.2.2]

Started by Goldorion on

Topic category: Plugins and third-party tools

ArrayLists [Plugin - V.2.2]
Sun, 03/13/2022 - 21:48 (edited)

 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.

An example

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
Last seen on 09:48, 26. Sep 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is ArrayList used for?  
Mon, 08/24/2020 - 06:37

What is ArrayList used for?

 

An ArrayList is a Java class…
Mon, 08/24/2020 - 19:21

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…
Fri, 08/28/2020 - 19:00

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

Last seen on 01:55, 3. May 2023
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am asking for an example…
Sat, 09/12/2020 - 12:42

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…
Fri, 06/04/2021 - 20:26

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:

# 2.0
* Change the plugin's ID
  //Note: You can convert your old procedures by adding the last version and this new version
* Updated to MCreator 2021.2.23417
* Added support for Forge, Fabric and Spigot 1.16.5
* Removed support for old generators
* Added a new ArrayList variable type
* Removed several useless blocks due to the new variable type
* Updated registry names of procedure blocks
* Updated blocks to support the new variable type
* Added support for the integrated update checker
* Added support for French translations

https://mcreator.net/plugin/65659/arraylists
https://github.com/Goldorion/Array-Lists-MCreator/releases

Last seen on 17:58, 6. Aug 2021
Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does your plugin allow…
Fri, 08/06/2021 - 16:33

Does your plugin allow setting NBT array tags to items?

ArrayList 2.3 is available. …
Sun, 03/13/2022 - 21:46

ArrayList 2.3 is available.

* Added support for Fabric 1.17.1 and Forge 1.18.2
* Removed support for Fabric 1.16.5
Last seen on 11:29, 12. Nov 2022
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it possible to make…
Sat, 11/05/2022 - 19:54

Is it possible to make global variables with this?

Last seen on 17:19, 16. Mar 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I go about…
Sat, 03/16/2024 - 16:41

How would I go about creating a multidimensional array? I want to create a pool of coordinates.