Git Product home page Git Product logo

insightsworldeditextension's Introduction

InsightsWorldEditExtension

An extension for Insights to limit WorldEdit actions accordingly. This extension has the following features:

  • Support Insights limits (users won't be able to place their "limited blocks").
  • Disabling of all tile placement using WorldEdit.
  • Customize the behaviour when a blocked material has been encountered (either don't change the block in the world at all, or define a custom replacement block to replace blocked materials with)
  • Define extra blocked materials with bypass permissions (whitelist/blacklist mode).

Configuration

The configuration is relatively simple:

settings:
  type: "REPLACEMENT"
  replacement-block: "BEDROCK"
  use-limits: true
  disable-tiles: true
  extra-blocked:
    whitelist: false
    materials:
      - "DIRT"

messages:
  summary:
    header: "&8&m---------------=&r&8[&b&l WorldEdit Limit&r &8]&m=---------------"
    format: "&b %entry%&8: &7&l%count%"
    unchanged: "&3 Prevented a total of &b&l%count% &3blocks from being placed."
    replaced: "&3 Replaced a total of &b&l%count% &3blocks with &b%replacement%&3."
    footer: "&8&m-------------------------------------------------"

Commands

  • /insightswe reload (permission: insights.worldedit.reload) - reloads the configuration.

Permissions

  • insights.worldedit.bypass.tiles - allows bypass of the tile block (settings.use-tiles)
  • insights.worldedit.bypass.<MATERIAL> - allows bypass of any extra block defined in the config (settings.extra-blocked.materials)
  • insights.worldedit.reload - allows use of /insightswe reload

insightsworldeditextension's People

Contributors

frankheijden 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.