Skip to content

This plugin adds to your server the ability to create your own SnakeParkour

Notifications You must be signed in to change notification settings

Nicc0/Snake-Parkour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

SnakeParkour Header

Snake Parkour - Plugin for Minecraft Server (Bukkit/Spigot)

This plugin adds to your server the ability to create your own SnakeParkour. This is perfect copy of the plugin from a popular server and it's fully custmizable! You can change everything... speed, length, blocks and even every message. With that you can configure it as you need it. Plugin is compatible with most servers such as Bukkit, Spigot, PaperSpigot and uses the Java 7 or later. If you like our project give us Star on GitHub and remember about review and stars on Spigot resource page.

Features

  • Fully customizable (Speed, Length, Frequency, Paths, Blocks etc.)
  • Possibility of change messages
  • Possibility of change main command
  • Timer
  • Records storage
  • Own API (check below)

Want to know more? Visit our wiki

Problems, errors and ideas

If you have some problems with configuration, messages, creating map or your console send weird errors, create new issue and we will try to help you as quickly as we can. Remember to check first our wiki or existing issues. Maybe someone already had a similar problem as you. You will save your and our time so we can focus on developing the project.

To do in the future

  • MySQL Records Storage
  • BungeeCord Support
  • Transform to minigame
  • Rewards System (Vault)
  • Title messages
  • And your ideas

For developers (API)

Our plugin doesn't allow to modify existing sources, so that's why we created API for you.

private SnakeParkourAPI snakeparkour;

@Override
public void onEnable() {
  snakeparkour = SnakeParkourManagment.getAPI();
  
  if(snakeparkour == null) {
    getServer().getLogger().log(Level.WARNING, "API for SnakeParkour doesn't exists.");
  }
}

More information about API you find on our wiki, click here.

Frequently Asked Question (FAQ)

Where can I download plugin?
You can download the plugin from our resource page on www.spigotmc.org (click here)
Can I have the source code to modify plugin for my network/server??
We would prefer you didn't do it. That's why we created the API.
Does the plugin works in the latest Minecraft versions?
In principle it should work from version 1.8 to the latest.
I have latest version of spigot/bukkit and plugin doesn't work, what I am doing wrong?
If the plugin doesn't work in the latest version we will try to fix it as soon as possible.
I have a problem but you don't answer on spigotmc.org, so where do I have to go for help?
I get too many questions there and it's hard to answer for all of it. If you have any problem create new issiue on github.