mirror of
https://github.com/PikaMug/Quests.git
synced 2025-01-30 12:11:37 +01:00
Include missing header, update README
This commit is contained in:
parent
d54d50725c
commit
8a94b4d255
11
README.md
11
README.md
@ -1,18 +1,19 @@
|
||||
# Quests [![Build Status](http://ci.ac3-servers.eu/buildStatus/icon?job=Quests)](http://ci.ac3-servers.eu/job/Quests/)
|
||||
# Quests
|
||||
|
||||
Quests plugin for Spigot. This work depends on contributions from coders like you!
|
||||
|
||||
## Download
|
||||
## Download [![Build Status](http://ci.ac3-servers.eu/buildStatus/icon?job=Quests)](http://ci.ac3-servers.eu/job/Quests/)
|
||||
|
||||
Distributed exclusively through Spigot: https://www.spigotmc.org/resources/quests.3711/
|
||||
|
||||
Continuous integration server: http://ci.ac3-servers.eu/job/Quests/
|
||||
|
||||
## Usage
|
||||
|
||||
Documentation can be found in the Wiki: https://github.com/FlyingPikachu/Quests/wiki
|
||||
|
||||
Compilation requires Java 8 and Maven.
|
||||
## Compile
|
||||
|
||||
Building requires Java 8 and Maven:
|
||||
https://github.com/FlyingPikachu/Quests/wiki/Master-%E2%80%90-Plugin-Compilation
|
||||
|
||||
## Localization [![Crowdin](https://d322cqt584bo4o.cloudfront.net/translate-quests/localized.svg)](https://crowdin.com/project/translate-quests)
|
||||
|
||||
|
@ -1,3 +1,15 @@
|
||||
/*******************************************************************************************************
|
||||
* Continued by FlyingPikachu/HappyPikachu with permission from _Blackvein_. All rights reserved.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
|
||||
* NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
||||
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*******************************************************************************************************/
|
||||
|
||||
package me.blackvein.quests.util;
|
||||
|
||||
import java.util.TreeMap;
|
||||
|
Loading…
Reference in New Issue
Block a user