Git Product home page Git Product logo

crawling's Introduction

Crawling

Crawling is a simple plugin that adds a crawling mechanic to minecraft. It allows you to enter 1 block tunnels and hide in grass and other simillar blocks. It's a great addon for RPG and Survival servers.

Showcase

gif

Configuration

To prevent players from crawling in a worldguard region, you can use the command: /rg flags region-name crawling deny

If you want players to need a permission to crawl or you want to make it impossible to crawl on a specific block, you can do that from the config!

config.yml
#Crawling by Arthed
#Support Server: https://discord.gg/MPKVEcX


############################################


#Crawling Modes:
#HOLD - players will continue crawling as long as they keep shift pressed
#TOGGLE - players will start crawling and get up when they press shift
#TUNNELS - players can enter one block tunnels by sneaking in front of them

#You can use multiple options at the same time
crawling_modes:
- 'HOLD'
- 'TOGGLE'
- 'TUNNELS'

#How to start crawling for HOLD and TOGGLE modes:
#DOUBLE_SHIFT - double shift while looking down
#HOLD_X - hold shift for X seconds while looking down. Examples: 'HOLD_1', 'HOLD_0.5'

#You can use multiple options at the same time
start_crawling:
- 'DOUBLE_SHIFT'

############################################


#List of blocks that players cant crawl on
blacklisted_blocks:
- MAGMA_BLOCK

#blacklisted_blocks: [] - use this if you don't want any blocks to be blacklisted

#If true, players will only be able to crawl on blacklisted blocks
reverse_blocks_blacklist: false


############################################


#List of worlds in which players cant crawl
blacklisted_worlds:
- example_world

#If true, players will only be able to crawl in blacklisted worlds
reverse_worlds_blacklist: false

#If you want to disable crawling just in a region, use the WorldGuard flag 'crawling'


############################################

#If true, players need the permission "crawling.player" to be able to crawl
need_permission_to_crawl: false
command_no_permission_message: '&cYou don''t have the permission to do that!'


############################################


ignore_updates: false

Statistics

statistics

Contributors

Styro457 Main Developer
IPECTER Fix Bugs, Maintaining / PR
Epicnicity322 Rework NMS Code to Version Independent NMS / PR

Discord         Spigot Page

crawling's People

Contributors

styro457 avatar ipecter 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.