Speedgot
✨ AdvancedAutoSmelt ✨ | Core system to handle drops in every imaginable way!
-----
Features such as: Auto-Pickup/Smelt/Sell, Fortune support, Inventory full alerts and much more!
Download Now
108.7 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
[New API] + [New Feature]
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
;
}
}
}
----------
,
May 23, 2021
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
13,406
First Release:
Mar 26, 2021
Last Update:
Feb 24, 2025
Category:
---------------
All-Time Rating:
7 ratings
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings