1399f8d260Fix some of the JavaDoc.
graywolf336
2014-03-11 13:03:11 -0500
7d64fce5dbAdd some debugging code to try and work out #19
graywolf336
2014-03-08 23:59:23 -0600
74812114c6Add a record entry when a player is jailed by jail sticks.
graywolf336
2014-03-08 23:55:13 -0600
39cc95b96dThe jail stick is now usable.
graywolf336
2014-03-08 23:39:11 -0600
64c4298ccaWhoops, didn't mean to move the database to the wrong config section.
graywolf336
2014-03-08 22:57:33 -0600
df45b267a7Okay okay, add the missing files for the Jail Stick for #16.
graywolf336
2014-03-08 22:53:59 -0600
274f3a03abStart work on Jail Sticks.
graywolf336
2014-03-08 22:53:31 -0600
2ec69c5650Finish adding the jailrecord command, this closes#12.
graywolf336
2014-03-06 18:10:53 -0600
9f9ede433aFix a problem with the loading of cells when no signs.
graywolf336
2014-03-06 17:09:21 -0600
5f6807fc24Started work on profiling when prisoners get jailed #12.
graywolf336
2014-03-06 16:51:25 -0600
ac6a5b23cbSome clean up work on the JailIO class.
graywolf336
2014-03-06 14:04:11 -0600
02a4e206cbSet AutoCommit to true for MySQL.
graywolf336
2014-03-06 13:28:58 -0600
932ae65417Add links to the issues in the readme.
graywolf336
2014-03-06 12:25:25 -0600
743270028bEdit the readme to include changes for beta 1.
graywolf336
2014-03-06 12:23:42 -0600
47949a9373Fix some debugging messages.
graywolf336
2014-03-06 12:14:18 -0600
4f90a99cd5Remove cells and prisoners which reference a deleted prisoner.
graywolf336
2014-03-06 12:11:10 -0600
4ca9ff8b8dNo need to have the sql commands outputted anymore on creation.
graywolf336
2014-03-06 11:49:12 -0600
2027331540When forcefully removing a prisoner, check for a cell. This closes#17
graywolf336
2014-03-06 11:33:24 -0600
c249a44f35More work on loading the prisoners from mysql for #18.
graywolf336
2014-03-06 11:04:04 -0600
42d25e0b69Column is cell not cell_n1
graywolf336
2014-03-06 10:40:46 -0600
725c0fd207Start some work on loading the prisoners, for #18.
graywolf336
2014-03-05 22:50:53 -0600
06793330acFix the jailing sql syntax being incorrect for jailing in cells.
graywolf336
2014-03-05 22:36:43 -0600
262f1dc4f9Finish loading cells and check for chest when we are removing a cell.
graywolf336
2014-03-05 22:28:12 -0600
3a6a76a86cTry a different way of seeing if a block is a sign on removing of a cell
graywolf336
2014-03-05 22:15:22 -0600
e0411f1202Add some sql to remove the prisoner.
graywolf336
2014-03-05 17:21:54 -0600
0fabe1ff2eAdd some sql to remove the cells and jails.
graywolf336
2014-03-05 16:56:13 -0600
295f6061a8Really allow the chest to be null in cells.
graywolf336
2014-02-21 12:15:44 -0600
95e9c7c50aReorganize how we save new cells, this way doesn't dupe cells any more.
graywolf336
2014-02-21 09:32:11 -0600
d2a6773522Fix the generation of the sign strings.
graywolf336
2014-02-21 09:23:50 -0600
bd7397a929Allow no chest to be selected for the cells when creating it.
graywolf336
2014-02-21 09:22:00 -0600
1c5bfc24eaAllow the chest to be null for the cells.
graywolf336
2014-02-21 08:59:44 -0600
8834e193acSome more work on the MySQL, making slow progress for #18.
graywolf336
2014-02-20 21:51:36 -0600
2458b75f84Forgot to handle the error when thrown.
graywolf336
2014-02-20 21:32:45 -0600
7f79f82636Let's try to load a jail from MySQL, #18.
graywolf336
2014-02-20 21:29:29 -0600
1b2ed8bec4We'll use replace into and not insert into, #18.
graywolf336
2014-02-20 21:07:06 -0600
b26fed8f80Fix the insertion of the prisoners.
graywolf336
2014-02-20 21:03:17 -0600
75aec51dc2Let's try to save the jails with MySQL, first attempt #18.
graywolf336
2014-02-20 20:55:04 -0600
5e6fecfef8Add the creation of tables sql, if the sql is mysql. #18
graywolf336
2014-02-20 16:20:27 -0600
356fab682eStart some initial work on the sql portion, no where near close. #18
graywolf336
2014-02-19 21:54:56 -0600
e54dbc8a8cFix the spacing on the listcells
graywolf336
2014-02-16 16:53:41 -0600
399b8662e5jailstop is now /jail stop
graywolf336
2014-02-16 16:28:09 -0600
43eb68811bCreate cell is not createcells
graywolf336
2014-02-16 16:05:42 -0600
ac2c99eac3Throw the PrisonerTransferredEvent after a player is transferred, #9.
graywolf336
2014-02-15 01:01:48 -0600
7af47bd2e0Fix some JavaDoc
graywolf336
2014-02-15 00:58:48 -0600
620c57cdc9Add a PrePrisonerTransferredEvent #9.
graywolf336
2014-02-15 00:52:25 -0600
d049dba447Default the cancelled to false.
graywolf336
2014-02-15 00:16:52 -0600
b9d6fafac7Fix the JavaDoc being incorrect on the setJailer
graywolf336
2014-02-15 00:14:54 -0600
22f2b66cf5Add the PrePrisonerReleasedEvent for #9, not all that useful event tbh.
graywolf336
2014-02-15 00:05:32 -0600
d0763b6c00Add the PrisonerReleasedEvent for #9.
graywolf336
2014-02-14 23:58:17 -0600
5f39776825Fix the issue in the config which was causing the tests to fail.
graywolf336
2014-02-14 23:53:06 -0600
c84b833ebbAdd the PrisonerJailedEvent, mark it off #9.
graywolf336
2014-02-14 23:50:23 -0600
2684fa9bd4Transferring of prisoners to different jails works, finalizes #5.
graywolf336
2014-02-14 23:38:13 -0600
47fba5ab79Allow /jail status and also send them a message when they check it
graywolf336
2014-02-14 23:34:41 -0600
3784eb6b28Fix the confirm not working.
graywolf336
2014-02-14 23:18:41 -0600
c432dee86fRegister the #3 confirm command, that was a funny fail on a test.
graywolf336
2014-02-14 21:59:28 -0600
e148e1e2ddFix an NPE with the confirmation for #3, oversight on my part.
graywolf336
2014-02-14 21:42:27 -0600
52456edc6bFinish up the confirmations for #3.
graywolf336
2014-02-14 21:37:39 -0600
82a40c5d8eAdd the confirmation to the clearforce command, continued work on #3.
graywolf336
2014-02-14 18:02:08 -0600
54bea41d05Further work on #3, lots of logic work figured out. The clear command uses the confirmation method now, just need to test it.
graywolf336
2014-02-13 13:40:23 -0600
f6686fee8dStart work on #3, confirming before deleting something major.
graywolf336
2014-02-13 13:02:44 -0600
2036a311acRemove the removing cell command, that is replaced with jaildeletecell.
graywolf336
2014-02-13 13:02:15 -0600
efcd517360Add the /jail status command.
graywolf336
2014-02-13 12:00:21 -0600
78cc20c2c1Add the removing of a jail via the ``/jail delete`` command.
graywolf336
2014-02-13 11:26:42 -0600
950eb638b8Add the command to transfer all the prisoners in one jail to another.
graywolf336
2014-02-12 15:52:10 -0600
b1ca15d10cJail check is now for one player only, use jail list <jail> for all.
graywolf336
2014-02-12 15:35:29 -0600
94111955a4Add deletecell and deletecells.
graywolf336
2014-02-12 15:31:02 -0600
3dc89a60c8For real fix the no cell message, this is why testing is so important.
graywolf336
2014-02-12 13:53:36 -0600
5256f05fe3Fix the no cell found message not being correct.
graywolf336
2014-02-12 13:48:45 -0600
f774bf335fSend a message to the sender when they transfer someone...hehe whoops.
graywolf336
2014-02-12 13:42:45 -0600
65f4f47ccaConvert the transfer jewel using args to arguments, removing 'transfer'
graywolf336
2014-02-12 13:27:22 -0600
c6988edd4fCheck for null on the transfer arguments.
graywolf336
2014-02-12 13:14:32 -0600
30b148f7caDon't use the actual args but instead use our faked arguments.
graywolf336
2014-02-12 13:05:21 -0600
5acfa351d2Params are not empty any more but null.
graywolf336
2014-02-12 12:58:23 -0600
45a542ad57Update jewelcli to 0.8.9 to test out and see if the issue is fixed.
graywolf336
2014-02-12 12:47:42 -0600
cdb1bc0878Shade jewelcli into our jar so we don't require users to download it.
graywolf336
2014-02-12 09:54:42 -0600
bf6bbb16f6Add a couple tests which test the jewel system.
graywolf336
2014-02-12 08:39:29 -0600