Broken scripts in b73
-
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })
this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
-
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
-
@make-joke-of Mmm maybe try to allocate more ram to minecraft
-
@nvinci
B72 never does that -
I think it is caused by cached font characters not being cleaned properly in b73.
-
@0x64
English?? -
sorry for the grammar mistakes
-
@make-joke-of it's the script issues
-
@0x64 yeah, I think so. A memory leak does this same effect