Skip to content
Success

Changes

Summary

  1. Allow multiple targets in Narrate. Example usage: - narrate "You will (commit: a4ad870) (details)
  2. Added <player.group[group name].world[world name]> and (commit: b5364d7) (details)
  3. Make World command work. Add "on weather changes" and variations to (commit: 898e954) (details)
  4. Make If command able to run multiple commands, thus removing a great and (commit: 600ea75) (details)
Commit a4ad8706e49b28b246eb2e661d08c2fc177ad05c by davidcernat
Allow multiple targets in Narrate. Example usage: - narrate "You will perish for entering my lair!" targets:p@mythan|p@blankiito
(commit: a4ad870)
The file was modified src/main/java/net/aufdemrand/denizen/tags/Attribute.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/NarrateCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/FlagTags.java (diff)
Commit b5364d7a1b7530ade8c102e4aa58fc3c8bffaa15 by davidcernat
Added <player.group[group name].world[world name]> and <player.permission[permission name].world[world name]> tags.
(commit: b5364d7)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/PlayerTags.java (diff)
Commit 898e9544992ff14d46916bd49cc238fef32c9371 by davidcernat
Make World command work. Add "on weather changes" and variations to world script events.
(commit: 898e954)
The file was modified src/main/resources/config.yml (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/WorldCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/MidiCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/containers/core/WorldScriptHelper.java (diff)
Commit 600ea75b7508f5dce18e264eb225de10fde37e6c by davidcernat
Make If command able to run multiple commands, thus removing a great and ancient source of suffering from Denizen and life in general.

Fully working example script provided in a comment for this commit.
(commit: 600ea75)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/IfCommand.java (diff)