Skip to content
Success

Changes

Summary

  1. Allow scriptEntry objects to be null in certain situations (commit: be030f3) (details)
  2. Possibly allow other plugins to 'add on to' built in Player tags. (commit: a5bc81b) (details)
  3. Add context for Actions. (commit: d701598) (details)
Commit be030f3d8d906b2056908137f556e59e81b47131 by morphanone
Allow scriptEntry objects to be null in certain situations
(commit: be030f3)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/TeleportCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/ScriptEntry.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/CastCommand.java (diff)
Commit a5bc81bbc24243cfa476a4d055b491ac8e81ffdf by jeremy
Possibly allow other plugins to 'add on to' built in Player tags.
(commit: a5bc81b)
The file was modified src/main/java/net/aufdemrand/denizen/tags/core/PlayerTags.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/npc/actions/ActionHandler.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/objects/dNPC.java (diff)