Commit Graph

432 Commits

Author SHA1 Message Date
c35b3b04f0 Add a config value to set their gamemode to. Also, eject them. 2013-12-25 23:20:52 -06:00
23e7aa15a3 Only save the previous position as well if it is null. 2013-12-25 23:06:00 -06:00
69b7981914 Only try to load the previous gamemode if it isn't null. 2013-12-25 23:01:56 -06:00
aaa286fbdd Save their previous GameMode if it is enabled in the config.
Need to update the wiki with the new config option.
2013-12-25 22:57:09 -06:00
6423e8d2e5 If the location is empty, don't try it. If the language string doesn't
exist, then don't try to parse it either and return an empty string.
2013-12-25 22:41:01 -06:00
57e4eb6c1e If the previous position string given is null, ignore it. 2013-12-25 22:06:57 -06:00
a72f6c273b Work on the actual jailing of the player.
Lots of work done here, untested.
2013-12-25 21:56:01 -06:00
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
f987dedc3d Fix the time parsing no longer working. 2013-12-25 01:12:20 -06:00
b4dc142455 Save and load the prisoners on flat file. 2013-12-24 23:42:53 -06:00
c499443ff9 If we've already broadcasted it to the entire server, don't log it as
double messages will appear in the console.
2013-12-24 23:29:51 -06:00
170fd1776f Send the log message to the console sender, to support color. 2013-12-24 23:24:30 -06:00
57d61717fe Let's try to use the new preparing method, see what errors we get. 2013-12-24 23:12:24 -06:00
a9d58e85e7 Update the readme.md 2013-12-24 22:52:10 -06:00
38a4a859e4 Implement not being able to jail people who can't be jailed. 2013-12-24 22:47:17 -06:00
63032ad6cc Some work on the plugin, added a couple things and worked on the
preparing the jail.
2013-12-24 22:25:14 -06:00
a27596bcfb If they provide an incorrect format in time, don't override it. 2013-12-24 19:42:12 -06:00
978bd044fe Fix the time parsing not defaulting to minutes & add another test for it 2013-12-24 19:36:14 -06:00
ed481ff925 Test the parsing of the time and all the variations. 2013-12-24 18:45:50 -06:00
c4b1eb6d1a Default the time to minutes if all else fails. 2013-12-24 18:06:38 -06:00
7e75f297d5 Remove some debugging code. 2013-12-24 17:56:52 -06:00
dc2e74a63e Implement getting the jail nearest to sender of the jail command if no
jail parameter is defined.
2013-12-24 17:51:41 -06:00
64301db196 Fix the regex pattern and add more tests for the default config. 2013-12-24 16:52:59 -06:00
0d79569c74 Add some settings management and also parse the time format.
This allows for: 30seconds, 10minutes, 3hours, or 2days
2013-12-24 12:28:40 -06:00
4a45229bc5 Send the online prisoner the jailed message with the reason. 2013-12-24 10:23:39 -06:00
1021430b75 Output what language we are loading if successful. 2013-12-23 14:51:04 -06:00
c123689e67 Fix the test jailing. 2013-12-23 14:46:09 -06:00
ab0c236711 Add a language file and system. 2013-12-23 14:31:27 -06:00
845e219d5d Maybe copy the defaults on load to get the new config options?
Still not too sure if this will work correctly, as I don't know if this
will override the changes in the config.
2013-12-23 13:40:47 -06:00
1d8316f576 Add another config setting.
This and the previous change require updating of the wiki as I have
changed a lot. I'm still not too sure if this is how I want to keep the
config setup.
2013-12-22 12:31:10 -06:00
3f65450495 More work on the config and also start working on the language messages. 2013-12-22 12:19:29 -06:00
2f27152987 Add some more settings to the config.yml, not too sure this is how I
want to handle these settings yet.

Do they make sense?
2013-12-19 17:24:43 -06:00
78dca18242 Add this. to be consistent. 2013-12-19 16:16:23 -06:00
1a04ecf409 Let's use the PrisonerJailedEvent in the jailing of a player. 2013-12-19 16:13:41 -06:00
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