Page: 1
Spata_01
Jun 15, 2023
How can I set autosell to sell everytime I break a block?
vk2gpz
Jun 15, 2023
the latest version should sell as you mine. The old version had the option to wait until your inventory is full.
Spata_01
Jun 15, 2023
It doesn't work tho, this is the code:
#plugin.author:[TeamVK](https://polymart.org/team/teamvk.4)
#plugin.url:https://polymart.org/resource/te-autosellenchant.257
#plugin.price:free
#plugin.enchant.category:Mining
Enchants:
AutoSell:
alias: "&a&lAutosell&r"
description: "Automatically sell all items in your inventory and VKBackPack."
event_map:
BlockBreakEvent: "HIGHEST"
TEBlockExplodeEvent: "MONITOR"
PlayerInteractEvent: "MONITOR"
price: 150000
max: 1
use_action_bar: true
action_bar_message: "&aYou've sold &e%itemssold% &afor &e%price%&a."
display_message: false
display_message_interval: 60
display_format:
- "&bItems Sold:&r %itemssold%"
- "&bPrice:&r %price%"
use_right_click: false # true will allow you to initiate autosell with right click
sell_inventory: true # true will try to sell sellable items in the inventory as well.
occurrence: always
Page: 1