- Huge improvements to the code and AAS Core system.
- Fixed placeholders that wasn't working properly.
- Improved performance of the pickup system.
- Added new autosell feature that supports PrisonEnchants explosions.
- Added autosell multipliers.
- Added new autosell & autosell_multiplier placeholders.
Added the ability to change block break listener priority.
Fixed config not updating its version.
- Created new hyper fast block removing and drop pickup system.
- Added support for PrisonEnchants explosions.
- Fixed and optimized many features.
[Fix] Fixed a very tiny bug related to the fortune custom-drop method.
[Fix] Fixed a NoSuchMethodError for legacy versions
[Fix] Fixed varios bugs for older versions compatiblity.
[Fix] Fixed and added completely the support for the 1.19.
[Fix] Fixed a bug with beds for the 1.19.
[Fix] Fixed a problem with the Process-PlayerPickupEvent option.
[Add] Added 3 new placeholders to display if the autopickup / autosmelt / ... is activated.
[Fix] Fixed some bugs related to legacy versions
[Add] Added some permissions and new commands to increase the plugin customization
WARNING! SUPER IMPORTANT!
This plugin has completelly changed config and messages configuration files, please check the description page to see what's changed and apply the edits.
- [Optimized] The plugin is x10 times faster than the older versions
- [Fix] Fixed every single bug found in the older versions
- [Edit] Removed the custom pickaxe feature
- Before, if you mined a block of stone, you get the stone even if mined without the pickaxe, now its solved and you can toggle this option Via config!
REMEMBER TO UPDATE THE CONFIG!
- Some Fixes about the option "Disable-Creative-Mode"
- Added API class to the plugin
Code (Java):
public
class API
{
public
boolean isAutoPickupOff
(Player p
)
{
if
(Commands.
autoPickupOFF.
contains
(p.
getName
(
)
)
)
{
return
true
;
}
else
{
return
false
;
}
}
public
boolean isAutoSmeltOff
(Player p
)
{
if
(Commands.
autoSmeltOFF.
contains
(p.
getName
(
)
)
)
{
return
true
;
}
else
{
return
false
;
}
}
public
boolean isInventoryFullAlertOff
(Player p
)
{
if
(Commands.
inventoryFullOFF.
contains
(p.
getName
(
)
)
)
{
return
true
;
}
else
{
return
false
;
}
}
}
[New] Added a custom pickaxe that allow you to smelt ores, autopickup, etc.. you can enable from the config, if make players smelt ONLY with that pickaxe, or not, disabling the
Works-only-with-custom-pickaxe option via config
[Fix] Fixed a huge bug where if you mine with a item without fortune, it spamm errors in the console
- Fixed the title messages on InventoryFull Alert
- Fixed the permission for /as toggle inventoryfull
- Added a new message customizable
PLEASE MAKE SURE TO REMOVE YOUR HOLD CONFIG FOLDER FOR MAKE THE NEW CONFIG WORKS!
- Fixed permissions based on AutoPickup / AutoSmelt etc..
- Recoded some parts for more Lightweight
- New tab completer command
- New Command (/as restart), use for fix all bugs that is having the plugin, don't use it as a reload command!!
- InventoryFull Alert Delay fixed
- Now if holding a Pickaxe with SilkTouch, i won't spamm errors in console
- Fixed some errors in the toggle command
- Fixed a bug relative to Containers Autopickup
- Fixed the sound doesn't recognized from the plugin
- Fixed the error where the plugin didn't work on 1.12 or lower versions
- Fixed the Title, ActionBar and Sound Code
- Implemented the SilkTouch support, if you find some bugs, please report it in my Discord server!
- New feature, the InventoryFull Alert! 100% customizable!
- Recoded some parts for more LightWeight and stability
- New WorldGuard Support (The plugin doesn't override WorldGuard regions anymore)
- New Containers Support, now all Containers like Chests and Furnacies, will automatically Pickup the Items inside
- Fixed some little dupe bugs,
- Added the possibility to select Support-Legacy-Version
- Added a new Update Checker method that works for 1.8
- New Support for chests, where the items will be dropped to the inventory directly,
- Recoded the Fortune support for more LightWeight
- Fixed the Bug relative to the Fortune, that dupe drops
- Fixed the Bug relative to the Reload command, now it works and you don't need the restart the server
- Fixed every single one list: Whitelit, BlackList, and
Added new list for disable worlds
- Recode a part of the plugin making it super LightWeight, and compressed to his limit
- Im am soo sorry about the previous jar, that had a bug that i didn't test, now its fixed thanks to a guy that has reported the bug to me
- Fixed a lot of checkers that makes the plugins make smelt errors
- Rewrited a part of code for save the LightWeight of the plugin
- Fixed the fortune bug, that when holding a pickaxe without Fortune, it drops Duped Items
- Fixed the visive dupe bug when break a block with fortune
- Fixed the damage tool Mechanic for version 1.8, 1.9, 1.10, 1.11, 1.12
- Fixed the bug where if you mine with a block of any type of material that have not a durability, the item get destroyed
-
FINALLY IMPLEMENTED THE FORTUNE SUPPORT
- Added a Blacklist and Whitelist for AutoPickup and Fortune
- The fortune works with Blocks too
- Removed the unused config file called Messages, and moved it to the default Config
- If the fortune list doesn't work after the plugin reload, make sure to RELOAD your server (/reload should be okay)
- Fixed the bug relatived to the item durability, that it didn't get destroyed, but the durability went out the limit
- Performance boost with a fully code remade
- Fixed the Huge durability bug that didn't damage the pickaxe
- Implemented the support for unbreaking enchant to the new mechanic
Note that you should remove the old config and reload the server for make it works
- Added a block blacklist which allow you to select what type of block won't be autpickup
- Fixed the event of Smelt / PickupExp which wasn't working and removed the Debug mode
- You will need a config reset
- Added a block black list which allow you to select what type of block won't be autpickup
- Fixed the event of Smelt / PickupExp which wasn't working and removed the Debug mode
- The plugin now is light as a feather! And will not cause any type of lag to your server!
- The iron wansn't giving experience when broken, now its fixed
- [New Features]
- When the autopickup is off, now the Iron will no more give the exp directly to the player, but it will have the drop animation
- Added the block gamemode 1 for avoid some dupe bugs
- Added the inventory smelt function, this smelt ores in your inventory not smelted
- Permission advancedautosmelt.info now works fine