Skip to content

Releases: wargamer/SignShop

v3.6.4 More features and some bug fixes

27 May 00:57
257fb61
Compare
Choose a tag to compare
Pre-release

Minecraft version: 1.13.2 - 1.18.2

Recent changes:

  • Adds more warnings about Essentials conflicts
  • Adds a command to be able to ignore SignShop messages. /signshop ignore will toggle messages being ignored or not
  • Update pom.xml to use CMI-API
  • Adds material name customization in newly generated materials.yml
  • Adds shop inspection tool by clicking sign with Book and Quill by default, and having the related permission (Signshop.Inspect.Own and Signshop.Inspect.Others or op)
  • Fixes NPE when skulls have null owner name created by certain plugins

v3.6.2 Permissions bug fix and loading messages

03 Jan 01:49
6c985c9
Compare
Choose a tag to compare

Minecraft version: 1.13.2 - 1.18.1

Recent changes:

  • Corrects the method used to check for perms when there are multiple world contexts. Closes Permissions are not working at all (Tried Verbose too) #127
  • Adds some startup messages that clarify what SignShop is doing so users don't think the server is "hanging" when there are lots of shops to load.
  • Adds crimson and warped wall signs to the config
  • Slight increase to the sign name character limit

v3.6.1 Bug fixes and quality of life

17 Oct 04:42
a987019
Compare
Choose a tag to compare

Minecraft version: 1.13.2 - 1.17.1

Recent changes:

  • Fixes error loading due to null CMIWorthHandler
  • Fixes a NPE when converting empty timing file
  • Adds support for EasyConomy and Lands
  • Only hook into Ess/CMI worth if worth is enabled in the Signshop config
  • Adds a new permission("Signshop.Destroy.Others") which allows a player to destroy other player's shops without having the other admin permissions
  • Makes internal colors configurable
  • Replaces deprecated methods in SignShopPlayer
  • Adds a spawn protection check to inform server owners that the vanilla spawn protection may prohibit non ops from using shops
  • Adds shulkerbox to descriptions
  • Fixes potion names in descriptions

v3.5.0 Bug fixes and minor update for 1.16.2

07 Sep 01:52
bbb293e
Compare
Choose a tag to compare

Minecraft version: 1.13.2 - 1.16.2

Recent changes:

  • Adds warped and crimson variants to the config
  • Fixes AuthorNagException when canceling async tasks
  • Fixes NullPointerException when converting and empty sellers.yml
  • Adds Op bypass to BentoBoxHook
  • Fixes issue when BentoBBox blocks other worlds (Thanks BONNe)
  • Updated Kit help message
  • 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
  • Add Ultimate_Economy to soft dependencies
  • Fixes SSQuickReference.pdf being blank
  • Switched to OfflinePlayer instead of deprecated playerName for Vault
  • Fixes Spigot complaining about loading classes without being a dependency
  • Added configurable shop explosion protection

v3.4.4 Some hooks and bug fixes

29 Mar 19:00
bed5f9d
Compare
Choose a tag to compare

Minecraft Version: 1.13.2+

Recent Changes:

  • Fix NPE when restarting the server when no shops exist
  • Faster data conversion when upgrading from legacy versions
  • Re-add LWC hook, allows automatic chest protection via config option
  • Add BlockLocker hook (Lockette replacement)

3.4.2 - WorldGuard flag and Chinese.yml UTF-8 Fix

27 Mar 06:18
d927106
Compare
Choose a tag to compare

Minecraft Version: 1.13.2+

Changes:

  • Fixes compatibility with WorldGuard when using the "allow-shop" flag
  • Fixes an issue with chinese.yml being set to the wrong encoding causing Chinese characters to appear as '?'
  • Re-added Residence hook to protect shops in a Residence
  • Some code cleanup

1.13.2+ compatible release, with legacy data support.

15 Mar 06:39
222878d
Compare
Choose a tag to compare

In this release I have made 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)

Recent Changes:

  • Automatic update of the "UpdateMaterial" and "DestroyMaterial" in your config.
  • Added support for custom color codes and custom prefix in player messages.
  • Automatically backup the config before updating it.