graywolf336
2c85300e3b
Remove the duplicate loaded Delete command, done in commit 4567a71
2015-01-26 01:30:16 -06:00
graywolf336
78a6fc7cf9
We wasn't loading the JailHelpCommand, do so.
2015-01-26 01:28:27 -06:00
graywolf336
727ff30d8b
Save everything when someone stops creating something.
2015-01-26 01:24:32 -06:00
graywolf336
c65ca2b0ff
Fix the permissions not being added to the jail.command.*, fixes #38
2015-01-25 23:38:46 -06:00
graywolf336
cabec7791e
Add the missing s on the permissions for JailListCells, fixes #39 .
2015-01-25 23:15:51 -06:00
graywolf336
4567a713ec
Add a temporary help command, will be my next thing to add.
2015-01-07 02:01:17 -06:00
graywolf336
a23062d890
Add the permission to the debugging when a sender doesn't have
...
permission.
2015-01-03 21:26:57 -06:00
graywolf336
71a60e6ee3
Fix the spacing and clean it up.
2014-07-27 14:46:25 -05:00
graywolf336
f89de50d75
Implement an option to jail in the first open cell, -a. Closes #29
...
This feature adds a new option to the jail command `-a` which can be
used in place of `-c` if you don't want a specific cell. This option
will jail the player in the first open cell in the jail, thus
eliminating the need to know cell names.
2014-07-27 14:37:46 -05:00
graywolf336
34acf4bbaa
Work on the commands help and usage, sync with the wiki pages.
2014-07-25 00:10:26 -05:00
graywolf336
cac81f0420
Move clearforce into clear and use -f (-force) to forcefully do it.
...
It does still require the permission `jail.command.jailclearforce` and
if it isn't provided then it will fall back to regular clearing.
2014-07-24 23:29:53 -05:00
graywolf336
1898121643
Simplify the language system and the language calls, also fix the
...
language system not copying over the new values when new values were
added.
2014-07-24 21:16:57 -05:00
graywolf336
6b8dec6c7b
Work on some unit tests for #7 and reorganize part of the config.
2014-07-22 20:58:05 -05:00
graywolf336
b63773c7a9
Move the timer to be async if we're using bukkit's timer.
...
This should improve the performance of the plugin even more, because it
won't do any database calls while inside the loop which is what was
usually the hang up time.
This is completely untested and possibly could throw tons of errors.
2014-07-21 19:11:12 -05:00
graywolf336
1c92f90ccc
Update notifications! For dev, stable-dev, and bukkit channels! :)
2014-07-21 18:17:30 -05:00
graywolf336
1181f33693
It is jail createcells not jail cellcreate
2014-07-15 20:19:35 -05:00
graywolf336
8a7a9cefef
Make the jail stick manager/creation smarter and fix jailing via jail
...
sticks, as it wasn't working at all.
2014-07-15 01:05:46 -05:00
graywolf336
a5bf89b07e
Don't allow jailing in unloaded worlds and don't allow joining while
...
jailed in unloaded worlds.
2014-07-14 22:53:48 -05:00
graywolf336
049ea63102
Send a message to the unjailer when they unjail someone.
2014-07-14 21:11:46 -05:00
graywolf336
d535b758d4
Add .gitattributes
2014-06-12 10:50:53 -05:00
graywolf336
82f17f3a4b
Merge branch 'master' of git@github.com:graywolf336/Jail.git
2014-05-30 11:12:30 -05:00
graywolf336
c5720ec84d
Move the handcuffing to store data per uuid.
2014-05-30 11:12:08 -05:00
graywolf336
3e54d79dd3
Try to lower the amount of time spent on each move event as mentioned in
...
issue #26
2014-05-08 19:30:20 -05:00
graywolf336
f1dadaaae0
Lookup the records by username and get the UUID ourself.
2014-04-30 13:18:56 -05:00
graywolf336
4d4f609b82
Finish using the UUID, we are still using blocking methods.
...
I want to get fully away from blocking methods and instead make the
user/player/prisoner/whatever wait to get an answer while we retrieve
the uuid information asynchronously.
2014-04-29 13:20:33 -05:00
graywolf336
ad9c70cbbf
Readd the method I removed and also change the cells to uuid.
2014-04-29 10:53:36 -05:00
graywolf336
5241f917ce
Don't double send the message on backwards support for commands.
2014-04-27 00:29:08 -05:00
graywolf336
6c55578062
Try to provide backwards compatibility.
2014-04-27 00:05:35 -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
0ae2956137
Add a command to toggle whether jail is in debugging or not.
2014-04-21 22:04:03 -05:00
graywolf336
4ade1bcf38
Implement Jail Pay, this closes #11
2014-03-20 15:33:42 -05:00
graywolf336
fe7cb9f5a5
Add a new command /jail time
which has easy access for add/subtract
...
time from a prisoner's sentence.
This command could be useful for commandblocks or something else, as it
does not need a player context. This closes Bukkit Dev Ticket:
http://dev.bukkit.org/bukkit-plugins/jail/tickets/432/
2014-03-15 14:40:50 -05:00
graywolf336
1f6881177a
Strip the colors from when unjailing and sending the message to console.
2014-03-14 15:22:13 -05:00
graywolf336
c478ef2544
Actually reload the jail sticks when we reload the plugin via command.
2014-03-14 15:20:50 -05:00
graywolf336
060bb125a4
First work on converting the old global config file to the new one.
...
For #23
2014-03-14 15:15:30 -05:00
graywolf336
ec1e91cda2
Implement the usage of Scoreboards, make the language configurable.
...
Closes #15
2014-03-13 12:59:47 -05:00
graywolf336
6ce05dbe7d
Regular users don't need to know how many commands are loaded, debug.
2014-03-12 22:45:47 -05:00
graywolf336
816fe1d5b7
Fix the JailHandler containing incorrect JavaDoc.
2014-03-12 22:44:01 -05:00
graywolf336
1399f8d260
Fix some of the JavaDoc.
2014-03-11 13:03:11 -05:00
graywolf336
39cc95b96d
The jail stick is now usable.
...
Closes #16 .
2014-03-08 23:39:11 -06:00
graywolf336
2ec69c5650
Finish adding the jailrecord command, this closes #12 .
2014-03-06 18:10:53 -06:00
graywolf336
e54dbc8a8c
Fix the spacing on the listcells
2014-02-16 16:53:41 -06:00
graywolf336
43eb68811b
Create cell is not createcells
2014-02-16 16:05:42 -06:00
graywolf336
620c57cdc9
Add a PrePrisonerTransferredEvent #9 .
2014-02-15 00:52:25 -06:00
graywolf336
2684fa9bd4
Transferring of prisoners to different jails works, finalizes #5 .
2014-02-14 23:38:13 -06:00
graywolf336
47fba5ab79
Allow /jail status
and also send them a message when they check it
2014-02-14 23:34:41 -06:00
graywolf336
c432dee86f
Register the #3 confirm command, that was a funny fail on a test.
2014-02-14 21:59:28 -06:00
graywolf336
52456edc6b
Finish up the confirmations for #3 .
2014-02-14 21:37:39 -06:00
graywolf336
82a40c5d8e
Add the confirmation to the clearforce command, continued work on #3 .
2014-02-14 18:02:08 -06:00
graywolf336
54bea41d05
Further work on #3 , lots of logic work figured out. The clear command
...
uses the confirmation method now, just need to test it.
2014-02-13 13:40:23 -06:00