GithubHelp home page GithubHelp logo

woongzeyi / randyores Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 365 KB

Some guy told me to make a plugin similar to MineEconomy but 1.16 updated.

Home Page: https://www.spigotmc.org/resources/randyores.94439/

License: GNU General Public License v3.0

Java 100.00%
minecraft vault-api papermc minecraft-economy paper-plugin paper-economy paper-economy-plugin

randyores's Introduction

RandyOres

A mining economy plugin made for Paper Spigot servers.

Version compatibility

Minecraft version Compatibility
1.15 or below Unsupported due to being compiled with Minecraft 1.16 API
1.16 Supported natively
1.17 Supported

Installation

  1. Make sure you have Vault plugin, and an economy system plugin installed.
  2. Copy the plugin jar file into /plugins directory
  3. Adjust the config file inside /plugins/RandyOres to your likings.
  4. Enjoy!

Config

Settings

  • allowSilkTouch
    • When true, players are able to get money when mining with silk touch enchanted pickaxe.
    • Defaults to true
  • allowedSilkTouchBlocks
    • A list of blocks that are immune to allowSilkTouch, that means these blocks will give money even if player is mining with silk touch enchanted pickaxe.
    • Must be in YAML list form for system to recognize.
      # Option 1
      allowedSilkTouchBlocks:
        - STONE
        - COAL_ORE
      
      # Option 2
      allowedSilkTouchBlocks: [STONE, COAL_ORE]
    • Defaults to null
  • allowCreativeMode
    • When true, players are able to get money when breaking blocks in creative mode.
    • Defaults to false.

Blocks

Under this key should be lines of String to Integer key-value pairs which its String is a block's enum name and Integer is the block's price.

For example:

Blocks:
  BEACON: 100
  BRICK: 5

Permissions

  • randyores.blockpermoney
    • Allow players to get money when mining specific block.
    • Defaults to everyone

randyores's People

Stargazers

 avatar

Watchers

 avatar

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.