Change languages to : English(currently) , Thai
Sorting Algorithms Visualizer Minecraft's plugin
By Mr. Sittipat Tepsutar
This plugin has TabCompleter in all commands.
/sort <player> <algorithm> <delay> <length> args...
Parameter | Infomation | Require |
---|---|---|
<player> | Player who will see this visualization | Yes |
<algorithm> | Algorithm's name | Yes |
<delay> | Delay in algorithm | Yes |
<length> | Array size | Yes |
args... | Other parameter for some algorithm | Various |
/sort karnhao quick 10 100
/sort karnhao radix 10 100 4
To stop visualizing the sorting algorithm use this command :
/sortstop <player>
Parameter | Infomation | Require |
---|---|---|
<player> | Target player. (command's sender is default) | Opinion |
/sortstop
/sortstop @s
Want to try something new and different from now on? If yes, try this command!
/sortcustom <player> <delay> <length> <type> args... ; <type> args... ; ..........
Usually when you use the command /sort, there has three sorts: random, <type> and finish.
/sortcustom @s 10 100 random 1 ; insertion ; finish #00AA00
/sortcustom @s 10 100 invert ; shell; finish #FF0000 ; random 0.1
command /sortcustom @s 10 100 random 1 ; insertion ; finish #00AA00
will display similar to the command /sort @s insertion 10 100
There are music algorithm in this plugin. This algorithm also need NoteblockAPI to read .nbs file. And you need to put song file in plugins/HaoVSort/songs. (file's type must be .nbs).
/sort <player> music <delay> <length> <song> <smooth>
Parameter | Infomation | Require |
---|---|---|
<player> | Player who will see this visualization | Yes |
<delay> | Delay in algorithm (no effect) | Yes |
<length> | Array size | Yes |
<song> | Song's title name or Song's file name when song has no title | Yes |
<smooth> | Determines whether play smooth or not (default is false). | Opinion |
/sort @s music 10 100 martha_speak_theme
See also: NoteBlockStudio