The goal is to run code when a player is in a certain frontier. Thus i need a hook which checks the frontiers name when it is being updated. Any help much appreciated!
This is the Github im currently trying to get smart from: https://github.com/alejandrocoria/MapFrontiers/blob/5925da938fc719fe2b4410fce7c7eb12700f54a8/Common/src/main/java/games/alejandrocoria/mapfrontiers/client/event/ClientEventHandler.java
#I'm trying to hook an Event from Mapfrontiers
8 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Bump
looks simple, except it’s client sided and you need a FrontierOverlay 🤔
is frontier some type of entity?
the mod is about adding frontiers to journeymap, they are like defined areas
still no one?
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);
});