Parozzz / HopeItems

Spigot API - Create custom items with ease
https://www.spigotmc.org/resources/hopeitems-1-8-8-1-12-create-custom-items-with-eases.42422/
MIT License
1 stars 4 forks source link

List of Known Bugs #3

Open Parozzz opened 6 years ago

Parozzz commented 6 years ago

If you have a placed custom block that does an action when walked upon, it will do the action even if the player is standing on a slab that's on top of the custom block.

PiggiesGoSqueal commented 6 years ago

1.) Please Note: If I hired you, you do NOT need to fix this bug, as you'll be removing particles anyways. When using the particle: FALLING_DUST, it gives an error in console and kicks anyone that was near where the item was used. Particle line:

2.) The bug you mentioned above for slabs.

3.) Not sure if this is intended but when it says "from 1.8" I assumed it meant 1.8 and up could do it. However, when I tried using Attributes on a Spigot 1.12.2 server, it didn't work. Item: https://pastebin.com/5LB8ubXb

4.) Cooldown Permissions don't work.

5.) With items that add potion effects (and prob other stuff), players can right click an iron or gold block to get the potion effect added & it won't equip the item (if it's armor) when the server uses McMMO. Thus allowing them to get an infinite potion effect.

6.) When a player is wearing custom armor from this plugin that gives beacon effects, they lose their effects when relogging. Perhaps add logIn and logOut actions to fix this?

7.) Please note: If I hired you, you do NOT need to fix this bug as I don't know enough about it to know for sure if it's a bug or if I'm doing something wrong. The Lucky ability does not appear to work. Tried this: Lucky Item: https://pastebin.com/011Z5zfP Reward Item 1: https://pastebin.com/m0PREaDu Reward Item 2: https://pastebin.com/KKrunUsX When right clicking the Lucky item, it would disappear but not be replaced with anything. There were no errors in console and the http://yaml-online-parser.appspot.com/ said everything was correct.

Will update this when I find more.