Commit Graph

27 Commits

Author SHA1 Message Date
graywolf336
ae39ac2cfe Update the pom, dns hasn't updated for the new repo 2015-08-18 09:24:54 -05:00
graywolf336
f9035baa35 More work on javadoc...disable the lint for now
Will be enabled again when I have more time
2015-08-18 09:19:37 -05:00
graywolf336
65635fe761 Fix the updater failing due to recent changes to the build server 2015-08-15 02:18:11 -05:00
graywolf336
0704ed5ce7 Update the Jail distribution repo 2015-07-27 01:23:40 -05:00
graywolf336
205e7a4e22 Refactor the pom.xml 2015-01-28 00:05:18 -06:00
graywolf336
9473928d5f Messed aroung with tests, adding back in the ability for craftbukkit. 2015-01-28 00:04:25 -06:00
graywolf336
f57e500e70 Update the Vault version. 2015-01-25 22:50:02 -06:00
graywolf336
4b77e61c7b Update the pom to build with 1.8 api and remove the 1.7 related things
in the unit tests.
2014-12-08 18:20:28 -06:00
graywolf336
0e8484b18f Change the encoding to utf8 2014-07-22 21:27:23 -05:00
graywolf336
1c92f90ccc Update notifications! For dev, stable-dev, and bukkit channels! :) 2014-07-21 18:17:30 -05:00
graywolf336
d535b758d4 Add .gitattributes 2014-06-12 10:50:53 -05:00
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