Plugin Help How i can use org.bukkit in VarScript plugin(python)

Discussion in 'Plugin Help/Development/Requests' started by tiberiumk, Dec 16, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    tiberiumk

    Hello all, i need help,how to use org.bukkit class in plugin VarScript with language Python
    E.g:
    import org.bukkit
    test=org.bukkit
    test.material.spawnEgg()
    But then i tried this, i got error(AtribbuteError:'javapackage' object has no attribute spawnEgg)
    Pls,write me,how to use it?(I don't know Java Language)
     
  2. Offline

    Rocoty

    @tiberiumk Maybe you should learn Java? While it may be possible in some hacky way, Bukkit Plugin development was never meant for Python. Believe me. Knowledge of Java will be very useful to you.
     
    17xDillz1997 likes this.
  3. Offline

    17xDillz1997

    Most people would know Java here. Some may also know python, though. It's a good idea to learn it if you are interested in programming and feel encouraged to learn more.
     
Thread Status:
Not open for further replies.

Share This Page