Giter Site home page Giter Site logo

wintone01 / velocityvanish Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syrent/velocityvanish

0.0 0.0 0.0 865 KB

Modern vanish system for your server with Velocity support

License: GNU General Public License v3.0

Java 18.46% Kotlin 81.54%

velocityvanish's Introduction

About

VelocityVanish is one of the best vanish plugins and only vanish plugin that supports Velocity (It also can run on spigot servers without any problem). More information can be found at Why VelocityVanish? wiki page.

Compiling

Compilation requires JDK 8 and up.
To compile the plugin, run ./gradlew build from the terminal.
Once the plugin compiles, grab the jar from /bin folder.

Links

The precompiled JAR can be downloaded for free from:

Legacy (Not recommended):

Other links:

Contributing

If this plugin has helped you in any way, and you would like to return something back to make the plugin even better, there is a lot of ways to contribute:

  • Open a pull request containing a new feature or a bug fix, which you believe many users will benefit from. Make detailed high-quality bug reports. The difference between a bug getting fixed in 1 week vs 1 hour is in quality of the report (typically providing correct steps to reproduce that actually work).
  • Help improve the wiki by opening a Wiki change issue, where you can improve existing descriptions, add information you found missing, fix typos / grammar mistakes or add more examples of usage of functions.

Integration

You can easily integrate VelocityVanish into your project by following the instructions below.

Gradle

Add the Jitpack repository to your build.gradle file:

repositories {
    maven { url 'https://jitpack.io' }
}

Add the VelocityVanish dependency:

dependencies {
    implementation 'com.github.Syrent:VelocityVanish:Tag'
}
  • Replace Tag with the desired version of VelocityVanish.

Maven

Add the Jitpack repository to your pom.xml file:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add the VelocityVanish dependency:

<dependency>
    <groupId>com.github.Syrent</groupId>
    <artifactId>VelocityVanish</artifactId>
    <version>Tag</version>
</dependency>
  • Replace Tag with the desired version of VelocityVanish.

velocityvanish's People

Contributors

crab55e avatar lynsiscz avatar renovate[bot] avatar syrent avatar thewylot avatar wintone01 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.