Skip to content
Success

Changes

Summary

  1. Update the 'log' command (commit: 2e80d9b) (details)
  2. Fix a few typos (commit: cb957e7) (details)
  3. Disconnect from the Citizens Script Repo (commit: d28b7fd) (details)
Commit 2e80d9b37771e69430cbdaeaedb7fb92996c8af7 by mcmonkey4eva
Update the 'log' command

- fully updates the log command to 0.9 styling
- fixes some argument interpretation bugs in 'log'
- adds a new 'none' type to 'log' (No type/timestamp)
- updates the meta information for 'log'
(commit: 2e80d9b)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/core/LogCommand.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java (diff)
Commit cb957e7b7b211ef6545ff5fefbd930e45f28ee5d by mcmonkey4eva
Fix a few typos

- the wrong function was being used to get a directory while defaulting
Denizen folders (My bad)
- an older command being displayed in dB.echoError() (I hadn't realized
'denizen stacktrace' was removed)
- some autoformatting
(commit: cb957e7)
The file was modified src/main/java/net/aufdemrand/denizen/utilities/debugging/dB.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/Denizen.java (diff)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/npc/CreateCommand.java (diff)
Commit d28b7fdfb055ca64e5c6169bb66d09b476c5021c by mcmonkey4eva
Disconnect from the Citizens Script Repo

If this ever worked, it stopped working at least several months ago,
maybe a year.
Nobody really expected it work... I recall auf agreeing that it should
be deleted (a long time ago, before I had even committed to Denizen...
would've done it earlier but I forgot by the time I had started
committing)
If you want proof it's old, just look at the '/citizens denizen repo
load'...

(+ Downloading any random script with a matching name and running it,
without even being able to look over the script first, is now very
dangerous with the current power of Denizen)
(commit: d28b7fd)
The file was modified src/main/java/net/aufdemrand/denizen/CommandHandler.java (diff)
The file was removedsrc/main/java/net/aufdemrand/denizen/utilities/ScriptRepo.java
The file was modified src/main/resources/plugin.yml (diff)