Hello. I recently changed my prices in my server and when I tried to start it it came up with this:
Code:
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.ArrayIndexOutOfBoundsException: 101
        at server.world.ShopHandler.loadShops(ShopHandler.java:141)
        at server.world.ShopHandler.<init>(ShopHandler.java:45)
        at server.Server.<clinit>(Server.java:70)
After that, i've changed back to the original file, this error came up again. Can somebody help me? I have googled it and now I know it calls an array item or whatever is it which isn't in the array, but i don't know how to fix.

Edit: Fixed. My shop id was 101 that caused it . Sorry for this post