Category: Requests
Suggested name: Drag & drop enchantments
What I want:
What I am looking for is a drag and drop mechanic done via skript, example, a book named "Smelt I" once placed on a diamond pickaxe to add a lore to the pickaxe "Smelt I", found this code here but it didn't work for me for whatever reason (I have both SkMorkaz and Skript (benskus fork)
http://prntscr.com/gnr8jt
I tried stealing the code (quite literally, I wanted to use that and basically just, expand, I guess) but after testing it it didn't work out so im now stuck here asking for advice, it's literally copy pasted so I couldn'tve possibly done something wrong (I think ???)
Anyone willing enough to donate to me a different code that does the same function or no not really? I quite need it honestly, so help would be appreciated.
SkMorkaz version: 0.21
Skript version: 2.2-dev31c
Ideas for commands: None
Ideas for permissions: None
When I'd like it by: Within 2 months at most (Tho since its the Skript community in question this issue will be resolved in the next few days/week at most)
Suggested name: Drag & drop enchantments
What I want:
What I am looking for is a drag and drop mechanic done via skript, example, a book named "Smelt I" once placed on a diamond pickaxe to add a lore to the pickaxe "Smelt I", found this code here but it didn't work for me for whatever reason (I have both SkMorkaz and Skript (benskus fork)
http://prntscr.com/gnr8jt
Code:
on mor.inventory click:
event-item is any pickaxe or shovel or axe
player's cursor slot is enchanted_book:
name of player's cursor slot is "&fSmelt I":
cancel the event
set lore of event-item to "%lore of event-item%||&fSmelt I"
wait 2 ticks
set cursor slot of player to air
I tried stealing the code (quite literally, I wanted to use that and basically just, expand, I guess) but after testing it it didn't work out so im now stuck here asking for advice, it's literally copy pasted so I couldn'tve possibly done something wrong (I think ???)
Anyone willing enough to donate to me a different code that does the same function or no not really? I quite need it honestly, so help would be appreciated.
SkMorkaz version: 0.21
Skript version: 2.2-dev31c
Ideas for commands: None
Ideas for permissions: None
When I'd like it by: Within 2 months at most (Tho since its the Skript community in question this issue will be resolved in the next few days/week at most)