|
| 1 | +==3.3.2== |
| 2 | +Developed over two and a half years, CommandHelper 3.3.2 compatibility stretches from Minecraft 1.7.10 to 1.12.2, and offers many new features, fixes, and optimizations. |
| 3 | + |
| 4 | +=== New Feature Overview === |
| 5 | +* New "synchronized" keyword and functionality |
| 6 | +* New "notinstanceof" keyword |
| 7 | +* Secure strings added |
| 8 | +* New ||| and &&& syntax for new {{function|dor}} and {{function|dand}} functions |
| 9 | +* New website and documentation [[SiteDeployTool.html|deployment tool]] for methodscript.com |
| 10 | +* OAuth support |
| 11 | +* Added "verify" command to [[CommandLineTools.html|cmdline tools]] |
| 12 | +* Added "new" command to cmdline tools |
| 13 | +* Added $$ mode in cmdline |
| 14 | +* Better international language support for variable and procedure names |
| 15 | +* [[File_Options.html|File Options]] file headers and initial [[Strict_Mode.html|Strict Mode]] support |
| 16 | +* Significantly improved startup and compile times |
| 17 | +* Adds support for Minecraft 1.9 - 1.12.2 |
| 18 | +* Virtual inventories |
| 19 | +* Boss bar management |
| 20 | + |
| 21 | +=== API Additions === |
| 22 | +76 new functions have been added. |
| 23 | + |
| 24 | +MethodScript Additions: |
| 25 | + |
| 26 | +{{function|dand}}, {{function|dor}}, {{function|get_clipboard}}, {{function|set_clipboard}}, {{function|shell_on_adv}}, |
| 27 | +{{function|shell_on}}, {{function|get_os}}, {{function|in_cmdline_mode}}, {{function|sha512}}, {{function|sinh}}, |
| 28 | +{{function|cosh}}, {{function|tanh}}, {{function|round15}}, {{function|clamp}}, {{function|x_get_oath_token}}, |
| 29 | +{{function|clear_oath_tokens}}, {{function|srand}}, {{function|x_recompile_includes}}, {{function|get_system_timezones}}, |
| 30 | +{{function|string_starts_with}}, {{function|string_ends_with}}, {{function|char_is_uppercase}}, |
| 31 | +{{function|string_contains}}, {{function|string_multiply}}, {{function|secure_string}}, |
| 32 | +{{function|decrypt_secure_string}}, {{function|synchronized}}, and {{function|x_launch_browser}} |
| 33 | + |
| 34 | +CommandHelper and Minecraft Additions: |
| 35 | + |
| 36 | +{{function|get_bars}}, {{function|create_bar}}, {{function|update_bar}}, {{function|get_bar}}, {{function|remove_bar}}, |
| 37 | +{{function|bar_add_player}}, {{function|bar_remove_player}}, {{function|get_bar_players}}, {{function|title}}, |
| 38 | +{{function|executeas}}, {{function|set_entity_glowing}}, {{function|get_entity_glowing}}, {{function|get_entity_silent}}, |
| 39 | +{{function|set_entity_silent}}, {{function|get_entity_gravity}}, {{function|set_entity_gravity}}, |
| 40 | +{{function|get_entity_invulnerable}}, {{function|set_entity_invulnerable}}, {{function|get_scoreboard_tags}}, |
| 41 | +{{function|add_scoreboard_tag}}, {{function|remove_scoreboard_tag}}, {{function|clear_pinv}}, |
| 42 | +{{function|get_inventory_name}}, {{function|popen_inventory}}, {{function|pinventory_holder}}, |
| 43 | +{{function|get_inventory_viewers}}, {{function|get_virtual_inventories}}, {{function|create_virtual_inventory}}, |
| 44 | +{{function|delete_virtual_inventory}}, {{function|set_mob_owner}}, {{function|set_entity_gliding}}, |
| 45 | +{{function|get_entity_gliding}}, {{function|get_entity_ai}}, {{function|set_entity_ai}}, {{function|display_name}}, |
| 46 | +{{function|clear_peffects}}, {{function|psneaking}}, {{function|phealth}}, {{function|plast_known_name}}, |
| 47 | +{{function|stop_sound}}, {{function|stop_named_sound}}, {{function|pcooldown}}, {{function|set_pcooldown}}, |
| 48 | +{{function|get_pteam}}, {{function|get_vector}}, {{function|distance}}, {{function|get_world_border}}, and |
| 49 | +{{function|set_world_border}} |
| 50 | + |
| 51 | +=== Event API Additions === |
| 52 | +10 new events have been added. |
| 53 | + |
| 54 | +block_from_to, block_fade, entity_toggle_glide, firework_explode, entity_regain_health, entity_portal_travel, item_swap, |
| 55 | +server_command, broadcast_message, and vehicle_destroy |
| 56 | + |
1 | 57 | ==3.3.1== |
2 | 58 | 3.3.1 is a culmination of almost 4 years of work. There are hundreds of new functions, and tons of bugfixes and new functionality. |
3 | 59 |
|
|
0 commit comments