When using the on right click event no boats, shields of any right click events that a player would normally interact with air work
Use on right click event and try to place a boat in the middle of the ocean
Boat places as it should
N/A
* **Skript version:**
[Wed, 21. Aug 2019 19:14:15 EDT INFO] Skript version 2.4-beta5
[Wed, 21. Aug 2019 19:14:15 EDT INFO] Customize Minecraft's mechanics with simple scripts written in plain English sentences.
[Wed, 21. Aug 2019 19:14:15 EDT INFO] Website: https://skriptlang.github.io/Skript
[Wed, 21. Aug 2019 19:14:15 EDT INFO] Authors: Njol, Mirreski, bensku, TheBentoBox, Snow-Pyon, Pikachu920, Nicofisi, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms and Blueyescat
```
N/A at this time
What do you mean by "using" it? If you're cancelling the event, it is supposed to behave like that. Could you provide the trigger you've used to reproduce this issue?
Hello, I'm the other owner of the server Dino is having issues on. Here's the skript we noticed is causing the issues:
on right click:
if event-item is feather:
if event-item's name is "&b&l24 Hour Fly Voucher":
if event-item's lore is "&bGives /fly for 24 hours":
if player has permission "essentials.fly":
message "&7&l(&b&l!&f&l) &bYou already have /fly"
cancel event
else:
message "&7&l(&b&l!&f&l) &b24 Hour Fly Voucher has been used, use /fly to activate"
execute console command "/lp user %player% permission settemp essentials.fly true 1d"
remove feather from the player's tool
cancel event
if event-item is nametag:
if event-item's name is "&lOpening Tag":
if event-item's lore is "&bGives you the &f&lOpening &btag":
if player has permission "deluxetags.tag.opening":
message "&7&l(&b&l!&f&l) &bYou already have that tag"
cancel event
else:
message "&7&l(&b&l!&f&l) &f&lOpening &btag unlocked, use /tags to activate"
execute console command "/lp user %player% permission set deluxetags.tag.opening"
remove nametag from the player's tool
cancel event
if event-item is sponge:
if event-item's name contains "Claim Blocks":
if 1st line of the lore of event-item is "&bGives claim blocks":
message "&7&l(&b&l!&f&l) &bAdded %2nd line of the lore of event-item% &bClaim Blocks to your total"
execute console command "/adjustbonusclaimblocks %player% %2nd line of the lore of event-item%"
remove sponge from the player's tool
cancel event
The event is only cancelled if the correct conditions are met.
Since this is being reported by multiple people I'm going to assume it's legitimate at least to get more visibility. Sounds really problematic.
Great, we've had a lot of people complain to us but at the same time we can't remove the script causing the issue
This happens in my server too.
The thing is, I was thinking this was a bug with spigot, and never tried debug.
can confirm this is an issue on my server also.
boats cant be placed when using the on click event.
is there any workaround whilst we wait for a fix?
I have done some work, while helping xemnes and have managed to make a quick fix for it, until it officially gets fixed by the devs... hope this helps with boats atleast
@Jordan308 what about shields?
@Dinoosawruss i've personally not encountered issues with shields.
@Jordan308 also in that skript is didn鈥檛 remove the inventory item but I added it, just a note for anyone using it that you can basically just hold down click and spawn infinite boats
@Jordan308 also in that skript is didn鈥檛 remove the inventory item but I added it, just a note for anyone using it that you can basically just hold down click and spawn infinite boats
try this https://pastebin.com/zCpCa7jA
Most helpful comment
Great, we've had a lot of people complain to us but at the same time we can't remove the script causing the issue