nikosgram / gringotts

Gringotts is an item-based economy plugin for the Bukkit Minecraft server platform. Unlike earlier economy plugins, all currency value and money transactions are based on actual items in Minecraft, per default emeralds.
https://www.spigotmc.org/resources/gringotts.42071/
BSD 2-Clause "Simplified" License
43 stars 35 forks source link

Non secured command (java exception) #113

Closed Serafinowy closed 1 year ago

Serafinowy commented 2 years ago

Describe the bug When you want to type "/money deposit" ArrayIndexOutOfBoundsException throws in the console. Error occurs at "MoneyExecutor.java:66".

To Reproduce Steps to reproduce the behavior:

  1. Type '/money deposit' in game

Expected behavior It should display for ex. "Correct usage: /money deposit ".

Screenshots Bez tytułu222

Desktop (please complete the following information):

nikosgram commented 2 years ago

Hello @Serafinowy. That is really interesting :)

Do you have Vault as part of the plugins?

Serafinowy commented 2 years ago

Yes, I have all required plugins and the error only occures when you type '/money withdraw/deposit' without any other arguments.