- Minecraft Versions
- 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20
- Documentation
- https://github.com/dexuby/UDWiki/wiki
Code:
/dr help
→ Shows a list of available commands you have permission to.
→ ultimatedrugs.help
/dr reload
→ Reloads the plugins configuration files.
→ ultimatedrugs.reload
/dr blockinfo
→ Displays details about the block you are looking at.
→ ultimatedrugs.blockinfo
/dr list
→ Displays a list of all configured drugs including details in sub GUI's.
→ ultimatedrugs.list
/dr give <player> <drug> <amount>
→ Used to give a player a certain drug.
→ ultimatedrugs.give
<player> = example: "Notch"
<drug> = example: "weed"
<amount> = example: "10" (Optional)
/dr seed give <player> <drug> <amount>
→ Used to give a player a certain drug seed.
→ ultimatedrugs.seed.give
<player> = example: "Notch"
<drug> = example: "weed"
<amount> = example: "10" (Optional)
/dr fertilizer give <player> <drug> <amount>
→ Used to give a player a certain drug plant fertilizer.
→ ultimatedrugs.fertilizer.give
<player> = example: "Notch"
<drug> = example: "weed"
<amount> = example: "10" (Optional)
/dr booster give <player> <owner only> <all drugs> <affected drugs> <multiplier> <stackable> <duration>
→ Used to give a player a drug booster.
→ ultimatedrugs.booster.give
<player> = example: "Notch"
<owner only> = true/false
<all drugs> = true/false
<affected drugs> = example: "weed,strawberry,..."
<multiplier> = example: "1.0"
<stackable> = true/false
<duration> = example: "60" (in seconds)
/dr boosters
→ Used to list and manage all owned boosters.
→ ultimatedrugs.boosters
/dr sell <player>
→ Used to open the GUI to sell drugs and related goods.
→ ultimatedrugs.sell
<player> = example: "Notch" (Optional)
/dr buy <player>
→ Used to open the GUI to buy drugs and related goods.
→ ultimatedrugs.buy
<player> = example: "Notch" (Optional)
Code:
ultimatedrugs.auto-replant
→ For auto replanting function of plants.
ultimatedrugs.vanilla.replant
→ For ageable vanilla block auto replanting.
ultimatedrugs.plant-limit.bypass
→ To bypass the configured per-player plant limit if set.
ultimatedrugs.plant-limit.<id>.<limit>
→ To limit plants based on type per-player.
ultimatedrugs.plant-limit.<id>.bypass
→ To bypass the plant based limit.