Examples of some smaller skripts I've made.
/dupe command (Made for my server).
Examples of advanced skripts I've made.
Heroic Armor from cosmicpvp with realtime durabilty (no NBT tags).
Video because not giving the code :^)
CosmicPvP souls and soul enchant remake (Massive cosmicpvp enchants project WIP).
Video because not giving the code :^)
Join my discord or DM me on discord for more information!
DISCORD: https://discord.gg/NNRH3mD
DM ME: SlamTheHam#3726
/dupe command (Made for my server).
Code:
command /dupe:
trigger:
if player's held item isn't air:
if lore of player's tool contains "&d&lDupeable":
set {_item} to player's held item
set {_amount} to amount of player's held item in player's inventory
set {_amount} to 64-{_amount}
give player {_amount} of {_item}
set {_item.name} to name of player's held item
send "&e&l(!) &eYou have been given &a%{_amount}%x &eof &r%{_item.name}%" to player
else:
send "&c&l(!) &cYou cannot dupe this item!" to player
else:
send "&e&l(!) &ePlease hold an item in your hand to dupe it!" to player
Examples of advanced skripts I've made.
Heroic Armor from cosmicpvp with realtime durabilty (no NBT tags).
Video because not giving the code :^)
CosmicPvP souls and soul enchant remake (Massive cosmicpvp enchants project WIP).
Video because not giving the code :^)
Join my discord or DM me on discord for more information!
DISCORD: https://discord.gg/NNRH3mD
DM ME: SlamTheHam#3726
