desht / ScrollingMenuSign

Bukkit plugin to create scrolling command menus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrollingMenuSign

ScrollingMenuSign is a Bukkit plugin that allows you to create command menus and attach them to several different view types: signs, maps, inventories, redstone triggers, spout views & arbitrary items. It includes a sophisticated command parser including command costs, conditional command restrictions, permission elevation, external scripting, cooldowns/warmup and more.

Installation

Copy ScrollingMenuSign.jar into your plugins/ folder. Restart/reload your server. Done.

Building

If you want to build ScrollingMenuSign yourself, you will need Maven.

  1. Download ScrollingMenuSign: git clone https://github.com/desht/ScrollingMenuSign.git

  2. Build ScrollingMenuSign: In the top-level directory, type: mvn clean install

This should give you a copy of ScrollingMenuSign.jar under the target/ directory.

Usage

Detailed documentation is available at http://dev.bukkit.org/server-mods/scrollingmenusign/

License

ScrollingMenuSign by Des Herriott is licensed under the Gnu LGPL v3

About

Bukkit plugin to create scrolling command menus

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%