Skyblock issues

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
"Caused by: java.lang.NoSuchFieldError: POLAR_BEAR"

When you die, the plugin is attempting to do something, and it is accessing the field "POLAR_BEAR" which does not exist.

Is the plugin public? Maybe I can take a look at it and see exactly what's wrong.
Sorry for late response, computer crashed and wouldnt start up again.

Yes it is public, called "Askyblock"
 

Tyler

Developer
Supreme
Feedback score
14
Posts
2,589
Reactions
2,238
Resources
0
It edits drops
Try to find a version for whatever version your server is, it's trying to check / modify drops for Polar Bears I'm assuming as it says the field doesn't exist, polar bears were added in 1.10 I believe.
 

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
Try to find a version for whatever version your server is, it's trying to check / modify drops for Polar Bears I'm assuming as it says the field doesn't exist, polar bears were added in 1.10 I believe.
ok ill try[DOUBLEPOST=1497014277][/DOUBLEPOST]
Try to find a version for whatever version your server is, it's trying to check / modify drops for Polar Bears I'm assuming as it says the field doesn't exist, polar bears were added in 1.10 I believe.
I removed the plugin and am still having the issue
https://gyazo.com/7f1016787ac0adac0b628c59c0e41d36
 
Last edited:

Tyler

Developer
Supreme
Feedback score
14
Posts
2,589
Reactions
2,238
Resources
0

Code:
challenges:
  levels: 'Beginnner Novice Pro'

Find that, it's right after all the commented out stuff (All the #'s) and add in the level names you don't have, like 'Beginner Novice Pro AnotherLevel OneMore Etc'

Then under "levelUnlock", it looks like this:
Code:
levelUnlock:
    Novice:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &9Competent level!'
      rewardDesc: 'A diamond!'
      itemReward: 'DIAMOND:1'
      moneyReward: 100
      expReward: 100
      # List permissions separated by spaces
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command

You have to do that for all the levels, and then under the "challengeList", there's an option called "level", name that whatever challenge level you want it to be a challenge for, so for example "level: 'Beginner'"
 

EnchantBook

Premium
Feedback score
13
Posts
705
Reactions
108
Resources
0
Code:
challenges:
  levels: 'Beginnner Novice Pro'

Find that, it's right after all the commented out stuff (All the #'s) and add in the level names you don't have, like 'Beginner Novice Pro AnotherLevel OneMore Etc'

Then under "levelUnlock", it looks like this:
Code:
levelUnlock:
    Novice:
      # What additional message to send player
      message: 'Congratulations - you unlocked the &9Competent level!'
      rewardDesc: 'A diamond!'
      itemReward: 'DIAMOND:1'
      moneyReward: 100
      expReward: 100
      # List permissions separated by spaces
      permissionReward: ''
      # Commands to run on this player. Use [player] for their name.
      commands:
      #- kit tools [player]
      #- some other command

You have to do that for all the levels, and then under the "challengeList", there's an option called "level", name that whatever challenge level you want it to be a challenge for, so for example "level: 'Beginner'"
what if I dont want challenges?
 
Status
This thread has been locked.
Top