Giter VIP home page Giter VIP logo

grappling-hook's Introduction

Grappling Hook - Get Over Here! (Bukkit / Spigot)

Wouldn't minecraft be awesome if you could grapple other players, or even scale buildings / terrain with the toss of a hook, and pull? Now you can!

Features:

  • Pull yourself to locations
  • Pull entities (mobs, or items) to you
  • Extremely lightweight plugin. Won't lag your server at all.
  • Features an API for other plugins to operate on!
  • No permissions required (but are supported, if you want them)
  • No configuration requried! (Though, you can configure the plugin)
  • Totally plug and play!

Plugin Commands and Permissions:

/gh       ||   grapplinghook.give
/gh get   ||   grapplinghook.get
/gh give  ||   grapplinghook.give

Installation (Note: Requires Commons as a Dependency)

  1. Download Commons
    • Place it in your plugins folder
    • Configure it as you desire (After server has been started & stopped, once, to generate configuration file).
  2. Download / Compile Grappling Hook
  3. Place it into your plugins folder
  4. Start your server
  5. PLAY AWAY! It's ready to go!
  6. (Optional) Stop server, configure Grappling Hook, start server again!
  7. Give a Star here and review on Spigot?

How to use the API:

//Import the API into your class
import com.caved_in.grapplinghook.api.HookAPI;
//Some more code here...

//Check if an ItemStack is a Grappling Hook
HookAPI.isGrapplingHook(item);

//Create a grappling hook!
ItemStack grapple = HookAPI.createGrapplingHook();

//Play the custom sound effect when a player grapples.
HookAPI.playGrappleSound(location);

Note: If you have any suggestions for features, requests, or problems to report please open an issue, or contact me via Twitter!

It may be best, if you can code, to submit the requst for change as a pull request.

Thanks so much, and happy Cdoe!

grappling-hook's People

Contributors

islati avatar snowgears 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.