Skip to content

Releases: aieuo/Mineflow

3.3.0

14 Jun 17:33
Compare
Choose a tag to compare
  • Added support for pmmp 5.0
  • Added new conditions
    • Two items are the same
    • Two blocks are the same

Download from poggit


日本語, Indonesia, Español

3.2.0

03 Jun 06:55
Compare
Choose a tag to compare
  • Added new variable methods
    • List variable
      • random()
      • shuffle()
      • take(count)
      • take_last(count)
  • Fixed #235
  • Fixed language setting form was not shown

Download from poggit


日本語, Indonesia, Español

3.1.0

30 May 02:39
cbce830
Compare
Choose a tag to compare
  • Added new actions
    • Set message to event When a player chats
    • Set gamerule
  • Fixed a crash when editing some actions

Download from poggit


日本語, Indonesia, Español

3.0.0

27 May 19:10
Compare
Choose a tag to compare
  • Exported recipes can now be loaded as addons by putting them in the plugin_data/Mineflow/addons folder.
    • Recipes loaded with addons do not list in the recipe list.
    • The following command has been added:
      • /mineflow addon list: show list of addons
      • /mineflow addon reload: reload addons in the plugin_data/Mineflow/addons folder
      • /mineflow addon load <name>: load an addon plugin_data/Mineflow/addons/<name>.json
      • /mineflow addon unload <name>: unload an addon named <name>
    • Custom actions can now be added using addons.
  • Recipes can now be temporarily disabled.
  • Recipe argument can now specify a variable type.
  • Enabling/disabling event triggers now reflects instantly.
  • Added new variables
    • _.args: list of recipe arguments
  • Added new variable properties
    • Number variable
      • floor
      • ceil
      • round
      • abs
  • Added new variable methods
    • Number variable
      • floor()
      • ceil()
      • round(precision)
      • abs()
      • pad(length)
      • Entity variable
        • isVisible
  • Added new actions
    • Set a player data
      • Stores personal player data in the player variable. To get the data from a player variable, you can use <player variable name>.data.<data name> variable. Example) target.data.money
    • Set the default value for a player data
    • Send a message to jukebox popup field
    • Send a message to action bar field
    • Make a player visible/invisible
    • Transfer a player to another server
    • Emote
  • Actions in the Economy category have been moved to MineflowMoreActions plugin.

Please see changelog for API changes.

Download from poggit


日本語, Indonesia, Español

2.12.0

05 Jan 04:29
8c69fb5
Compare
Choose a tag to compare
  • Added Spanish language translated by @Tweaky349
  • Item, vector3, position, and location variables can now be saved and loaded.
  • Vector3 and AABB variables now support calculations.
  • Added variable properties
    • Player variable
      • first_played
      • last_played
    • Server variable
      • motd
      • ip
      • port
      • start_time
      • ip_bans
      • microtime
      • date
      • time
  • Fixed validation of recipe group names.
  • Organized some actions into subcategories.

Download from poggit


日本語, Indonesia, Español

2.11.0

02 Oct 12:21
Compare
Choose a tag to compare
  • Added new actions
    • Action group
    • Set item data
    • Set item data from json
    • Get item data
    • Remove an item data
  • Added a new condition
    • The item has a data

Download from poggit


日本語, Indonesia

2.10.0

19 Jun 10:02
Compare
Choose a tag to compare
  • Added a new action
    • Send toast
  • Added a new condition
    • Contains specified item in the armor inventory
  • Fixed #163
  • Fixed #170

Download from poggit


日本語, Indonesia

2.9.1

06 Apr 11:42
Compare
Choose a tag to compare

Fixed crash when adding recipes. #159

Download from poggit


日本語, Indonesia

2.9.0

26 Mar 05:50
Compare
Choose a tag to compare
  • Added new actions
    • Get entities in the specified area
    • Get players in the specified area
    • Create AABB
    • Create AABB from variable
    • If not
    • Get the nearest entity
    • Get the nearest living
    • Get the nearest player
  • Support command arguments with spaces
  • Moved the RemoveConfigData category to Config
  • Fixed number input validations
  • Fixed crash when adding custom permission to command

Download from poggit


日本語, Indonesia

2.8.1

19 Feb 09:30
Compare
Choose a tag to compare
  • Fixed a bug that form buttons cannot load saved UUIDs.

Download from poggit


日本語, Indonesia