By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
A PocketMine-MP plugin which automatically sells the blocks that you mine.
Usage: /autosell < on | off | add | remove | view >
Command | Sub-commands | Description |
---|---|---|
autosell | on | Turns on autosell |
off | Turns off autosell | |
add | Adds the item the user is holding to the autosell price list. Proper usage: /autosell add {price} {price} should be a integer or float. For updating prices repeat with different price |
|
remove | Removes the item the user is holding from the autosell price list | |
view | Lists the prices of all blocks/items added to the autosell price list |
Alias: /as
# _ _ ____ _ _ ____ _____
# / \ _ _ | |_ ___ / ___| ___ | | | | | _ \ | ____|
# / _ \ | | | | | __| / _ \ \___ \ / _ \ | | | | | |_) | | _|
# / ___ \ | |_| | | |_ | (_) | ___) | | __/ | | | | | __/ | |___
# /_/ \_\ \__,_| \__| \___/ |____/ \___| |_| |_| |_| |_____|
#
# Author: MCA7
# Website: https://github.com/MCPEAbdu77/AutoSellPE
# Apache-2.0 (C) 2021
# Don't change this shit
ver: 1.2
# Prefix: (use § for color coding)
prefix: "§6AutoSell§aPE§7:"
# Name of the world autosell works on.
# Example:
# worlds:
# - "world1"
# - "world2"
worlds:
- "world"
- "world2"
- "world3"
# Economy provider
# the possible values for this currently are
# 1. BedrockEconomy
# 2. Capital
# 3. EconomyAPI
economy-provider: BedrockEconomy
# DO NOT TOUCH IF YOU DONT KNOW WHAT YOU ARE DOING
# BY DEFAULT SELECTOR ENTRY IS EMPTY
capital-settings:
selector:
# New system for adding/removing blocks/items for AutoSell
# has been changed to in-game configeration.
# Hold the block/item and use the command,
# /autosell add <price>
# Example:
# Hold cobblestone block and then use
# /autosell add 10
# This will autosell cobblestone block for $10
# when stone is mined.
# Likewise for removing, hold the block and
# use /autosell remove
Permission | Description |
---|---|
autosell.command |
Grants the user/group the permission to toggle autosell ON or OFF - Restricted to OP's by default |
autosell.command.add |
Grants the user/group the permission to add or update block prices - Restricted to OP's by default |
autosell.command.remove |
Grants the user/group the permission to remove blocks from autosell - Restricted to OP's by default |
autosell.command.view |
Grants the user/group the permission to view/list all the prices for the autoselling blocks - Granted to everyone by default |
/as add {price}
/as remove
/as view
config.yml
. (Please delete the old config.yml
file before updating)You can leave one review per plugin release, and delete or update your review at any time