Datei suchen
David Mayr 4d972dea69
build: upload artifacts
2023-12-21 22:52:12 +01:00
.github/workflows build: upload artifacts 2023-12-21 22:52:12 +01:00
.vscode Player based Language (#23) 2023-01-16 13:20:48 +01:00
gradle/wrapper chore(deps): update dependency gradle to v8.2.1 (#37) 2023-07-23 22:06:10 +02:00
src/main Add new some blocks (#47) 2023-12-21 22:49:49 +01:00
.gitignore Player based Language (#23) 2023-01-16 13:20:48 +01:00
LICENSE Create LICENSE 2021-08-03 17:38:09 +02:00
README.md Update README.md 2022-07-27 09:32:57 +02:00
build.gradle.kts chore: bump version 2023-12-21 22:50:20 +01:00
gradlew chore(deps): update dependency gradle to v8.2.1 (#37) 2023-07-23 22:06:10 +02:00
gradlew.bat chore(deps): update dependency gradle to v8 (#32) 2023-04-30 00:19:33 +02:00
i-am-allowed.png Add files via upload 2020-08-05 22:17:34 +02:00
renovate.json Add renovate.json (#26) 2022-10-11 11:00:23 +02:00
settings.gradle.kts Migrate to gradle (#25) 2022-10-11 11:00:12 +02:00

README.md

CraftFlowers

craftFlowers is a plugin whose goal is to create custom flowers easier and more efficiently.
Using an easy-to-use GUI you'll be able to create amazing variants of flowers!

Use /craftflowers help to get a list of all commands.
You can also use the alias /cf for all available commands.

Since my Plugin utilizes the WorldEdit-API you can also use //undo!

Make sure you have a recent version of FastAsyncWorldEdit installed!

SpigotMC: https://www.spigotmc.org/resources/craftflowers-1-16-1-17-port.82407/

Permissions

craftflowers.use - allows to open the GUI
craftflowers.place - allows to place the pot
craftflowers.edit - allows to edit the pot
craftflowers.save - allows save flower
craftflowers.load - allows load flower
craftflowers.delete - allow remove flower
craftflowers.admin - currently for notifications about new versions of the plugin

About the Code

The Developer said that he doesn't have the original Code anymore, so I had to decompile it.

With Version 1.0.0 I have redone almost every line of this plugin.