NOTE: This a custom enchant module requires TokenEnchant plugin.
This plugin contains a custom enchantment effect to automatically sell items using AutoSell in your inventory and VKBackPack when they are full.
Installation:
First, make sure to install AutoSell plugin! Without it, this enchant won't work! And just install TE-AutoSellEnchant.jar in TokenEnchant/enchants folder. Then you can either "restart the server" or "reload the plugin (not /te reload)". AutoSellEnchantment will automatically be loaded into TokenEnchant framework.
Configuration:
You need to add new entry for "AutoSell" enchant under "Potions:" section in your config.yml.
Donation:Code (Text):
Potions:
AutoSell:
description: "Automatically sell all items in your inventory and VKBackPack."
event_map:
BlockBreakEvent: "MONITOR"
TEBlockExplodeEvent: "MONITOR"
PlayerInteractEvent: "MONITOR"
price: 10
max: 1
wait_for_inv_full: true
action_bar: false
action_bar_message: "&aYou've sold &e%itemssold% &afor &e%price%&a."
display_message: false
display_format:
- "&bItems Sold:&r %itemssold%"
- "&bPrice:&r %price%"
use_right_click: false # true will allow you to initiate autosell with right click
occurrence: always
It would be greatly appreciated for your donation to continue providing support for this plugin.
![]()

TE-AutoSellEnchant 2.8.1
Automatically sell all items in your inventory and VKBackpacks when they are all full!
-
Theangel256, Watermelone, RAGE_FC and 2 others like this.
Recent Updates
- added %price_beautified% placeholder. Dec 6, 2019
- added an option to display a message on the action bar. Dec 5, 2019
- handles right clicking air. Jul 25, 2019
Recent Reviews
-
FakundoHacking79
- 5/5,
Exelente pero tengo un problema solamente me vende los items en la parte superior de la mina ej si estoy en el fondo de la mia no me vende los items
-
mc.MateryGamyn07
- 5/5,
Hi, how are you? Hope you are okey.
Basically I got and request, and is that, could you put like for example one section where we can put the name of the Mine or WG region to sell?
For example like that..
description: "Automatically sell all items in your inventory and VKBackPack."
event_map:
BlockBreakEvent: "MONITOR"
TEBlockExplodeEvent: "MONITOR"
PlayerInteractEvent: "MONITOR"
price: 10
max: 1
wait_for_inv_full: true
name_of_the_mine: "VIP" # this section
action_bar: false
action_bar_message: "&aYou've sold &e%itemssold% &afor &e%price%&a."
display_message: false
display_format:
- "&bItems Sold:&r %itemssold%"
- "&bPrice:&r %price%"
use_right_click: false # true will allow you to initiate autosell with right click
occurrence: always
I have the TokenEnchant bought. -
OGU
- 5/5,
couldn't ask for quicker support. Amazing dev and quick responses were given when i needed.
-
Zettth
- 5/5,
[23:28:14 ERROR]: Could not pass event BlockBreakEvent to TokenEnchant v8.4.1
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:189) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:623) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_112]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_112]
at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]
Caused by: java.lang.NoSuchMethodError: me.clip.autosell.SellHandler.sellInventory(Lorg/bukkit/entity/Player;Lme/clip/autosell/objects/Shop;)Lme/clip/autosell/objects/SellResponse;
at com.vk2gpz.tokenenchant.potions.AutoSellPotion.b(AutoSellPotion.java:215) ~[?:?]
at com.vk2gpz.tokenenchant.potions.AutoSellPotion.onMine(AutoSellPotion.java:203) ~[?:?]
at sun.reflect.GeneratedMethodAccessor553.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_112]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_112]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
... 17 more-
Author's Response
please use vk2gpz.freshdesk.com for this sort. you won't get support via review section.
-
Multimap
- 5/5,
Amazing add-on I couldn't get it working at the start but it seems good now. Thanks alot bro! ......
-
nederlands6
- 5/5,
Great plugin,
Only, can you make it with a time interval? Like i have a full inventory, and my backpacks are full aswell, and i have Autosell 1 on my pickaxe. Every 5 secconds autosell will work, so that 10 blocks will be sold every 5 seconds? and if you have AS 2 on your pickaxe like 13 blocks will get sold every 5 seconds, that would better fit me, i can even pay for it, if you want -
AeroHype
- 5/5,
Very good add-on for TokenEnchant.
Just wondering, is the current version working with VKBackPack when the option 'wait_for_inv_full:' is set to true? I've done some testing and it is not filling up the backpack but selling what's in the inventory when it's full-
Author's Response
i've tested on my test server and it's working fine. if i have vkbackpack, it fills up then autosell is activated.
-
ItsFireball1122
- 5/5,
Please don't decide that people like this and make it over priced :) Good idea, it's a good addon for people who aren't familiar with AutoSell.
-
Author's Response
overpriced? it's free...
-
buzzzlightyear
- 5/5,
You always impress me with the plugins you write its great u made this wright when i needed it almost the day after i asked how i make the enchant. Good job keep it up :D
-
24763
- 5/5,
This plugin is amazing,I love using it and vk is always keen to help and support anybody who use his Plugins. This is amazing as a FREE Addon to the best Token plugin you can find on Spigot.