graywolf336
7ad5fedfd1
Work on the tests and change up some performance issues.
...
1. In the player move event we looped through the jailed players more
than once which really is an issue when you have several hundred jailed
and since the move event is called several times a second, that was a
huge performance hit.
2. Don't save the prisoner data as soon as they are jailed, we take care
of that else where with the shutting down and counting down time.
2014-05-30 15:54:11 -05:00
graywolf336
a3d9a54ff0
First attempt to use UUID, not tested one ounce.
...
And I imagine the unit tests are going to fail.
2014-04-21 22:58:15 -05:00
graywolf336
43feed4469
Update the Vault repo link.
2014-03-24 14:01:34 -05:00
graywolf336
45a542ad57
Update jewelcli to 0.8.9 to test out and see if the issue is fixed.
...
https://github.com/lexicalscope/jewelcli/issues/30
2014-02-12 12:47:42 -06:00
graywolf336
cdb1bc0878
Shade jewelcli into our jar so we don't require users to download it.
2014-02-12 09:54:42 -06:00
graywolf336
58bc007b3e
Remove all reference to jcommands and use jewelcli.
...
This commit also cleans up the jail command to be quicker as the old way
I was doing it just didn't work nor was it good to go for production.
This method also utilizes the CommandInfo's pattern to match
subcommands, like it was meant to be used for. Completely untested.
2014-02-11 20:34:35 -06:00
graywolf336
e078f73d3c
Testing out another command parser.
...
This one seems like it will be good, but there appears to be a bug with
it sadly. https://github.com/lexicalscope/jewelcli/issues/28
2014-02-10 16:42:59 -06:00
graywolf336
7e614a121f
Revert the building with newest Bukkit versions.
...
They recently changed some stuff with how plugins are initiated, which
broke out tests. Grrrr
2013-12-25 20:25:51 -06:00
graywolf336
ab0c236711
Add a language file and system.
2013-12-23 14:31:27 -06:00
graywolf336
05cdb1c987
Update the version of the jcommander.
2013-12-18 23:26:04 -06:00
graywolf336
84dbfc3063
Derp, fix the build from failing and add a version to shade plugin.
2013-12-18 13:31:23 -06:00
graywolf336
3b77efa93f
We're going to be using jcommander for parsing of the commands.
...
http://jcommander.org/
2013-12-18 13:29:42 -06:00
graywolf336
e2dc7de842
Fix the test failing.
2013-12-07 12:53:25 -06:00
graywolf336
647a4f9d17
Our versioning is now messed up and jenkins isn't replacing variables.
2013-12-06 11:31:17 -06:00
graywolf336
d66b9d3447
Work on the tests, they no longer fail and we mock a lot more now.
2013-12-05 19:15:32 -06:00
graywolf336
596c9de2ad
First commit, converted to a truely maven project and switching over to my own repository for better management.
2013-12-05 18:22:15 -06:00