Coder Social home page Coder Social logo

autosellpe's Introduction

Overview

A PocketMine-MP plugin which automatically sells the blocks that you mine. The blocks and their prices can be changed in the config.yml file. You can even set the worlds on which autosell can be used.

  • This plugin is compatible with AutoInv
  • This plugin supports BedrockEconomy, Capital & EconomyAPI

Commands:

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

Config.yml

#     _              _             ____           _   _   ____    _____
#    / \     _   _  | |_    ___   / ___|    ___  | | | | |  _ \  | ____|
#   / _ \   | | | | | __|  / _ \  \___ \   / _ \ | | | | | |_) | |  _|
#  / ___ \  | |_| | | |_  | (_) |  ___) | |  __/ | | | | |  __/  | |___
# /_/   \_\  \__,_|  \__|  \___/  |____/   \___| |_| |_| |_|     |_____|
#
# 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

Permissions

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

Contact

autosellpe's People

Contributors

mcpeabdu77 avatar poggit-bot avatar

Stargazers

 avatar  avatar

Forkers

pm-pl q3a2003a

autosellpe's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.