By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
You can combine actions and create something like a plugin without any coding knowledge.
Some actions are hidden by default to prevent abuse. To show them all, please run mineflow permission add <your name> all
from the console.
command | description |
---|---|
/mineflow language <eng | jpn | ind> | Change language |
/mineflow recipe [add | edit | list] | Manage recipes |
/mineflow command [add | edit | list] | Manage command triggers |
/mineflow form | Manage form triggers |
/mineflow permission | Change player's permission level |
/mineflow setting | Setting |
To change the permission, run /mineflow permission <add|remove|list> <name> <permission>
. Only the player who has permission
permission can change the permissions of the other players. You can give an all permission from the console.
Characters enclosed by "{" and "}" are recognized as variables and will be replaced.
examples: {target}
, {item}
Execute "/mineflow recipe add" and enter the recipe name and group name. (The group name can be left blank.)
Add a variety of actions to the recipe.
Add a trigger from "Edit trigger" of the form. Then, when the trigger occurs, the recipe will be executed.
By default, the player who fired the trigger goes into the {target} variable of the recipe.
It can be changed from "Change the target" on the form to any of the specified players, all players, random players, or none.
You can set the value to be inherited from the original action, and the value to be returned when executing in the "Callback the other recipe" action.
Send the ID of the item in the player's hand to the chat field when execute /id
.
Download
/mineflow command add
and add the /id command./mineflow recipe add
and add a recipe with a name of your choice.Edit actions > Add action > Player
to add a Send message to chat field
to the recipe you have created.{target.hand.id}:{target.hand.damage}
in the message field of Send message to chat field
.{target.hand}
contains information about the item in the player's hand.)Edit trigger > Add trigger > Command
and enter id
in the name of command
field.
{target.hand} is item variable. {target.hand.name}
is replaced by the item name and {target.hand.count}
by the number of items.
Set the permissions of the command to anyone can execute
on the form to add the command or in the command menu.
Icons made by Pause08 from www.flaticon.com
plugin_data/Mineflow/addons
folder.
/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>
_.args
: list of recipe arguments<player variable name>.data.<data name>
variable. Example) target.data.money
Economy
category have been moved to MineflowMoreActions plugin.Fixed crash when adding recipes. #159
SetConfigData
are not replaced.Exists configuration file
and Exists data in configuration file
.{server}
variable{1 * (2 + 3)}
.all players in the world
.Time
Custom
Fire a custom trigger
./mineflow recipe execute
command.<add variable>
button.PlayerAttackEvent
could not be canceled.killer
variable to PlayerDeathEventEditString
action bagGet a block with specified coordinates
and AddXpProgress
, AddXpLevel
, Gets the length of a string
run commands from the console
to 1inArea
condition bugScoreboards are now supported
whileTask
action bugwait
action bugCompare Numbers
\n
wait
action can now be specified from 0.05 secondsReply to review by :
You can leave one review per plugin release, and delete or update your review at any time