Materials: Difference between revisions

From MBedwars
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
=Simple Materials (Stone, Chest, Beacon, ...)=
=Simple Materials (Stone, Chest, Beacon, ...)=
Usage: <Material>[:Data]<br />
Usage: <Material>[:Data]<br />
For example: dirt<br />
Example: dirt<br />
or: stone:1<br />
or: stone:1<br />
or: log:3<br />
or: log:3<br />
Line 18: Line 18:
=Player Skulls=
=Player Skulls=
Usage: <Material>:<Player Name><br />
Usage: <Material>:<Player Name><br />
For example: skull:Notch
Example: skull:Notch
=Potions=
=Potions=
Usage: <Material>:<Effect Name>:<Duration>:<Amplifier><br />
Usage: <Material>:<Effect Name>:<Duration>:<Amplifier><br />
Line 24: Line 24:
<br />
<br />
[https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html List with available potion types]
[https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionEffectType.html List with available potion types]
=Dyed Leather Armor=
Usage: <Material>:<Hex Color><br>
Example: leather_chestplate:<span style="color:#e542ff">#e542ff</span><br>
<br>
<html>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/acolorpicker.min.js"></script>
<div class="picker"
    acp-color="#EFE9E7"
    acp-show-rgb="no"
    acp-show-hsl="yes"
    acp-show-hex="yes"
    acp-show-alpha>
</div>abc
</html>

Revision as of 14:53, 31 May 2019

You can use them everywhere you must specify a material for an item and NOT a block. Only simple materials work for blocks.
If the material/block is not appearing, then make sure that there isn't an other name.

Simple Materials (Stone, Chest, Beacon, ...)

Usage: <Material>[:Data]
Example: dirt
or: stone:1
or: log:3

List with available materials

Creature Spawner/Egg

Usage: <Material>:<Entity Name>
For example: mob_spawner:creeper
or: moster_egg:chicken

List with available entity types

Player Skulls

Usage: <Material>:<Player Name>
Example: skull:Notch

Potions

Usage: <Material>:<Effect Name>:<Duration>:<Amplifier>
For example: potion:jump:1200:0 (LVL 1 and available for 60 seconds)

List with available potion types

Dyed Leather Armor

Usage: <Material>:<Hex Color>
Example: leather_chestplate:#e542ff

abc