Macuyiko / minecraft-python

A Jython driven plugin and interpreter system for Minecraft (on top of Spigot)
BSD 3-Clause "New" or "Revised" License
227 stars 29 forks source link

Importing scoreboard throws an error #68

Open Existance29 opened 1 year ago

Existance29 commented 1 year ago

import org.bukkit.scoreboard as scoreboard

gives the error

"Import Error: No module named scoreboard"

Are scoreboards not supported, or am I importing it wrongly?