Commit Graph

548 Commits

Author SHA1 Message Date
92c19fd05f Derp, set the time from the given one. 2013-12-19 11:39:18 -06:00
7376326288 Let's try to convert to minutes from milliseconds. 2013-12-19 11:32:04 -06:00
17ac609a0f Let's start some work on the jail command. 2013-12-19 11:13:07 -06:00
f8192aa2a8 Merge branch 'master' of git@github.com:graywolf336/Jail.git 2013-12-19 09:20:08 -06:00
5f2fcd9027 No longer require true/false for the -m. 2013-12-19 09:19:55 -06:00
05cdb1c987 Update the version of the jcommander. 2013-12-18 23:26:04 -06:00
500c2abd51 Switch to using JCommander for the params/arguments system.
This system is very complex and we can make it as complex or as simple
as we want. This will save us time when we want to parse commands and
since it takes a while to write the code to parse the commands, this way
provides a lot more options. I'm excited for this.
2013-12-18 17:26:39 -06:00
6158aae5b5 Let's test the JCommander on a self instance. 2013-12-18 14:04:04 -06:00
84dbfc3063 Derp, fix the build from failing and add a version to shade plugin. 2013-12-18 13:31:23 -06:00
3b77efa93f We're going to be using jcommander for parsing of the commands.
http://jcommander.org/
2013-12-18 13:29:42 -06:00
afccd42c24 Nothing major, just tiny little bits and pieces. 2013-12-16 15:51:25 -06:00
702aa8cc9f This looping through the arguments isn't working for me. 2013-12-16 14:32:06 -06:00
913c5d014e Meh, start a little work on the jailing command. 2013-12-16 14:21:32 -06:00
c7a08381f2 Include some information for when there are no cells. 2013-12-16 14:12:26 -06:00
12b850c391 Rename the JailListCell to JailListCells 2013-12-16 14:08:48 -06:00
5febe47880 Implement the jaillistcell command, prints the prisoner name in the cell
as well if there is someone in there.
2013-12-16 13:57:17 -06:00
7b75c7a158 Don't add the jail if the world is null, also load the plugin after the
worlds have loaded.
2013-12-16 12:39:08 -06:00
f33d6a0c45 Correctly load the world's jail. 2013-12-16 12:36:14 -06:00
677d006978 Add some JavaDoc to the JailIO class. 2013-12-16 12:26:38 -06:00
f03714a5f7 Let's loop through the signs when saving them to file so we save them
correctly in the flatfile.
2013-12-11 17:36:17 -06:00
e21c2d87ad Support Trapped Chests! 2013-12-11 17:26:07 -06:00
b706534b87 Let's add some debugging to the clicking of the clicked block. 2013-12-11 17:14:16 -06:00
2254efe08d Only step if they have the wand in hand. 2013-12-11 17:02:32 -06:00
9e950b56e4 Clean up adding a player to a cell. 2013-12-11 15:23:29 -06:00
89dbc4d2be Don't save the cell when we are loading it. 2013-12-09 16:35:10 -06:00
7743897b9d Save the Jails when the server shuts down and when we add a cell. 2013-12-09 15:12:32 -06:00
aa8443a8f7 Add the missing return which was causing errors when selecting a chest. 2013-12-09 14:58:54 -06:00
b5133842c0 Creation a CreationPlayer with the jailname and cellname. 2013-12-09 14:45:24 -06:00
d85b2db190 Let's start stepping through the cell creation. 2013-12-09 14:38:22 -06:00
d0273828b8 Let's start work on saving of the cells. 2013-12-09 14:28:38 -06:00
0272a3a241 Worked a little more on cell creation, no longer have to provide a cell
name and when that happens we give it one ourself.
2013-12-09 13:05:31 -06:00
3643627b7d Let's check for the wand and not just a wooden sword. 2013-12-09 12:54:51 -06:00
68cd8bc56a Just an increase in the spacing. 2013-12-07 14:31:11 -06:00
b3ccf5e82a Add jail list command, outputs the amount of prisoners in there. 2013-12-07 14:27:41 -06:00
11f9e94f40 Let's try and load the jails from flatfile. 2013-12-07 14:16:16 -06:00
7d18cf9a96 Fix the saving of jails, whoops forgot a period. 2013-12-07 13:02:38 -06:00
e2dc7de842 Fix the test failing. 2013-12-07 12:53:25 -06:00
b664428142 Save the teleports in and free. 2013-12-06 21:56:00 -06:00
7976dec870 Save the Jail when we add it. 2013-12-06 21:50:22 -06:00
af9d1a1f5b Let's start some work on saving the flatfile. 2013-12-06 21:47:03 -06:00
4adffd7b4a Let's try to load the data from flatfile, or rather start. 2013-12-06 16:05:11 -06:00
e07c657a40 Give the players a wand when starting to create a jail or cell. 2013-12-06 15:56:46 -06:00
647a4f9d17 Our versioning is now messed up and jenkins isn't replacing variables. 2013-12-06 11:31:17 -06:00
3159d30aff Add a method to get the color message from a string in the util. 2013-12-06 10:28:03 -06:00
7d0f96cfba Make the test directory implement the respective folder separator. 2013-12-06 10:08:00 -06:00
ed36605506 Add some tests to test the default config values. 2013-12-05 19:22:16 -06:00
d66b9d3447 Work on the tests, they no longer fail and we mock a lot more now. 2013-12-05 19:15:32 -06:00
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