MrTigreroux / TigerReports

Spigot plugin to manage player reports.
16 stars 16 forks source link

Form does not work #81

Closed uIIIastic closed 3 years ago

uIIIastic commented 3 years ago

Hello! I ran into a problem when I create an empty blank in the DefaultReasons, the reasons behind it are not considered. They don't click stupidly. And only the menu is reloaded. What to do?

Reason9: blank 
Reason10:
  Name: "Chat rule violations"
  Lore: "&7The player is being disrespectful."
  # "&7The player is disrespectful."
  Item: 
  PunishCommands:
  - "mute _Reported_ 2h Insultes"
MrTigreroux commented 3 years ago

Hello, You removed the Item type (after Item:), you must provide something like Material-IRON_SWORD.

uIIIastic commented 3 years ago

No, it does not work. After a blank form, no reasons are pressed. And the menu just pops up.

Reason9: blank
Reason10:
  Name: "Chat rule violations"
  Lore: "&7The player is being disrespectful."
  # "&7The player is disrespectful."
  Item: Material-IRON_SWORD
  PunishCommands:
  - "mute _Reported_ 2h Insultes"
MrTigreroux commented 3 years ago

If you can pick up the items in TigerReports menu that means another plugin disturbs TigerReports. Try to disable all your other plugins using menus (inventories) and test again TigerReports menu, then enable back one by one your plugins until you find the one disturbing TigerReports.

uIIIastic commented 3 years ago

I can select items from the menu, but I cannot select the items that come after: Reason9: blank all the buttons used after it are not pressed, but the menu itself is updated. The buttons that go before it work fine. When I ``` disabled:

  CustomReasons: тщ
  Autoriser les raisons personnalisées

then she stopped accepting reports that come after the blank form. I turned on the ability to write any reasons for the reports, after which they started accepting. As I understand it, after a blank window in the reasons menu, it stops accepting any reasons that come after it. I think this has more to do with the plugin because it works great with custom reasons!

Sorry for my English. I don't know him well.

MrTigreroux commented 3 years ago

Ok, but the items are not pickable. Effectively that seems to be a bug, will see how to fix it, thank you for reporting it.

MrTigreroux commented 3 years ago

Should be fixed in new version 4.13. Thank you again for reporting the bug, have a good day.