Skript Version: 2.2-dev23
Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740
Minecraft Version: PaperSpigot 1.8.8
---
Full Code:
So there are no errors. I just can't figure out how to make the sword stealable. I need players to be able to take it from the menu and it not do anything else.
Other Useful Info:
Addons using (including versions):
SkQuery (3.22.1)
TuSKe (1.7.3)
Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740
Minecraft Version: PaperSpigot 1.8.8
---
Full Code:
code_language.skript:
command /donatorkit:
description: Gives Player Donator Kit
executable by: player
trigger:
if player has permission "clashykits.donator":
if {donatorkit.timer.%player%} <= 0:
open chest with 6 rows named "&b&lDonator Kit" to player
if {donatorkit.weaponlvl.%player%} is 1:
format slot 1 of player with diamond sword named "&8[&5&lVIP Sword&8]" with lore "&eWeapon LVL &61" to be unstealable
So there are no errors. I just can't figure out how to make the sword stealable. I need players to be able to take it from the menu and it not do anything else.
Other Useful Info:
Addons using (including versions):
SkQuery (3.22.1)
TuSKe (1.7.3)