Skip to content
Success

Changes

Summary

  1. Report dCore build number, fixes #5 (commit: 3add9d7) (details)
  2. Potentially fix rare script loading error (commit: 3b4148c) (details)
Commit 3add9d730f716689949d8f0dd51273fa3f2d9e95 by morphan1
Report dCore build number, fixes #5

Also, the version number is now taken from the pom via a new
denizencore.properties resource.
(commit: 3add9d7)
The file was modified src/main/java/net/aufdemrand/denizencore/DenizenCore.java (diff)
The file was modified pom.xml (diff)
The file was addedsrc/main/resources/denizencore.properties
Commit 3b4148cbc987ed5cde12451e94a5c7534f4429eb by mcmonkey4eva
Potentially fix rare script loading error

This should be unneeded, but with SnakeYAML, ...
(commit: 3b4148c)
The file was modified src/main/java/net/aufdemrand/denizencore/utilities/YamlConfiguration.java (diff)