Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbru31/superwheat
🌱 💧 🌾 SuperWheat plugin for CraftBukkit/Spigot
https://github.com/timbru31/superwheat
bukkit bukkit-plugin carrot cocoa craftbukkit java minecraft plant potato spigot-plugin sugarcane wheat
Last synced: 28 days ago
JSON representation
🌱 💧 🌾 SuperWheat plugin for CraftBukkit/Spigot
- Host: GitHub
- URL: https://github.com/timbru31/superwheat
- Owner: timbru31
- License: other
- Created: 2012-01-24T21:50:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T08:13:51.000Z (over 3 years ago)
- Last Synced: 2024-10-02T09:45:28.265Z (about 1 month ago)
- Topics: bukkit, bukkit-plugin, carrot, cocoa, craftbukkit, java, minecraft, plant, potato, spigot-plugin, sugarcane, wheat
- Language: Java
- Homepage: https://dev.bukkit.org/projects/superwheat
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is the README of SuperWheat
Thanks to thescreem for the original plugin!
Thanks for using!
For support visit the old forum thread: http://bit.ly/superwheatthread
or the new dev.bukkit.org page: http://bit.ly/superwheatpageThis plugin is released under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) license.
Standard config:
# For help please either refer to the
# forum thread: http://bit.ly/superwheatthread
# or the bukkit dev page: http://bit.ly/superwheatpage
message: '&6[SuperWheat] That plant is not fully grown yet!'
message-enabled: true
creative:
dropsCreative: false
blockCreativeDestroying: false
wheat:
enabled: true
trampling: true
delayHit: 3
water:
delay: 5
drops:
wheat: true
seed: false
prevent:
premature: true
mature: false
piston:
delay: 5
drops:
wheat: true
seed: false
prevent:
premature: true
mature: false
netherWart:
enabled: true
delayHit: 3
water:
delay: 5
drops:
netherWart: true
prevent:
premature: true
mature: false
piston:
delay: 5
drops:
netherWart: true
prevent:
premature: true
mature: false
cocoaPlant:
enabled: true
delayHit: 3
water:
delay: 5
drops:
cocoaPlant: true
prevent:
premature: true
mature: false
piston:
delay: 5
drops:
cocoaPlant: true
prevent:
premature: true
mature: false
carrot:
enabled: true
trampling: true
delayHit: 3
water:
delay: 5
drops:
carrot: true
prevent:
premature: true
mature: false
piston:
delay: 5
drops:
carrot: true
prevent:
premature: true
mature: false
potato:
enabled: true
trampling: true
delayHit: 3
water:
delay: 5
drops:
potato: true
prevent:
premature: true
mature: false
piston:
delay: 5
drops:
potato: true
prevent:
premature: true
mature: false
sugarCane:
enabled: false
delayHit: 3
water:
delay: 5
drops:
sugarCane: true
prevent: false
piston:
delay: 5
drops:
sugarCane: true
prevent: falsePermissions (if no permissions system is detected, only OPs are able to use the permissions!)
Only bukkit's permissions system is supported!Command: /superwheat reload
Aliases: sw, superw
Description: Reloads the configuration on the fly
Node: SuperWheat.reloadSuperWheat.*
Description: Includes all permissionsSuperWheat.wheat.*
Description: Includes all permissions for wheatSuperWheat.wheat.regrowing
Description: Automatically re-grows the harvested wheatSuperWheat.wheat.destroying
Description: Allows you to destroy not full grown cropsSuperWheat.wheat.seeds
Description: Drops seeds, tooSuperWheat.wheat.noseeds
Description: Allows auto re-plant if no seeds are in the invSuperWheat.netherwart.*
Description: Includes all permissions for nether wartSuperWheat.netherwart.regrowing
Description: Automatically re-grows the harvested nether wartSuperWheat.netherwart.destroying
Description: Allows you to destroy not full grown plantSuperWheat.netherwart.noseeds
Description: Allows auto re-plant if no nether wart is in the invSuperWheat.cocoaplant.*
Description: Includes all permissions for cocoa (plant)SuperWheat.cocoaplant.regrowing
Description: Automatically re-grows the harvested cocoaSuperWheat.cocoaplant.destroying
Description: Allows you to destroy not full grown plantSuperWheat.cocoaplant.noseeds
Description: Allows auto re-plant if no cocoa beans are in the invSuperWheat.carrot.*
Description: Includes all permissions for carrotsSuperWheat.carrot.regrowing
Description: Automatically re-grows the harvested carrotsSuperWheat.carrot.destroying
Description: Allows you to destroy not full grown plantSuperWheat.carrot.noseeds
Description: Allows auto re-plant if no carrots are in the invSuperWheat.potato.*
Description: Includes all permissions for potatoesSuperWheat.potato.regrowing
Description: Automatically re-grows the harvested potatoesSuperWheat.potato.destroying
Description: Allows you to destroy not full grown plantSuperWheat.potato.noseeds
Description: Allows auto re-plant if no potatoes are in the invSuperWheat.sugarcane.*
Description: Includes all permissions for sugar canesSuperWheat.sugarcane.regrowing
Description: Automatically re-grows the harvested sugar caneSuperWheat.sugarcane.noseeds
Description: Allows auto re-plant if no sugar canes are in the inv