Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevertus committed Mar 17, 2019
1 parent fca30eb commit ba7d177
Show file tree
Hide file tree
Showing 31 changed files with 1,009 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by pub on 2019-03-07 22:02:36.189436.
# Generated by pub on 2019-03-17 14:13:26.375439.
async:file:///C:/Users/Marten/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/async-2.0.8/lib/
collection:file:///C:/Users/Marten/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/collection-1.14.11/lib/
colorize:file:///C:/Users/Marten/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/colorize-2.0.0/lib/
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.1.2
* added RandomScore
* added a Team wrapper
* added a team option for entities as well as joinTeam and leaveTeam methods
* added Repeat to repeat code with delay
* added Log Widget to quickly print Messages, Scores or Entities in the chat
* added ArmorStand Widget to create an armorstand
* added Hologram to display text
* added AreaEffectCloud
* added Tag.toggle
* added a create option to File
* added a nbt option for Setblock
* added Score.fromSelected to avoid annoying Entity.Selected
* changed summon arguments
* changed effect to also support nbt effects
* changed Location to optional arguments
* fixed when there are two identical files that they would extend

## 0.1.1
* added AroundLocation widget
* added Trigger wrapper
Expand Down
Loading

0 comments on commit ba7d177

Please sign in to comment.