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
0aba5e1569
Closes #110 , add three additional variables
...
Adds %player%, %uuid%, and %reason%
2016-03-21 18:22:40 -05:00
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
9cefa8413a
Let's try setting the resource folder relative?
...
First time of me really messing around with locales and sub-directories
for resources.
2016-03-21 17:31:50 -05:00
7324c8597e
Fix the plugin not loading due to language changes
2016-03-21 17:29:13 -05:00
d0fcfe7c9b
Hopefully the final missed item from the 1.9 tests
2016-03-21 17:03:51 -05:00
42f78963c1
Implement the missing methods, Eclipse failed me.
2016-03-21 17:01:48 -05:00
95b159c69d
First update to 1.9. Sadly makes it not work w/ 1.8
2016-03-21 16:57:29 -05:00
1618e17d63
Add the license
2015-12-29 14:13:10 -06:00
a46afe2311
Fix the language fi being broken.
2015-12-29 14:02:31 -06:00
5dd226409f
Update translation info
2015-12-29 14:01:01 -06:00
a115cdabfe
Created and pushed by LingoHub. Project: 'Jail Plugin' by User: 'graywolf336@craftyn.com'.
2015-12-29 13:27:35 -06:00
fe55c4edfb
Created and pushed by LingoHub. Project: 'Jail Plugin' by User: 'graywolf336@craftyn.com'.
2015-12-29 13:24:06 -06:00
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
b7013d578c
Placeholder for my idea for help on the commands.
2015-11-02 11:49:31 -06:00
e5e6153806
Merge pull request #98 from perhenrik/master
...
Fixed the paying with item not working due to uppercasing the wrong piece.
2015-10-29 12:42:10 -05:00
9f2e1d9786
Fixed payitem bug
2015-10-25 12:41:02 +01:00
ae39ac2cfe
Update the pom, dns hasn't updated for the new repo
2015-08-18 09:24:54 -05:00
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
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
65635fe761
Fix the updater failing due to recent changes to the build server
2015-08-15 02:18:11 -05:00
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
0704ed5ce7
Update the Jail distribution repo
2015-07-27 01:23:40 -05:00
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
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
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
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
44ce2c7cfe
Fix the spacing/line ending on the readme I accidently did.
2015-06-30 16:13:33 -05:00
07938209bb
Forgot to save the readme....whoops.
2015-06-30 16:11:48 -05:00
c9696b8671
Update the readme
2015-06-30 16:08:47 -05:00
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
c4c2b30820
After transferring update the signs.
2015-06-30 14:27:44 -05:00
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
93d8b88bb1
Add a command option to force jailing never played
2015-06-30 12:48:33 -05:00
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
a602bf77fe
Fix jail check not tab completing online names
2015-06-29 22:44:46 -05:00
3225c6e853
Revert the change to the JailSignsCommand
2015-06-15 09:15:53 -05:00
45a0c79bdd
Fix inventory not being stored in chests of a cell
2015-06-12 23:09:08 -05:00
e77cda996e
Gotta remember to add command arguments to the tab completion
2015-06-12 22:16:56 -05:00
91e74845a2
Add update to the sign commands, same as refresh.
2015-06-12 22:13:09 -05:00
4c7166251f
Add isJailedForever to the prisoner & use it in pay
2015-06-10 16:05:24 -05:00
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
312fe5105b
Don't throw the async jail exception, we run it sync
2015-06-10 15:31:42 -05:00
806176ca1c
Add the missing files, Github for windows missed it
2015-06-05 18:02:02 -05:00
384fa3601b
New command for signs, closes #79
...
A new command for signs. Refreshing them, cleaning them, and verifying
them. Changed up some internal apis, if you were using them sorry for
breaking it. Also, really update the signs when we jail someone who is
offline via a new event.
2015-06-05 18:01:31 -05:00
bd1b3ec04d
Update the signs on cells when someone is jailed
...
This change makes the signs be updated when someone is jailed, no matter
if they're online or not. #68
2015-06-05 10:47:19 -05:00
bcf0a46852
Fix chest being selectable if trapped and regular were next to each other
2015-06-05 10:13:48 -05:00
2e492ebe74
Semantic update on the a util method
...
The name of the method(s) says the string we are checking goes first, so
make it that way.
2015-06-04 17:18:22 -05:00
176fde313e
Remove last test and various changes
2015-06-03 16:39:20 -05:00
24ed74446b
Add javadoc to the hasVotedAlready
2015-06-03 16:27:17 -05:00