Skip to content
Success

Changes

Summary

  1. Add destroy/init methods to ScriptEvent (commit: dfc3122) (details)
  2. Don't throw an error if no scripts exist (commit: ae7c0fc) (details)
  3. Slightly update the event system (commit: 888dd5e) (details)
  4. Add a warning on old-style events (commit: ebc2a5b) (details)
  5. Fix queue.exists tags (commit: a92a0dd) (details)
Commit dfc31220985d1ddf28a7f566f2c3361bbf7868dd by mcmonkey4eva
Add destroy/init methods to ScriptEvent

Making events smarter!
(commit: dfc3122)
The file was modified src/main/java/net/aufdemrand/denizencore/events/ScriptEvent.java (diff)
Commit ae7c0fcdf52087b1686830e51661525971148959 by morphan1
Don't throw an error if no scripts exist

Implementations should handle what happens if there are no scripts, I
think...
(commit: ae7c0fc)
The file was modified src/main/java/net/aufdemrand/denizencore/scripts/ScriptRegistry.java (diff)
Commit 888dd5e3657ae7bfca0c267c0f6cda646a42777f by mcmonkey4eva
Slightly update the event system

Announce determination results!
(commit: 888dd5e)
The file was modified src/main/java/net/aufdemrand/denizencore/events/ScriptEvent.java (diff)
Commit ebc2a5b40204b381905613fc95a0741604bda466 by mcmonkey4eva
Add a warning on old-style events

No object notation in events please!
(commit: ebc2a5b)
The file was modified src/main/java/net/aufdemrand/denizencore/events/ScriptEvent.java (diff)
Commit a92a0dd3441aba5dcb0a112d6ef9e5add5ff0b8f by mcmonkey4eva
Fix queue.exists tags

attributes are killin' me
(commit: a92a0dd)
The file was modified src/main/java/net/aufdemrand/denizencore/tags/core/QueueTags.java (diff)