Exortions / skyblock-2.0

Hypixel Skyblock Remake 2.0
GNU General Public License v3.0
51 stars 24 forks source link

Fix harp to work on paper and to play the right sound #173

Open MonkeySaint opened 1 year ago

MonkeySaint commented 1 year ago

The plugin wouldn't work on paper (at least modern paper) because of a call to org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader This replaces that with the built in java version. This also adds the error sound and fixes the harp to play the pling sound with the same pitches as in hypixel skyblock.

Exortions commented 1 year ago

was this tested on regular spigot as well?