Skip to content

Releases: gordonmhy/Jail

Jail 1.0.0

04 Mar 07:02
Compare
Choose a tag to compare

1.0.0

  • Added informational commands for admins to obtain data from the plugin
  • Prisoners' force jail TP now only occurs upon displacement change
  • Item dropping by prisoners can now be disabled in config
  • Players w/ perm 'jail.override.restrictions' can ignore all jail restrictions
  • Fixed config key 'check-UUID' being ignored by the code
    Technical updates:
  • Old config file(s) is now saved with old version name
  • 'offline-time-counting' is now default as false
    New commands:
  • /prisonerinfo <player_name>
  • /jailinfo

Jail alpha0.3.4

19 Feb 08:32
Compare
Choose a tag to compare
Jail alpha0.3.4 Pre-release
Pre-release

Alpha0.3.4 -> The Real-Problem-Solver Update

  • Fixed error when allow-chat=true & allow-command=false #18
  • Fixed all errors caused by name case detections #16 #18 #15

Jail alpha0.3.3

15 Feb 12:28
Compare
Choose a tag to compare
Jail alpha0.3.3 Pre-release
Pre-release

Alpha0.3.3

  • Fixed error in console when a jailed player joins
  • Fixed BlockPlacer not resetting the whole mine
  • Fixed non-jailed players get kicked upon second join

Jail alpha0.3.2

11 Feb 08:00
Compare
Choose a tag to compare
Jail alpha0.3.2 Pre-release
Pre-release

Alpha0.3.2

  • Fixed player-UUIDs checked with incorrect data-type

Jail alpha0.3.1

11 Feb 07:31
Compare
Choose a tag to compare
Jail alpha0.3.1 Pre-release
Pre-release

Alpha0.3.1

  • API updated, should support the latest PocketMine build
  • Fixed error message popping when a player who's jailed forever joins
  • Fixed player-UUID incorrectly saved

Jail alpha0.3.0

20 Jan 10:26
Compare
Choose a tag to compare
Jail alpha0.3.0 Pre-release
Pre-release

Alpha0.3.0

  • Implemented Mining-For-Money-For-Bailing feature! (Tutorial soon)
  • Fixed newly joined players all being jailed bug #10
  • Fixed console popping errors of isJailed()-error bug #10
  • Added support for EconomyPlus (Prisoner bail function)
  • Added support for individual jail's bail status(Allow bailing or not)
  • Default time unit is now customizable in configuration file
  • Implemented sign support: 1st line: [Bail] [ResetMine] [SellHand]
  • Fixed some messages not converted from their keys
  • Prisoners' gamemode will be set to 0 instead of 2
  • Added 'jail.modify.bypass' perm-node (detail in plugin.yml)
  • Fixed block-break detection (warning broadcasting issue)
  • Fixed player-escape-warning overlapping the timer GUI
  • Implemented prisoner inventory saver
  • Fixed a word misspell in lang_zh.json
  • Database support! (Jails.yml data backup)

Technical updates:

  • Code cleanup - Removed unused code
  • Added an interface class for Jail's API
  • Bumped to PocketMine API 3.0.0-ALPHA1 (Older APIs compatible)
  • Different sign types are checked with individual listeners
  • Signs positioning technology enhancement

New commands:

  • /jailmine set|remove|check|reset
  • /jailsellhand
  • /jailresetmine

Jail alpha0.2.3

17 Dec 14:59
Compare
Choose a tag to compare
Jail alpha0.2.3 Pre-release
Pre-release

Alpha0.2.3

  • Fixed '/votejail' command not working for normal players
  • Added 'jail.uuidcheck.bypass' permission

Jail alpha0.2.2

17 Dec 14:43
Compare
Choose a tag to compare
Jail alpha0.2.2 Pre-release
Pre-release

Alpha0.2.2

  • Added an option to disable timer GUI on prisoners in config
  • Updated README.md for Github
  • Added '/votejail' cmd, allowing players to vote someone who behaves badly
  • Fixed loading message of compatible economy plugin
  • Fixed /tpjail command and tpJail() not working
  • Code cleanup
  • Added UUID Checker

Jail alpha0.2.1

27 Oct 15:43
Compare
Choose a tag to compare
Jail alpha0.2.1 Pre-release
Pre-release

Alpha0.2.1

  • Added Russian #5
  • Redefined language keys
  • Added more translatable messages

Jail alpha0.2

13 Oct 04:27
Compare
Choose a tag to compare
Jail alpha0.2 Pre-release
Pre-release
  • Added more languages #2
  • Various bug fixes
  • ^^ This version is not tested, but it theoretically works. Report any bugs you notice :)