Skip to content

Releases: xT-Development/xt-prison

v1.4.8

24 Jan 21:29

Choose a tag to compare

What's Changed

  • Ensure client side enterPrison calls server side syncJailCompatibility by @mmoftah in #17
  • Fix alarm and remove item chances by @mmoftah in #18
  • add(locales/tr): new by @HellPortal in #21
  • use native audio (thanks to Audiotool from Renewed) by @cfoour in #20
  • Create pl.json by @userMacieG in #23
  • Create es.json by @zfmods in #28
  • Create pt.json by @cosminwindox in #25
  • Fix confiscated items duplication and checks e976dbd
  • Fix confiscated items clear from prison breaks 2cfb536
  • Fix remove targets on checkout 81769e1
  • Added drop down selection for /jail command, rather than player ID input dee4dd3 (Thanks to the suggestion in #19)

New Contributors

v1.4.5

02 Feb 23:34

Choose a tag to compare

What's Changed

  • ND MDT Support by @gitBitsystem in #14
  • Fixed incorrect checks for removing jobs 438e924
  • Better handling of syncing compatibility of 3rd party resources with xt-prison. Some users have reported some issues with this? I'll keep monitoring. c2ce71b
  • Added open function to server config for banning players. Its been to-do for too long 65ae998
  • Fixed incorrect variables causing players confiscated items to not clear when they breakout of jail 7774558

v1.4.0

08 Nov 03:25

Choose a tag to compare

Fixes

  • Load colissions around the player before they enter jail. Caused issues with players triggering a jail break as they were being sent to jail. ea82ec9
  • Resolved nil player errors in the police count loop. 0df8714

New Features

  • Added version checking. Credits to Matthew #13

Refactored

  • Properly handle saving and retrieving player's confiscated items when they leave/rejoin, or the server restarts. Added new database table to store and retrieve the player inventory from, auto initialized on script start. d5e3d73
  • Jail roster access. Moved the "prisoners" command to the server for improved job checks. bc9ee76

v1.3.0

05 Oct 06:21

Choose a tag to compare

  • Fixes player jail time not reducing properly if jail clothes config was disabled 89f6bab
  • Creates async alert on player when entering jail. Allows callback to return without waiting for the target to interact with the alert e50c170
  • Created pt-br language by @Swellington-Soares in #11

v1.2.0

28 Sep 03:08

Choose a tag to compare

  • Fixes confiscating and returning items by tracking confiscated items per player source 1733dc6
  • When sent to prison, if players left the server their confiscated items were wiped. This returns the inventory on drop 5a00eec
  • Wait until states are set before returning 5a00eec

v1.1.0

18 Sep 03:28

Choose a tag to compare

v1.0.0

06 Sep 05:20

Choose a tag to compare

  • Added github files