This plugin allows the user to create a load of flowers very easily.
With two very easy commands, you can cover huge areas of land with a vast variety of flowers.
/flowering reload
This command will reload the configuration file of the plugin, it requires a reload of the server before it can work.
Permission: flowering.reload
/flowering [radius]
Substituting a radius will create a square area of radius specified filled with flowers.
Permission: flowering.use.limit.[radius]
Setting Up
1. To begin with, download the plugin
2. Drag and drop it into your plugins folder on your server
3. Run the server
4. Stop the server, there should be a configuration file called Flowers.yml located in plugins>Flowering folder.
5. Edit the Flowers.yml file and paste the following.
flowers:
list:
37#0: 1
38#0: 1
38#1: 1
38#2: 1
38#3: 1
38#4: 1
38#5: 1
38#6: 1
38#7: 1
38#8: 1
6. Run the server again
7. Log onto the server and type /flowering reload
8. You should see a message that registers all flowers in the configuration file
9. Go to an area filled with grass and type /flowering 4
10. You're done!
The system works on item ID's and data tags.
A poppy for example has an item ID of 38, and a data value of 0, so in the config, it would look like this:
38#0
The number 1 following the colon is an indicator of rarity, the lower the number, the rarer it is.
So, 38#0: 1
would be rarer than
38#0: 10
10 times rarer to be exact!
Item ID's can be found by pressing F3 + H at the same time, and the data value is found after the forward slash.
Items can be added and removed and after every operation, a count of how many flowers were planted is displayed.
Report any bugs that you may find and feel free to leave suggestions too.