Releases: revonzev/minecraft-python-mcpy
Releases · revonzev/minecraft-python-mcpy
v2.5.0
Compare
Sorry, something went wrong.
No results found
Feature: for $i in range(x,y):
for $i in range(1,4):
say $i
Output:
v2.4.0
Compare
Sorry, something went wrong.
No results found
Feature: A way to disable auto obfuscation for scoreboard objectives #12 #13
v2.3.0
Compare
Sorry, something went wrong.
No results found
Feature: For loop
For $i in [x, y, z, ...]:
say $i
# Compile into:
say x
say y
say z
...
v2.2.0
Compare
Sorry, something went wrong.
No results found
Feature: Reset scoreboard shorthand #9
v2.1.2
Compare
Sorry, something went wrong.
No results found
Bugfix: Set scoreboard doesn't support negative value #5
v2.1.1
Compare
Sorry, something went wrong.
No results found
Nested function call
Nested function call as variables
v2.1.0
Compare
Sorry, something went wrong.
No results found
Added define function
Added call function
v2.0.0
Compare
Sorry, something went wrong.
No results found
Refactor the codes
Auto-generate user_settings.json if it is not the latest version of the user_settings.json.
Multi-match can now use "," (coma) and ", " (coma space).
Default base path is now "./mcpy/" (where the mcpy.exe is > mcpy > your_fuction.mcpy).
Added nested multi-match.
Added score set, add, subtract, operation with self (@s ) (score_name = 10).
Removed "//" for comments.