Commit Graph

  • caf4315d6c Only initialize JailPayManager if vault exists. graywolf336 2014-04-01 23:21:24 -0500
  • 45bd1776ee If Vault is not enabled, don't enable Jailpay. graywolf336 2014-04-01 23:09:15 -0500
  • 43feed4469 Update the Vault repo link. graywolf336 2014-03-24 14:01:34 -0500
  • 4ade1bcf38 Implement Jail Pay, this closes #11 graywolf336 2014-03-20 15:33:42 -0500
  • 126c1576c4 Add the jail name to the scoreboard's title. graywolf336 2014-03-16 16:13:40 -0500
  • fe7cb9f5a5 Add a new command /jail time which has easy access for add/subtract time from a prisoner's sentence. graywolf336 2014-03-15 14:40:50 -0500
  • 3e3f2d432e Convert the old data to our new data and move the old files. graywolf336 2014-03-14 17:40:44 -0500
  • 48fe312193 Really allow there to be more than one jail stick. graywolf336 2014-03-14 15:52:41 -0500
  • 2778c79150 Debugging to figure out why more than one stick isn't being loaded. graywolf336 2014-03-14 15:44:19 -0500
  • 737a7e35e2 Debugging is important to me, load the old debugging value. graywolf336 2014-03-14 15:35:50 -0500
  • b2a8e6c89c Save the configuration file after we converted items. graywolf336 2014-03-14 15:30:59 -0500
  • 1f6881177a Strip the colors from when unjailing and sending the message to console. graywolf336 2014-03-14 15:22:13 -0500
  • c478ef2544 Actually reload the jail sticks when we reload the plugin via command. graywolf336 2014-03-14 15:20:50 -0500
  • 2dfe777f3f Actually make a call to move over the old config. graywolf336 2014-03-14 15:18:36 -0500
  • 060bb125a4 First work on converting the old global config file to the new one. graywolf336 2014-03-14 15:15:30 -0500
  • 065f273c14 Finish the missing JavaDoc for the scoreboard manager. graywolf336 2014-03-13 13:02:10 -0500
  • ec1e91cda2 Implement the usage of Scoreboards, make the language configurable. graywolf336 2014-03-13 12:59:47 -0500
  • 6ce05dbe7d Regular users don't need to know how many commands are loaded, debug. graywolf336 2014-03-12 22:45:47 -0500
  • 816fe1d5b7 Fix the JailHandler containing incorrect JavaDoc. graywolf336 2014-03-12 22:44:01 -0500
  • 11d6995cc3 Fix default Jail Stick not loading correctly, closes #21 graywolf336 2014-03-12 22:41:10 -0500
  • 1399f8d260 Fix some of the JavaDoc. graywolf336 2014-03-11 13:03:11 -0500
  • 7d64fce5db Add some debugging code to try and work out #19 graywolf336 2014-03-08 23:59:23 -0600
  • 74812114c6 Add a record entry when a player is jailed by jail sticks. graywolf336 2014-03-08 23:55:13 -0600
  • 39cc95b96d The jail stick is now usable. graywolf336 2014-03-08 23:39:11 -0600
  • 64c4298cca Whoops, didn't mean to move the database to the wrong config section. graywolf336 2014-03-08 22:57:33 -0600
  • df45b267a7 Okay okay, add the missing files for the Jail Stick for #16. graywolf336 2014-03-08 22:53:59 -0600
  • 274f3a03ab Start work on Jail Sticks. graywolf336 2014-03-08 22:53:31 -0600
  • 2ec69c5650 Finish adding the jailrecord command, this closes #12. graywolf336 2014-03-06 18:10:53 -0600
  • 9f9ede433a Fix a problem with the loading of cells when no signs. graywolf336 2014-03-06 17:09:21 -0600
  • 5f6807fc24 Started work on profiling when prisoners get jailed #12. graywolf336 2014-03-06 16:51:25 -0600
  • ac6a5b23cb Some clean up work on the JailIO class. graywolf336 2014-03-06 14:04:11 -0600
  • 02a4e206cb Set AutoCommit to true for MySQL. graywolf336 2014-03-06 13:28:58 -0600
  • 932ae65417 Add links to the issues in the readme. graywolf336 2014-03-06 12:25:25 -0600
  • 743270028b Edit the readme to include changes for beta 1. graywolf336 2014-03-06 12:23:42 -0600
  • 47949a9373 Fix some debugging messages. graywolf336 2014-03-06 12:14:18 -0600
  • 4f90a99cd5 Remove cells and prisoners which reference a deleted prisoner. graywolf336 2014-03-06 12:11:10 -0600
  • 4ca9ff8b8d No need to have the sql commands outputted anymore on creation. graywolf336 2014-03-06 11:49:12 -0600
  • 2027331540 When forcefully removing a prisoner, check for a cell. This closes #17 graywolf336 2014-03-06 11:33:24 -0600
  • c249a44f35 More work on loading the prisoners from mysql for #18. graywolf336 2014-03-06 11:04:04 -0600
  • 42d25e0b69 Column is cell not cell_n1 graywolf336 2014-03-06 10:40:46 -0600
  • 725c0fd207 Start some work on loading the prisoners, for #18. graywolf336 2014-03-05 22:50:53 -0600
  • 06793330ac Fix the jailing sql syntax being incorrect for jailing in cells. graywolf336 2014-03-05 22:36:43 -0600
  • 262f1dc4f9 Finish loading cells and check for chest when we are removing a cell. graywolf336 2014-03-05 22:28:12 -0600
  • 3a6a76a86c Try a different way of seeing if a block is a sign on removing of a cell graywolf336 2014-03-05 22:15:22 -0600
  • e0411f1202 Add some sql to remove the prisoner. graywolf336 2014-03-05 17:21:54 -0600
  • 0fabe1ff2e Add some sql to remove the cells and jails. graywolf336 2014-03-05 16:56:13 -0600
  • 295f6061a8 Really allow the chest to be null in cells. graywolf336 2014-02-21 12:15:44 -0600
  • 95e9c7c50a Reorganize how we save new cells, this way doesn't dupe cells any more. graywolf336 2014-02-21 09:32:11 -0600
  • d2a6773522 Fix the generation of the sign strings. graywolf336 2014-02-21 09:23:50 -0600
  • bd7397a929 Allow no chest to be selected for the cells when creating it. graywolf336 2014-02-21 09:22:00 -0600
  • 1c5bfc24ea Allow the chest to be null for the cells. graywolf336 2014-02-21 08:59:44 -0600
  • 8834e193ac Some more work on the MySQL, making slow progress for #18. graywolf336 2014-02-20 21:51:36 -0600
  • 2458b75f84 Forgot to handle the error when thrown. graywolf336 2014-02-20 21:32:45 -0600
  • 7f79f82636 Let's try to load a jail from MySQL, #18. graywolf336 2014-02-20 21:29:29 -0600
  • 1b2ed8bec4 We'll use replace into and not insert into, #18. graywolf336 2014-02-20 21:07:06 -0600
  • b26fed8f80 Fix the insertion of the prisoners. graywolf336 2014-02-20 21:03:17 -0600
  • 75aec51dc2 Let's try to save the jails with MySQL, first attempt #18. graywolf336 2014-02-20 20:55:04 -0600
  • 5e6fecfef8 Add the creation of tables sql, if the sql is mysql. #18 graywolf336 2014-02-20 16:20:27 -0600
  • 356fab682e Start some initial work on the sql portion, no where near close. #18 graywolf336 2014-02-19 21:54:56 -0600
  • e54dbc8a8c Fix the spacing on the listcells graywolf336 2014-02-16 16:53:41 -0600
  • 399b8662e5 jailstop is now /jail stop graywolf336 2014-02-16 16:28:09 -0600
  • 43eb68811b Create cell is not createcells graywolf336 2014-02-16 16:05:42 -0600
  • ac2c99eac3 Throw the PrisonerTransferredEvent after a player is transferred, #9. graywolf336 2014-02-15 01:01:48 -0600
  • 7af47bd2e0 Fix some JavaDoc graywolf336 2014-02-15 00:58:48 -0600
  • 620c57cdc9 Add a PrePrisonerTransferredEvent #9. graywolf336 2014-02-15 00:52:25 -0600
  • d049dba447 Default the cancelled to false. graywolf336 2014-02-15 00:16:52 -0600
  • b9d6fafac7 Fix the JavaDoc being incorrect on the setJailer graywolf336 2014-02-15 00:14:54 -0600
  • 22f2b66cf5 Add the PrePrisonerReleasedEvent for #9, not all that useful event tbh. graywolf336 2014-02-15 00:05:32 -0600
  • d0763b6c00 Add the PrisonerReleasedEvent for #9. graywolf336 2014-02-14 23:58:17 -0600
  • 5f39776825 Fix the issue in the config which was causing the tests to fail. graywolf336 2014-02-14 23:53:06 -0600
  • c84b833ebb Add the PrisonerJailedEvent, mark it off #9. graywolf336 2014-02-14 23:50:23 -0600
  • 2684fa9bd4 Transferring of prisoners to different jails works, finalizes #5. graywolf336 2014-02-14 23:38:13 -0600
  • 47fba5ab79 Allow /jail status and also send them a message when they check it graywolf336 2014-02-14 23:34:41 -0600
  • 3784eb6b28 Fix the confirm not working. graywolf336 2014-02-14 23:18:41 -0600
  • c432dee86f Register the #3 confirm command, that was a funny fail on a test. graywolf336 2014-02-14 21:59:28 -0600
  • e148e1e2dd Fix an NPE with the confirmation for #3, oversight on my part. graywolf336 2014-02-14 21:42:27 -0600
  • 52456edc6b Finish up the confirmations for #3. graywolf336 2014-02-14 21:37:39 -0600
  • 82a40c5d8e Add the confirmation to the clearforce command, continued work on #3. graywolf336 2014-02-14 18:02:08 -0600
  • 54bea41d05 Further 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
  • f6686fee8d Start work on #3, confirming before deleting something major. graywolf336 2014-02-13 13:02:44 -0600
  • 2036a311ac Remove the removing cell command, that is replaced with jaildeletecell. graywolf336 2014-02-13 13:02:15 -0600
  • efcd517360 Add the /jail status command. graywolf336 2014-02-13 12:00:21 -0600
  • 78cc20c2c1 Add the removing of a jail via the ``/jail delete`` command. graywolf336 2014-02-13 11:26:42 -0600
  • 950eb638b8 Add the command to transfer all the prisoners in one jail to another. graywolf336 2014-02-12 15:52:10 -0600
  • b1ca15d10c Jail check is now for one player only, use jail list <jail> for all. graywolf336 2014-02-12 15:35:29 -0600
  • 94111955a4 Add deletecell and deletecells. graywolf336 2014-02-12 15:31:02 -0600
  • 3dc89a60c8 For real fix the no cell message, this is why testing is so important. graywolf336 2014-02-12 13:53:36 -0600
  • 5256f05fe3 Fix the no cell found message not being correct. graywolf336 2014-02-12 13:48:45 -0600
  • f774bf335f Send a message to the sender when they transfer someone...hehe whoops. graywolf336 2014-02-12 13:42:45 -0600
  • 65f4f47cca Convert the transfer jewel using args to arguments, removing 'transfer' graywolf336 2014-02-12 13:27:22 -0600
  • c6988edd4f Check for null on the transfer arguments. graywolf336 2014-02-12 13:14:32 -0600
  • 30b148f7ca Don't use the actual args but instead use our faked arguments. graywolf336 2014-02-12 13:05:21 -0600
  • 5acfa351d2 Params are not empty any more but null. graywolf336 2014-02-12 12:58:23 -0600
  • 45a542ad57 Update jewelcli to 0.8.9 to test out and see if the issue is fixed. graywolf336 2014-02-12 12:47:42 -0600
  • cdb1bc0878 Shade jewelcli into our jar so we don't require users to download it. graywolf336 2014-02-12 09:54:42 -0600
  • bf6bbb16f6 Add a couple tests which test the jewel system. graywolf336 2014-02-12 08:39:29 -0600
  • 0b69133114 Merge pull request #6 from graywolf336/CommandCleanUp Bradley Hilton 2014-02-11 20:49:02 -0600
  • 87bb9feecb Make all the arguments optional on the transfer, we handle that ourself. graywolf336 2014-02-11 20:46:23 -0600
  • 48a7435fbe Fix the tests failing and also fix the jail command not doing anything. graywolf336 2014-02-11 20:44:19 -0600
  • 58bc007b3e Remove all reference to jcommands and use jewelcli. graywolf336 2014-02-11 20:34:35 -0600