485 Commits

Author SHA1 Message Date
d5296c4314 Improves formatting, removes broken comments and updates version to 1.17 2021-10-21 15:13:55 +02:00
Bradley Hilton
f0a816513b Fix a few things, getting back into the flow 2019-04-15 15:41:33 -05:00
Bradley Hilton
ac78c941bf Add an option to disallow jailing offline players.
This closes #163 and adds a new configuration option
2019-04-15 13:22:38 -05:00
Bradley Hilton
eb92967e03 Fix the build 2019-04-15 12:29:00 -05:00
Bradley Hilton
75571ad8ca Merge master 2019-04-15 11:05:04 -05:00
Bradley Hilton
36f515864f Update to 1.13 2019-04-15 11:00:17 -05:00
Bradley Hilton
72ab3dae5d
Update to the latest Minecraft version 2017-06-15 12:21:03 -05:00
M Peters
7e2094830b Forgot import... 2017-06-12 18:27:27 +02:00
M Peters
56c54c08f0 Switch from File to InputStream
Fixes the failing tests
2017-06-12 18:13:25 +02:00
M Peters
99e6b37a64 Avoid deprecated loadConfiguration(InputStream)
Fixes https://github.com/graywolf336/Jail/issues/152
2017-06-10 17:49:27 +02:00
Bradley Hilton
4b26ddf382
Start work on getting more code coverage in the unit tests 2017-01-04 19:05:36 -02:00
Bradley Hilton
b2f0c31421 Get it to build again and update to java 1.8 in the pom.xml 2017-01-04 10:31:59 -02:00
graywolf336
6c8559c39b
Try to fix #128 with sqlite. 2016-06-18 21:05:25 -05:00
graywolf336
1e241eef3c
Fix some code style issues 2016-05-31 12:38:39 -05:00
graywolf336
1b3d8c7bdf
Add the missing break statements in the jailing listener. 2016-05-31 11:54:05 -05:00
graywolf336
922280d69c
Add three missing break statements in the legeacy converter. 2016-05-31 11:52:30 -05:00
graywolf336
543a862c98
Cherry-pick the changes for the jail stick 2016-05-30 15:15:26 -05:00
graywolf336
9e281a821f
Fix #117, provide username tab completes. 2016-05-30 14:40:38 -05:00
graywolf336
f2adab9a3a
Update the creation messages as we are using clay brick instead of sword 2016-05-30 12:22:44 -05:00
graywolf336
9452bcb5a3 Fix #118, armor being duplicated. 2016-04-02 13:40:18 -05:00
graywolf336
92e6f5e641 Fix #91, fix #109, and fix #100.
This should work around a lot of the plugins out there which handle
inventories per world. I might have missed a few things here and there,
but that's what testing by others is for. :)
2016-03-22 12:21:20 -05:00
graywolf336
bd6b9adefb Fix #99, we store records by uuid now. 2016-03-22 11:22:52 -05:00
graywolf336
7f7b688935 Fixes #112 and fixes #113.
Spigot 1.9 changed how a player's inventory is handled. They now include
the player's armor and off hand content, which makes creating an
inventory directly from a player's inventory impossible without working
with it.
2016-03-22 11:11:58 -05:00
graywolf336
0aba5e1569 Closes #110, add three additional variables
Adds %player%, %uuid%, and %reason%
2016-03-21 18:22:40 -05:00
graywolf336
780c4f0b8e Fix #95 and #114
Change to clay brick & prevent double clicking due to a Spigot bug.
2016-03-21 18:10:08 -05:00
graywolf336
95b159c69d First update to 1.9. Sadly makes it not work w/ 1.8 2016-03-21 16:57:29 -05:00
graywolf336
02fd6bf51f Move the languages to their own folder
Moving to a new translation service, so I need to do this.
2015-12-29 12:54:22 -06:00
graywolf336
b7013d578c Placeholder for my idea for help on the commands. 2015-11-02 11:49:31 -06:00
Per Henrik Johansen
9f2e1d9786 Fixed payitem bug 2015-10-25 12:41:02 +01:00
graywolf336
f9035baa35 More work on javadoc...disable the lint for now
Will be enabled again when I have more time
2015-08-18 09:19:37 -05:00
graywolf336
63b43d1191 Fix javadoc build errors and fix #90
Attempt one at trying to fix the javadoc errors.
2015-08-18 08:49:50 -05:00
graywolf336
65635fe761 Fix the updater failing due to recent changes to the build server 2015-08-15 02:18:11 -05:00
graywolf336
052e124386 Fix not being able to remove a prison, fixes #86
The expired message was never being sent also double the time they have
to confirm anything before it expires. If you're still having problems,
toggle debug to on and then go from there.
2015-07-29 11:05:05 -05:00
graywolf336
b99520b10b Fix long standing bug where extra nodes in data.yml would be created
There was a bug where you would "randomly" get extra nodes in your
data.yml like jailnamecells, this caused problems earlier which was
avoided by not loading invalid jails but now the real issue is fixed and
those extra nodes shouldn't appear again.
2015-07-24 12:31:06 -05:00
graywolf336
9ec7f389db Load/Disable the move protection listener #88
We now load or disable the move protection listener based upon the
config when the plugin is reloaded.
2015-07-23 14:53:30 -05:00
graywolf336
1648c04745 Correct the message in debugging when unjailing
The debug message was set to always say mysql database instead of what
it really was, sqlite or mysql.
2015-07-23 14:31:36 -05:00
graywolf336
890923fca7 Don't use limit with sqlite. Fixes #89
Gives a strange error when using limit with sqlite.
2015-07-23 14:09:55 -05:00
graywolf336
fec666a6f7 Add tabcomplete to transfer. Closes #77
Finally complete the tab complete on the transfer, fully completes
everything up until now.
2015-06-30 15:09:55 -05:00
graywolf336
c4c2b30820 After transferring update the signs. 2015-06-30 14:27:44 -05:00
graywolf336
2373338770 Fix #83, transfers failing due to various errors
The transfers were failing due to errors. Also fixed an api issue where
the method wasn't very descriptive.
2015-06-30 14:15:35 -05:00
graywolf336
93d8b88bb1 Add a command option to force jailing never played 2015-06-30 12:48:33 -05:00
graywolf336
c22f1ec22d Add tab completion to the jail command #77
Tried to make the tab complete pretty smart, there probably are several
issues with it but first round of testing should be good to go!
2015-06-29 22:46:36 -05:00
graywolf336
a602bf77fe Fix jail check not tab completing online names 2015-06-29 22:44:46 -05:00
graywolf336
3225c6e853 Revert the change to the JailSignsCommand 2015-06-15 09:15:53 -05:00
graywolf336
45a0c79bdd Fix inventory not being stored in chests of a cell 2015-06-12 23:09:08 -05:00
graywolf336
e77cda996e Gotta remember to add command arguments to the tab completion 2015-06-12 22:16:56 -05:00
graywolf336
91e74845a2 Add update to the sign commands, same as refresh. 2015-06-12 22:13:09 -05:00
graywolf336
4c7166251f Add isJailedForever to the prisoner & use it in pay 2015-06-10 16:05:24 -05:00
graywolf336
e598b0c424 Fix #82, don't jail players haven't played before
There is a configuration node which can be set to true to allow this.
2015-06-10 15:59:44 -05:00
graywolf336
312fe5105b Don't throw the async jail exception, we run it sync 2015-06-10 15:31:42 -05:00