d5296c4314
Improves formatting, removes broken comments and updates version to 1.17
2021-10-21 15:13:55 +02:00
Bradley Hilton
820842932a
Update the build status icon
2020-10-13 10:38:44 -05:00
Bradley Hilton
d77e924aeb
Merge pull request #170 from graywolf336/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.11 to 4.13.1
2020-10-13 10:37:33 -05:00
dependabot[bot]
d455035c97
Bump junit from 4.11 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 20:19:57 +00:00
Bradley Hilton
f0a816513b
Fix a few things, getting back into the flow
2019-04-15 15:41:33 -05:00
Bradley Hilton
abc561ded8
Crops are now wheat, whooops
2019-04-15 14:23:22 -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
ec2b6ba0f4
Fix the tests failing due to material name changes
2019-04-15 12:41:08 -05:00
Bradley Hilton
eb92967e03
Fix the build
2019-04-15 12:29:00 -05:00
Bradley Hilton
e75e735cef
Merge pull request #143 from graywolf336/more-tests-for-coverage
...
[WIP] More Unit Tests for Better Code Coverage
2019-04-15 11:11:33 -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
Bradley Hilton
a37907ece9
Merge branch 'colajunkie13-master'
2017-06-15 11:29:34 -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
526a4a5c5b
Merge pull request #1 from colajunkie13/Avoid-deprecated-loadConfiguration(InputStream)
...
Avoid deprecated loadConfiguration(InputStream)
2017-06-10 17:49:58 +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
f0057a2079
Merge pull request #141 from graywolf336/add-code-coverage-badge
...
Add the code coverage badge from codacy
2017-01-04 12:06:30 -02:00
Bradley Hilton
97877612c5
Add the code coverage badge from codacy
2017-01-04 11:54:45 -02:00
Bradley Hilton
862a398c40
Merge pull request #140 from graywolf336/codacy-coverage-test
...
Add coverage reporting
2017-01-04 11:48:14 -02:00
Bradley Hilton
f624518a0e
Add coverage reporting
2017-01-04 11:26:56 -02:00
Bradley Hilton
9d5d56c192
Add information about the one fix applied to beta 6 so far
2017-01-04 10:34:47 -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
fa1e935f5a
Add the codacy badge
2016-05-31 11:46:39 -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
f6df139864
Update the pom.xml to point to the right repository
2016-05-30 12:10:57 -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
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
graywolf336
7324c8597e
Fix the plugin not loading due to language changes
2016-03-21 17:29:13 -05:00
graywolf336
d0fcfe7c9b
Hopefully the final missed item from the 1.9 tests
2016-03-21 17:03:51 -05:00
graywolf336
42f78963c1
Implement the missing methods, Eclipse failed me.
2016-03-21 17:01:48 -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
1618e17d63
Add the license
2015-12-29 14:13:10 -06:00
graywolf336
a46afe2311
Fix the language fi being broken.
2015-12-29 14:02:31 -06:00
graywolf336
5dd226409f
Update translation info
2015-12-29 14:01:01 -06:00
Bradley Hilton
a115cdabfe
Created and pushed by LingoHub. Project: 'Jail Plugin' by User: 'graywolf336@craftyn.com'.
2015-12-29 13:27:35 -06:00
Bradley Hilton
fe55c4edfb
Created and pushed by LingoHub. Project: 'Jail Plugin' by User: 'graywolf336@craftyn.com'.
2015-12-29 13:24:06 -06:00