This fixes an issue with items with a display name and probably lore from not being able to be auctioned. If you are on the 5.0.0 update I would recommend updating as soon as possible if you have color codes on any items on your server. If you do run into the issue before you update, the user can do "/auc cancel" to cancel their auction and they will get their item back.
With the 5.0.0 release a lot of the plugin's internals have be rewritten. If you are upgrading from the 4.1.0 please look at the spigot page for the plugin as there are instructions there.
Here are some of the new features:
Hot bar messages are now supported without an external plugin
Completely configurable item names, includes support for nbt so that mob spawners and custom items can be supported
Completely overhauled language files
Support for future translation support
Supports modern versions
New arenas system
There are many more features and the spigot page will be updated as more are added!
1.7 IS NO LONGER SUPPORTED IF YOU ARE USING 1.7 DO NOT USE THIS VERSION Added support for TitleManager, chat messages can now be toggled along with hotbar messages in the config. New default config values are:
enable-chat-messages: true
enable-actionbar-messages: true
Use titlemanager if you want hotbar messages
https://www.spigotmc.org/resources/titlemanager.1049/
The language file is now much easier, I will be posting documentation for every replacer at a later date. The language file is automatically migrated to the new replacers. If you want a fresh version of the new config you can find it here:
https://github.com/virustotalop/ObsidianAuctions/blob/master/language.yml
If an item is not in the names.yml it will fallback to the internal minecraft name but formatted. For example the diamond sword enum is "DIAMOND_SWORD". Formatted it would be "Diamond Sword". Fallback for item names is automatic and does not need to be enabled in the config.
I broke allow-mobspawners in the last version by messing up the config string, if you were having issues with a mobspawner's name not coming up when being auctioned, update to this version. Thanks to
@Matthijs110 for the report.
Added config value to allow the item type displayed to be overridden. Please use config value "renamed-items-override" if you want the display name to show up instead of the item type.
Mob spawners should work without the need of silkspawners. The option in the config has been changed to allow-mobspawners and is enabled by default. Disable it if you do not want mobspawners to be auctioned. Also fixed a bug where certain economy plugins such as CraftConomy did not work correctly due to a regex bug.
All data from the floAuction folder will be migrated automatically. Delete the floAuction plugin jar when uploading the new build. If the floAuction plugin is not deleted it will be disabled on runtime.
Mobspawners now display their creature type as the name. Player heads now show the player's name. Added an additional option to blacklist item names when auctioning.
Added integration with SilkSpawners for mob spawners. When mob spawners are auctioned it shows the mob spawner's type. Additionally added a config value to just allow spawners that are renamed instead of all items if you wish to use that feature. Also as always before any update make sure to backup your config.
Had to increment the version number again as the jar will not update otherwise. Added a few more items in the names.yml that were missing. Sorry for all the resource updates, this is what I get for trying to push an update before bed.
Incremented version number because the jar didn't want to update. WhatIsIt is no longer needed and all materials are moved to /plugins/floAuction/names.yml.
Added missing items from the names.yml that were missing in the last update. Delete your old names.yml in /plugins/floAuction if you happened to use the last update otherwise you do not need to.
All 1.8 items should be added, tell me if there are any missing. WhatIsIt is also removed as a dependency if you notice any items missing you can add them to the names.yml that is generated.
Added a queue gui so players can see what is queued and who is auctioning what item. Make sure to backup your config.yml before updating if you want to be safe.