These errora shouldnt stop It. Send meg the last log from /Save/Logs
Sent from my Samsung Galaxy S4
Sent from my Samsung Galaxy S4
Could you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this:Those errors are just my "bypasses" to avoid floodng. It means the player was null when the method was happening. Ignore It.
try {
....
} catch(ignore) {}
Check my github. Btw those errora are from my try catch which juat logs on it. Harmless.Could you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this:
JavaScript:try { .... } catch(ignore) {}
Btw yes, But I left It in. except: passCould you perhaps code the plugin to ignore it? Not sure if Python has the equivalent to this:
JavaScript:try { .... } catch(ignore) {}
Read the rest of this update entry...
- Some code fixes
- Removed the Try Catch logging.
with this new update, within the home system folder is another folder called .idea, what I do with it?If you put DistanceCheck=0 to 1 it will cause the problem. Looking in it now to fix it.
Thanks for the report.
Wtf, that shouldn't even be therewith this new update, within the home system folder is another folder called .idea, what I do with it?
I installed the new version to testWtf, that shouldn't even be there
Not yet ! Still on testing phase.Have you finished converting the Plugin ???
Yes. The join event Isn't functioning so as the cooldown.good Afternoon
I'm testing the House system, which you are converting to python, the only point that can turn problem is when a player to / home on the roof of another player, he can enter into the house.
Read the rest of this update entry...
- Many fixes in the plugin
- Conversion to Python
- Using the Same inifiles, so you don't have to remove the old homes, you can use the old ones from the JintEngine, although I would recommend to use the new configuration file.
- Many thanks to @Snake for his time to test with me
- The plugin went through lots of Performance Fixes
Read the rest of this update entry...Plugin fixes.... lul
Some code fixes and stuff
Also added some new options, you might need a new config
Read the rest of this update entry...Fixes
Read the rest of this update entry...
- Code Fixes
- Method fixes/updates
[2/10/2015 7:13:21 AM] [Debug] [CHAT-CMD] "JajahPeace" executed "/home dupcia"
[2/10/2015 7:13:37 AM] [Error] Traceback (most recent call last):
File "<string>", line 312, in JobTimerCallback
SystemError: Object reference not set to an instance of an object
You got the ironpython libs right?And more Linux errors from me:
Installed plugin today, teleporing is not working. (Working on localhost Windows).Code:[2/10/2015 7:13:21 AM] [Debug] [CHAT-CMD] "JajahPeace" executed "/home dupcia" [2/10/2015 7:13:37 AM] [Error] Traceback (most recent call last): File "<string>", line 312, in JobTimerCallback SystemError: Object reference not set to an instance of an object
Maybe your code is using some Windows libraries/includes, and that's why not everything is going on Linux..