Skip to content

Releases: TrueMB/RentIt

Update 2.9.4

18 Aug 16:42
Compare
Choose a tag to compare

Update 2.9.3

16 Aug 22:55
Compare
Choose a tag to compare

Full Changelog: 2.9.2...2.9.3

Update 2.9.2

14 Feb 18:32
Compare
Choose a tag to compare

Full Changelog: 2.9.1...2.9.2

Update 2.9.1

05 Feb 12:12
Compare
Choose a tag to compare

Full Changelog: 2.8.2...2.9.1

Update 2.9.0

03 Jan 00:35
Compare
Choose a tag to compare

Add

Admin Shops (Unlimited Items can be bought/sold, no owner, no time limit/money needed)
Command /<shop/hotel> delete
Command /shop setAdminArea
Config Options to change the main command

Fix

Inventory was saved in wrong database column which broke some shops!
Prevent Buying AIR in the Shops
Stop making Items with a negative value in the shop
Make high prices for Shop Items Human readable
Support Hex Colors for every message
Show the Sites on the footer Text for the List command
Add door command to tab completion for users
Prevent NPE for some NPCs
Identical Item is not only once possible again.

Improvements

Improved Database Setup and prevent SQL Injections
Improve Sign Updater
Code Improvements

Update 2.8.1

08 Oct 16:36
Compare
Choose a tag to compare
  • Fix: Chests can be opened / Error if ChestShop is not installed.
  • Fix: Reconnect Method for the Database Connection
  • Add: new Placeholder for the Signs (maxSite, id, catId, catAlias, alias)

Update 2.8.0

01 Oct 14:37
Compare
Choose a tag to compare

Very import for users, who update!

  1. Please go into your RentIt config and add following value in the database Section:
Database:
  type: 'SQLITE'      #<- This line (MARIADB, MYSQL and SQLITE)
  host: 'ipaddress'

It is very important, to upgrade into the correct database.

  1. Create a backup of the database from RentIt
  2. Change the RentIt.jar and restart the server.

Please use the contact methods if you got problems. I can't help you, if something went wrong and you didn't create a backup!

New Features:

  • Dynamic and multisite Shop
  • Added better support for MariaDB
  • Default Permissions in the config moved to the category settings. It needs to be set for every category, to enable it again.
  • Adding ChestShop Support
  • Added /<shop/hotel> catinfo
  • Added /shop setmaxsite
  • Added /shop createCat
  • Config value to change the NPC Player name color
  • Display the price in Human readable
  • Improvements and many Bug fixes

Version 2.7.5

23 Jun 17:04
Compare
Choose a tag to compare
  • Add: 1.20.X Support
  • Add: Changeable Sign Prefixes in the config.
  • Fix: Preventing editing Plugin Signs.
  • Fix: Anvil GUI now only allows valid Input
  • Update: AdvancedChestAPI (Thanks again to @rglautaro)

Version 2.7.4

26 Feb 19:24
Compare
Choose a tag to compare
  • Add: Added Category Setting: useBed and useEnderchest (Allow using the Item in protected regions with no permissions)
  • Add: Barrels are now working as a Shop Storage
  • Add: New Placeholder %rentit_player_shop/hotel_autopayment%
  • Fix: Added a Error Message for a missing world
  • Fix: Player can build in unowned protected Regions
  • Fix: Checking for Free Item Slot before removing Item from Shop

Update 2.7.3

27 Dec 23:43
Compare
Choose a tag to compare

Fixed Sign Break Error
Fixed Interaction sometimes possible with Shops/Hotels, even if no permissions (PlayerInteractEntityEvent -> PlayerInteractAtEntityEvent)
Fixed Async Error on Villiager destroy
Fixed Typo in Config
Fixed reset Command not correctly reseting the Shop Inventory
Fixed wrong message for hotel setPermission Command
Fixed AdvancedChests Support (Thanks to @rglautaro )
Fixed setPermission not removing the WorldGuard Member correctly

Changed Help Message (only for new configs)

Added full Support for 1.19.3
Added Playerpoints as a possible Primary Economy System (Config Entry)
Added aliases for the main commands in the Config
Added Blacklist for Item Types, that should not be allowed to sell in a shop
Added a Search Command to look for an item in all shops
Added Message palceholder: %itemName% for the Displayname of an Item. (shop sell Messages)

New Placeholder(-API):
Those Placeholder are only showing the info for the first shop/hotel. They mostlikely only make sense, if you limit the shops/hotels to one for each player.

%rentit_player_shop_category%
%rentit_player_hotel_category%
%rentit_player_shop_expiration%
%rentit_player_hotel_expiration%
%rentit_player_shop_price%
%rentit_player_hotel_price%
%rentit_player_shop_duration%
%rentit_player_hotel_duration%
%rentit_player_shop_size%

Moved to gradle
Updated Dependencies