Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlgo11/meow
https://github.com/carlgo11/meow
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlgo11/meow
- Owner: Carlgo11
- License: gpl-3.0
- Created: 2014-08-21T13:40:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T16:27:49.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T04:12:14.287Z (6 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meow
[![Build Status](https://img.shields.io/github/workflow/status/Carlgo11/meow/Java%20CI%20with%20Maven?style=for-the-badge)](actions)
[![Release](https://img.shields.io/github/v/release/Carlgo11/meow?sort=semver&style=for-the-badge)](https://github.com/Carlgo11/meow/releases/latest)
[![License](https://img.shields.io/github/license/Carlgo11/meow?style=for-the-badge&color=be0000)](LICENSE)
![Bukkit](https://img.shields.io/badge/bukkit-v1.16.4-ab7b53?style=for-the-badge)Meow in an old inside joke from one of my old servers.
This plugin let's the players use sugar as a drug and experience something similar to being high in Minecraft.
The screen becomes blurry, you'll be able to jump really high and sprint quickly.## Building locally
To build the project on your own do:
```BASH
mvn install
```
If successful, `target/Meow.jar` will be created. Move it to the `plugins` folder of your server and restart the server.