Skip to content

Releases: weaves7/SignShop

World name bug fix

26 Dec 21:51
Compare
Choose a tag to compare
World name bug fix Pre-release
Pre-release

Compatible with 1.13.* to 1.18.*
Changes:

  • Increases sign name character limit
  • Adds crimson and warped wall signs to config
  • Changes world string methods when checking for permissions

v3.5.2 - Bug fixes and Lands support

27 Sep 01:52
Compare
Choose a tag to compare
Pre-release

Compatible with Minecraft 1.13.2 - 1.17.1

Recent changes:

  • Added support for Lands plugin (This is untested since I have not bought the plugin, it should prevent players from linking signs to other player's chest.)
  • Added EasyConomy to soft dependencies
  • Fixes a NPE when converting empty timing file
  • Fixes wargamer#72, error loading due to null CMIWorthHandler
  • Adds a new permission("Signshop.Destroy.Others") which allows a player to destroy another player's shop without having the other admin permissions
  • Internal color codes are now configurable

Pre-release for 1.16

15 Aug 00:12
Compare
Choose a tag to compare
Pre-release for 1.16 Pre-release
Pre-release

Compatible with Minecraft 1.13.2 - 1.16.2

Although prior releases would work with 1.16+ this release addresses a couple other issues that needed fixed prior to any 1.16 specific builds.

  • Fixes AuthorNagException when canceling async tasks.
  • Fixes NullPointerException when updating an empty sellers.yml data format.

There is a known issue with 1.16+ regarding items with custom names and other text. These items are sometimes not recognized when trying to sell them to a shop or trade them. The reason for this is there is an inconsistency between the internal NBT name created by vanilla, bukkit, or when bukkit serializes an item. Therefor a vanilla item, a bukkit item in ram and a saved item all have different internal data in spite of looking the exact same to the player. The Spigot dev team is currently working on a fix but it has been and will be a slow process due to the nature of the bug. Once the direction of Spigot is determined regarding this bug I will then be able to determine what needs to happen regarding SignShop and will try to implement automatic fixes if possible. Worst case scenario will likely just be the need to remake some shops. For more information please read: https://hub.spigotmc.org/jira/browse/SPIGOT-5964 and https://hub.spigotmc.org/jira/browse/SPIGOT-5063

v3.4.11-dev WorldGuard and Residence fixes.

24 Apr 04:51
Compare
Choose a tag to compare

Minecraft Version: 1.13.2+

Recent Changes

  • Fixed allow-shop flag being ignored in WorldGuard global region
  • Update ResidenceHook for owner bypass
  • Switch to locale names for languages and remove web names
  • Ops now bypass BentoBox island protection when creating shops
  • BentoBox island protection now ignored when island is not present
  • Fix for SSQuickReference.pdf being blank
  • Update package names in timing.yml when converting data
  • Add Ultimate_Economy to soft dependencies

v3.4.5-dev Explosion resistance!

13 Apr 01:50
Compare
Choose a tag to compare
Pre-release

Minecraft Version: 1.13.2+

Recent Changes

  • Use OfflinePlayer instead of deprecated playerName for Vault economy calls
  • Fixed Spigot complaining about loading classes without declaring a dependancy
  • Added configurable shop explosion protection

v3.4.3-dev LWC Support!

29 Mar 03:00
Compare
Choose a tag to compare
Pre-release

Minecraft Version: 1.13.2+

Recent Changes:

  • Re-add LWC hook.
  • Fix NPE when restarting the server when no shops exist.
  • Faster data conversion when upgrading from legacy versions.

3.4.1-dev

26 Mar 06:35
Compare
Choose a tag to compare
3.4.1-dev Pre-release
Pre-release

This is a dev release to test if I have fixed the issue with setting the "allow-shop" flag in WorldGuard.

The 1.13.2+ compatible release, with legacy data support.

08 Mar 01:23
Compare
Choose a tag to compare

In this release I have reverted some changes so that it can be used on 1.13.2+ servers. It will also convert data from 1.12.2 versions so if you have a 1.12.2 server and would like to update this would be a good starting point. I have removed support for many of the outdated plugins it once hooked into. I have also remove deprecated spigot api usage and it now supports worth from EssentialsX and CMI. Please let me know of any bugs you find and please watch or star this repository to show me how many people are following it. I recommend making a backup of all of your data before updating.(You should be doing that anyway)