Skip to content

Releases: leothawne/LTItemMail

LT Item Mail 0.3.4 [1.13 - 1.20.4]

22 Mar 20:02
Compare
Choose a tag to compare
  • Fixed integrations not being detected.
  • Added color customization (refer to https://htmlcolorcodes.com/bukkit-color-codes/) for plugin tag and mailbox name (see config.yml).
  • Removed unnecessary console messages.
  • Performed a few changes for stability.
  • Mail list (/itemmail list) shows who sent the mail.
  • If is not possible to send a mail box (lack of money or other motive), it will be sent back to you in your mail list.
  • Added the possibility of write a label on the mail box (/mailitem [text]).

LT Item Mail 0.3.3

13 Feb 01:38
Compare
Choose a tag to compare

Vault fix!
Changes: 7c0670b

LT Item Mail 0.3.2

31 Dec 01:02
Compare
Choose a tag to compare

Changelog:

  • Database corruption fix (0.3.1).
  • Added configuration fallback.
  • Added "/itemmailadmin reload" command and translations.
  • Added "/itemmail costs" command and translations.
  • Added support for GriefPrevention protection.
  • Added support for TownyAdvanced protection.
  • Added support for RedProtect protection.
  • Added support for WorldGuard protection.
  • Restructured config.yml file.
  • Added own protections for physical mailboxes (prevent breaking, exploding and moving with a piston).

Changes: 83a65f4
a16a2fc

LT Item Mail 0.3.1 [1.13 - 1.20.4]

29 Dec 02:29
Compare
Choose a tag to compare

Database corruption fix!

If you first installed version 0.3.0 please delete the mailboxes.db file and install version 0.3.1

Changes: dfb4c40

LT Item Mail 0.3.0 [1.13 - 1.20.4]

27 Dec 06:21
Compare
Choose a tag to compare
Pre-release

Big update!

  • Added a permission system and implemented new permission nodes.
  • Improved language system and file structure. Missing lines will be automatically added instead of deleting the current yml file.
  • Economy fix (plugin creates a thread to keep waiting for an Economy plugin to be registered by Vault if there is any)
  • Now you can send items to offline players.
  • Now you can have a physical mailbox.

Changes: 8193fd8 7b360a1

LT Item Mail 0.2.7 (MC 1.13 - 1.20.4)

22 Dec 05:01
Compare
Choose a tag to compare

Changelog:

  • Improved mailbox system.
  • Added language fallback.
  • Added new messages.
  • Added /itemmail delete command.
  • Now you can customize mailbox name in config.yml.

Changes: 83a186c 53b9134 a89ade0

LT Item Mail 0.2.6

17 Dec 20:41
Compare
Choose a tag to compare

Introducing mailboxes storage!

New player commands:
/itemmail list - List new/pending mailboxes.
/itemmail open - Open a pending mailbox.

New admin commands:
/itemmailadmin list - List opened mailboxes of a specific player.
/itemmailadmin recover - Recover lost items from an opened mailbox.

Changes:
90597d0
c77d240

Economy fix 139ef9c

LT Item Mail 0.2.5

27 Jul 17:53
Compare
Choose a tag to compare

I'm back :)

LT Item Mail 0.2.4

27 May 04:08
Compare
Choose a tag to compare

+ Updated to MC 1.14!

LT Item Mail 0.2.3

27 Feb 01:41
Compare
Choose a tag to compare
  • Vault is not a required dependency anymore. You can choose whether or not you want to use Vault + an economy plugin.
  • New configuration sections and messages were added.
  • Update checks now has its own tasks in order to not disturb the functioning of the server (it happened a couple of times, especially when the server was running without internet access).
  • A public API is now available. Javadoc can be found here: https://leothawne.github.io/javadocs/LTItemMail/
  • The number of messages in the server's console were reduced.
  • Hashmaps are now been used instead of messing with a player's vulnerability status just to determine if a player is busy or not.
  • A message will appear in the console informing when this plugin is integrating another plugin as a dependency. Example: Vault.
  • Using the public API, you can send items anonymously to any player on the server without any charges. The mailbox will be marked as a "special mailbox".