mine-js / mine.py

A simple minecraft scripting plugin that interpretes python with jython
MIT License
1 stars 1 forks source link

How to add python code to the plugin like thing? #1

Closed TheInfamousPro closed 2 years ago

TheInfamousPro commented 2 years ago

I think that this project is a great intiative started by you But i would like to ask: -Is it compatible with 1.5.2(because i am using LAX1Dude's eaglercraft -Is there a specific location where i have to place the file to make it work Thanks

R2turnTrue commented 2 years ago

Is is compatible with 1.5.2?

Is there a specific location where I have to place the file to make it work?

TheInfamousPro commented 2 years ago

Thanks!

TheInfamousPro commented 2 years ago

image does not work rip with 1.5.2

TheInfamousPro commented 2 years ago

2022-08-11 11:48:38 [SEVERE] Exception in thread "Thread-6" 2022-08-11 11:48:38 [SEVERE] org.bukkit.craftbukkit.libs.com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:180) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:755) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.Gson.fromJson(Gson.java:694) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.BukkitDLUpdaterService.fetchArtifact(BukkitDLUpdaterService.java:51) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.BukkitDLUpdaterService.getArtifact(BukkitDLUpdaterService.java:28) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.updater.AutoUpdater$1.run(AutoUpdater.java:77) 2022-08-11 11:48:38 [SEVERE] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 7 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.expect(JsonReader.java:339) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.stream.JsonReader.beginObject(JsonReader.java:322) 2022-08-11 11:48:38 [SEVERE] at org.bukkit.craftbukkit.libs.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:168) 2022-08-11 11:48:38 [SEVERE] ... 5 more

^full logs did i just do something wrong pls help my plugin replit https://replit.com/join/foyocmmheb-shihaozhang

R2turnTrue commented 2 years ago

I think it's not my plugin's error.

+ I have no intention of supporting 1.5.2 officially

TheInfamousPro commented 2 years ago

i think it is not compatible with the version of the 1.5.2 java