Skip to content
Success

Changes

Summary

  1. Implement Sentry Importer (#22) (commit: 71e8dd0) (details)
  2. Clean up PR'd code (commit: 59ffb8c) (details)
Commit 71e8dd028f48063bb75696ead1c9f39b334556dc by mcmonkey
Implement Sentry Importer (#22)
* Implement basic Sentry -> Sentinel imports

* Moved some constants into the SentinelTrait class so they can be used
in range checks during import.
* Added Sentry as a dependency because that's the easiest way to get at
the data. Let Sentry load it, and then read it right out of Sentry's
objects
* Sentry's can now be imported using a command
Caveats:
* Weapons are not modified, so if a weapon created a specific attack in
Sentry, there is no gurantee the same attack will be used in Sentinel
* Warnings/Greetings are not imported
* Anything not yet supported by sentinel is not imported
  - Guarding non players
  - Various integration targets (towns/nations/factions)

* Switch files from tabs to spaces to respect project whitespace
preference.

* Several minor fixes to Sentry Import

* Correct permission checked
* Add checked permission to plugin.yml
* Reference latest version of sentry
(commit: 71e8dd0)
The file was modified pom.xml (diff)
The file was addedsrc/main/java/org/mcmonkey/sentinel/SentryImport.java
The file was modified src/main/resources/plugin.yml (diff)
The file was modified src/main/java/org/mcmonkey/sentinel/SentinelPlugin.java (diff)
The file was modified src/main/java/org/mcmonkey/sentinel/SentinelTrait.java (diff)
The file was modified src/main/java/org/mcmonkey/sentinel/SentryImport.java (diff)
The file was modified src/main/resources/plugin.yml (diff)
The file was modified src/main/java/org/mcmonkey/sentinel/SentinelPlugin.java (diff)
The file was modified src/main/java/org/mcmonkey/sentinel/SentinelTrait.java (diff)
The file was modified README.md (diff)
The file was modified src/main/resources/config.yml (diff)