GroupMoro
SmartItemCreator
SmartItemCreator
  • GETTING STARTED
    • Commands
    • Permissions
  • CREATE ITEMS
    • Items
    • Heads
    • Potions
Powered by GitBook
On this page
  1. CREATE ITEMS

Potions

This page describes how to create custom potions.

items.yml

items:

  speed_potion:
    material: POTION
    amount: 1
    color: white
    display_name: "&dPotion of Speed"
    lore:
      - "&7It makes you faster!"
    potion_effects:
      SPEED:
        duration: 400
        amplifier: 1
      JUMP_BOOST:
        duration: 200
        amplifier: 2
        
Entries
Descriptions

it is the name we give to the object, which can then be called with the command: /smartitemcreator <item> <item> = speed_potion

You can select between three types of potion: POTION, SPLASH_POTION, LINGERING_POTION

Amount of potions that will be given to the player

you can customize the color of the potion by entering the name of the color, or by applying an RGB color (go to the bottom of the page for more information)

Name to apply to the object displayed in game

Lore to be applied to the item displayed in game

on "potion_effects" you must enter one or more effects to apply to the potion. (go to the bottom of the page for more information) "duration" is the duration of the potion in ticks (20 ticks = 1 second) "amplifier" is the amplifier of the effect, it increases its effects


RGB colors

RGB color is made up of three numbers that identify its various shades. In this example, the color light blue has been inserted

color: "42,224,215"

Effects

A list of all the effects applicable to the player can be found on the site below

PreviousHeads

Last updated 2 months ago

speed_potion:
material: POTION
amount: 1
color: white
display_name: "&dPotion of Speed"
lore:
  - "&7It makes you faster!"
    potion_effects:
      SPEED:
        duration: 400
        amplifier: 1
      JUMP_BOOST:
        duration: 200
        amplifier: 2
RGB Color Picker
Logo
Effect – Minecraft WikiMinecraft Wiki
Logo