How to use plugin:
------------------------------------------------------------
⚒️ Installation Steps
- Download the plugin.
- Stop the server with stop command.
- Drop the plugin to the /plugins/ folder.
- Run the server.
- Make sure there are no errors on the startup.
Bug Reporting
- Join our Discord at: Discord
- Submit a ticket on the #Ticket Submission tab.
- Await response. Usually within 24 hours.
----------------------------------------------------------------------------------------------
Add Block Drops (Pro)
As an example, let's add a STONE block to our config and give it 2 custom items.
- Let's go to the plugin folder and open the file plugins\CustomDropsPro\blocksDrop.json
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2Fc4ffcf9867ffe2d3ace7d330a107bc70865eaa703683c078617fab59374a2d38%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333137373339313530363436343831382f696d6167652e706e67)
"STONE:" { - This is the key in which we specified the material of the block in the game. In our case it is a stone. Next, for the stone, we describe the items that can fall out.
itemDropData - An array that contains a list of items that can fall out of our stone.
dropChance - The chance that we will drop an item from a block. from 0 to 1. In our case it is 50% and 10%.
- Now go into the game and enter /cdrops reload
- Great! Now we have a chance of dropping custom items from the stone
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2F322ec9f7918a421ed74b672bfb3571c802e0ea9d3bab4c3a23165ffb835cf337%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333137373832383630373437353833322f696d6167652e706e67)
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2Ff701fef9fc9888752f4e322cd6548e105fe1ac66baa1a7d64e9bab7a693bd9ab%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333137373835313739333538303033322f696d6167652e706e67)
Item Data
To make it easier to create items, you can copy item data with 1 click of the mouse. To do this, take the item you need in your hand and enter the command /cdrops data
And then paste the data into the config
------------------------------------------------------------------------------------
Grow Stage Status
The plugin allows you to see how much the harvest has grown
To change the display go to titleCustomization.json
Checking Items
This system does not implement internal NBT tags or data. I have done this because not all plugins handle them this way and difficulties may arise. Therefore, items are verified according to the material of the item, its display name and lore.
If all these three points match, then the plugin considers that the player has created fertilizer in his hand
Add Fertilizer
- Let's go to the plugin folder and open the file plugins\CustomDropsPro\customFertilizers.json
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2Fe771f309aaf8a9852e219e59982643dc98a89b5339bbe0c2836acaf4c65cd45a%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333138343539373036303730323239382f696d6167652e706e67)
multiplying - Sets the increase in crop growth. In this case it is +30%.
- Now go into the game and enter /cdrops reload
Item Data
To make it easier to create items, you can copy item data with 1 click of the mouse. To do this, take the item you need in your hand and enter the command /cdrops data
And then paste the data into the config
------------------------------------------------------------------------------------
The plugin allows you to add your own poop from different Entities. Poop can be used for fertilizers on Vanilla crops.
Add Poop
For example, let's add a cow that poops every 30 seconds.
- Let's go to the plugin folder and open the file plugins\CustomDropsPro\poopDrop.json
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2F35f7d579bd80d0a7446f0c710dcaad53c9c15b785662cb9c84bc63a97fb69aa4%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333138323039393538333334303634372f696d6167652e706e67)
"COW:" { - This is the key in which we indicated the type of entity in the game. In our case it is a cow. Next, for a cow, we describe objects that can fall out when pooping.
dropTime - A cow poops once every 30 seconds
poopDirectionOffset - Shifts the spawn position of the poop relative to the creature's body. In our case it is -0.4
itemDropData - An array containing a list of items that can fall out of a cow when it poops.
dropChance - The chance that we will drop an item from a block. from 0 to 1. In our case it is 50% and 10%.
- Now go into the game and enter /cdrops reload
- Great! Now we have a chance of dropping custom items from the stone
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2F89186e7df7589d08001d7e22adb868cc87697095cc4b3f267f7fbbf284cd1382%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333138333739323835333232313436372f696d6167652e706e67)
Item Data
To make it easier to create items, you can copy item data with 1 click of the mouse. To do this, take the item you need in your hand and enter the command /cdrops data
And then paste the data into the config
![[IMG]](/proxy/image?url=https%3A%2F%2Fcamo.githubusercontent.com%2F0141977efb5220dba1936b58389a8a95845843e0016b68af41f004da80e58618%2F68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f313131313737373739323334323930303830372f313138333138323239343932303437303537392f696d6167652e706e67)