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
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
75171a7ba4
Pretty time is sign default & reload sign lines
...
When the plugin reloads fire an event so that other places can know when
it happens, mostly internal. Use that new event for reloading the
plugin's sign lines in the event it happens.
2015-05-27 11:34:53 -05:00
graywolf336
d205a35d0a
Add the Jail Vote feature back in, with lots of unit testing. Closes #8
2015-02-12 21:29:09 -06:00
graywolf336
d819bd7d37
Reimplment automatically jailing in cells, fixes #42 .
...
New config option if you want to disable this option.
2015-02-09 22:08:59 -06:00
graywolf336
81da8ddb59
First attempt at getting the signs of cells to display information #31
...
The variables possible are:
* %player% - the player's last known name
* %uuid% - the player's uuid, or what can fit on a sign
* %reason% - the reason the player was jailed
* %jailer% - the person/thing who jailed this player
* %afktime% - the amount of time the player has been afk
* %timeinminutes% - the amount of remaining time the player has in
minutes
If the player is jailed forever, then it pulls from the language file
`jailedforeversign` property.
2014-08-19 14:19:30 -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
1c92f90ccc
Update notifications! For dev, stable-dev, and bukkit channels! :)
2014-07-21 18:17:30 -05:00
graywolf336
fec2fddb26
Remove the default blacklist items..those are precious blocks.
2014-07-15 01:39:04 -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
86082e2f63
Allow resisting arrests via the jail stick.
2014-07-15 00:11:36 -05:00
graywolf336
9ca8e14e29
Add a black list to storing the player's inventory.
2014-07-14 23:16:05 -05:00
graywolf336
0aeaa26d1e
Rofl the helmet is called helmet...not boots :p
2014-07-14 20:42:17 -05:00
graywolf336
36be8a89a0
Let's try another color for orange...
2014-07-14 20:38:00 -05:00
graywolf336
2c336527a5
Fix the config containing tabs instead of spaces.
2014-07-14 19:10:44 -05:00
graywolf336
8fe7dea3ae
Add limited inmate clothing! Closes Ticket #22
2014-07-14 19:05:28 -05:00
graywolf336
d535b758d4
Add .gitattributes
2014-06-12 10:50:53 -05:00
graywolf336
1de176e67e
Don't enable scoreboards by default, they are laggy in the newer bukkit
2014-04-21 22:52:17 -05:00
graywolf336
4ade1bcf38
Implement Jail Pay, this closes #11
2014-03-20 15:33:42 -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
64c4298cca
Whoops, didn't mean to move the database to the wrong config section.
2014-03-08 22:57:33 -06:00
graywolf336
274f3a03ab
Start work on Jail Sticks.
2014-03-08 22:53:31 -06:00
graywolf336
356fab682e
Start some initial work on the sql portion, no where near close. #18
2014-02-19 21:54:56 -06:00
graywolf336
5f39776825
Fix the issue in the config which was causing the tests to fail.
2014-02-14 23:53:06 -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
cb22fe9786
Let's try out the move protection, maybe this will work the first time
2014-01-22 14:43:14 -06:00
graywolf336
fe1db3bb04
Prevent interaction with items and blocks!
...
Works just like the old version, they can interact with anything except
what is in the blacklist.
2014-01-21 22:23:26 -06:00
graywolf336
863793543f
Allow protecting and penalizing trampling of crops.
2014-01-21 21:37:52 -06:00
graywolf336
abb3e70bdf
Enable protecting endermen protections in jails
2014-01-21 12:31:56 -06:00
graywolf336
4179a6a2d3
Move the explosion protection to a different section of the config.
...
This way it makes more sense, as the explosionProtection is for the
jails and not during the jailing.
2014-01-21 12:21:33 -06:00
graywolf336
4eae8778ea
Enable food control
2014-01-20 15:24:27 -06:00
graywolf336
392b1d94cc
Prevent commands from being executed, except those whitelisted
2014-01-20 14:40:03 -06:00
graywolf336
af58eea360
It's crops as well for placing, whoops
2014-01-20 12:26:03 -06:00
graywolf336
18265777dd
It's crops and not wheat, also add potatos to the default whitelist.
2014-01-20 12:24:09 -06:00
graywolf336
f41ee77092
Enable checking the whitelist of breaking and placing.
2014-01-19 15:53:42 -06:00
graywolf336
95649e7f03
Start work on the protection and penalties. First up is Block Place
2014-01-19 14:40:39 -06:00
graywolf336
cf7c9fc4c2
Protect the jails against explosions, if it is enabled
2014-01-08 15:27:38 -06:00
graywolf336
d734d99e88
Protect against block breaking and block placing in jails
...
Unless the player has admin permission. This does not include the
penalties as those will be done in a future commit. This also has a
little better performance on the block placing and breaking events, if
these checks are disabled.
2014-01-08 15:02:24 -06:00
graywolf336
369c874add
If the config has prisoners not to get the chats, then let's obey that.
2014-01-03 23:57:10 -06:00
graywolf336
f5bf76ec46
Add jail timer and jail event, count down the prisoners time.
2014-01-03 14:10:38 -06:00
graywolf336
e4f74e5e91
Lots of progress was made towards jailing the player.
...
We now handle the jailing of the players and even store their inventory.
Unjailing hasn't been tested at all yet, so that's still to do.
2013-12-27 18:19:47 -06:00
graywolf336
c35b3b04f0
Add a config value to set their gamemode to. Also, eject them.
2013-12-25 23:20:52 -06:00
graywolf336
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
graywolf336
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
graywolf336
3f65450495
More work on the config and also start working on the language messages.
2013-12-22 12:19:29 -06:00
graywolf336
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
graywolf336
e07c657a40
Give the players a wand when starting to create a jail or cell.
2013-12-06 15:56:46 -06:00
graywolf336
596c9de2ad
First commit, converted to a truely maven project and switching over to my own repository for better management.
2013-12-05 18:22:15 -06:00