Giter Club home page Giter Club logo

autofishing's Introduction

AutoFishing

A simple plugin that allow players to automatically fish.
Download on Spigot.

Commands

● /autofishing reload - reload the config file.
● /autofishing give [player] - give the specific rod to a player.
● /autofishing toggle - Enable/Disable auto fishing ability. (Default is enable)

Permissions

● autofishing.use - allow to automatically fish. (default: op)
● autofishing.admin - allow to use give/reload command. (default: op)

Configuration

#How long should it auto reel in after bitten.
#Over 25 ticks will cause the player to fail fishing.
Ticks_After_Bitten: 5

#How long should it auto fishing again after reel in and caught something.
Ticks_After_Caught: 20

Only_Specific_Rod:
  #If true, player need to use the specific rod below to use the auto fishing ability.
  Enable: false
  #Some specific-rod setting.
  Rod_Name: "&6Auto Fishing Rod"
  Rod_Lore:
    - "&fUse this to Auto-Fishing."
  #Set the CustomModelData, if you don't need it, set to 0.
  Rod_Model_Data: 0
  #The plugin using nbt tag to check if player is using the specific rod,
  #so after you generate a rod by using /autofishing give, 
  #you can use some item editor plugin to modify the rod and sell it using shop plugin or whatever you want.

autofishing's People

Contributors

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