This is because I am no longer involved with Minecraft and my community has been shut down.
Feel free to fork and update the project for your own purposes, but I will no longer be maintaining it.
My plugins: WordWarning | Painter | LotteryBox
Block replacement tools, plus support for LogBlock, Prism, Hawkeye and CoreProtect, as well as permissions via Vault.
See the BukkitDev page for full documentation.
You can find development builds on Bamboo. Remember, they haven't been approved by the BukkitDev staff! Use them at your own risk (but remember, you can check the source included in the jar).
The latest built jar is always available here.
Gradle automatically builds the following repos for your use.
This plugin doesn't have an API, but if you need to use it as a dependency, you can use the above repos.
If you want to use this with prism, bear in mind that Painter supports Prism custom actions - namely, it adds the painter-block-paint
action.
You may have to add Painter
to your allowed plugins for this. To do so, do the following..
- Open your
Prism/config.yml
file. - Find the section named
allowed-plugins
- it's underapi
, undertracking
, underprism
. - Add
Painter
to the list. - You're ready to go!
Compilation of the plugin is fairly simple.
- Install the JDK (version 1.7 or higher)
- Install Gradle
- Ensure that the JDK and Gradle are on your system's PATH
- Open a terminal,
cd
to the project files andgradle clean build
- You'll find the jar in
build/libs/
I use Gradle instead of Maven simply because I don't like Maven, and Gradle is much easier to work with.
If you need to do Maven things, you can do gradle install
, which will generate poms and install the plugin
into your local maven repository. Poms are generated in build/poms/
.
Sometimes people ask me to accept donations. If you like what I do, you can donate here.
My plugins: WordWarning | Painter | LotteryBox