#I'm trying to hook an Event from Mapfrontiers

8 messages · Page 1 of 1 (latest)

carmine kestrel
tiny rapidsBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

carmine kestrel
#

Bump

rotund nebula
#

looks simple, except it’s client sided and you need a FrontierOverlay 🤔

#

is frontier some type of entity?

carmine kestrel
#

the mod is about adding frontiers to journeymap, they are like defined areas

carmine kestrel
#

still no one?

rough vector
#
const $EVENTS = Java.loadClass("games.alejandrocoria.mapfrontiers.client.event. ClientEventHandler");

$EVENTS.subscribewhatever("MagicEventHandlerId", (param1, param2) => {
    console.log("Event Fired for whatever with parameters: ", param1, param2);
});