Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurorals3/genie

Genie Bukkit Plugin: https://www.spigotmc.org/resources/genie.43260/
https://github.com/aurorals3/genie

Last synced: 4 days ago
JSON representation

Genie Bukkit Plugin: https://www.spigotmc.org/resources/genie.43260/

Awesome Lists containing this project

README

        

# ![Genie](https://puu.sh/wzEu8/37c644db8a.jpg)

A Bukkit plugin for competition: https://www.spigotmc.org/threads/plugin-competition-started.252088/
The theme of the competition is Magic.

Contains plugin framework:
- [BukkitPluginDependency](https://github.com/Rsl1122/BukkitPluginDependency)

## ![Installation](http://puu.sh/wzEuf/855309e2b0.jpg)

- Drop the plugin in the plugins folder & restart the server
- Currently only compatible with 1.12 Bukkit/Spigot

## ![Features](http://puu.sh/wzEu4/fd4115d518.jpg)

- Adds a genie lamp that is dropped by mobs in the desert (1% drop chance) & more rarely outside (0.15%)
(These drop rates are adjustable in the config)
- Lamp has 3 wishes.
- Anyone holding the lamp can wish whatever they want in the chat. The plugin then attempts to match a wish with the message.
- Admin command /genie for giving lamps & testing wishes.

### Currently available wishes:
- Almost any mob
- Almost any mob riding any other mob ("mob on mob")
- Almost any item
- Almost any potion effect
- Weather changes
- Daytime changes
- Explosion
- Pets such as Dog & Cat.
- Animals, Farm, Food, Armor
- Assasination
- Teleportation (To player, bed)
- Flying

The plugin removes extra words that do not hold information about the wish.
**Example**: "I wish I had a pig that was riding on a cow" -> "pig riding on cow" -> Matches wish: SpawnMobRidingOn Cow, Pig

### Planned wishes:
- Being a ghost
- Teleportation to last death location
- Any other wishes that come to mind
- Suggestions after plugin is released
- Unanswered wishes lists generated by the plugin (Not yet implemented)