#so its kind new to me

1 messages · Page 1 of 1 (latest)

pulsar plume
#

okay I'll explain better here since they're having another discussion

stoic magnet
#

alright

pulsar plume
#

Basically prior to 1.17.1 which is when mojmaps were introduced properly to spigot you were using Spigot mappings

#

which is spigot mapping these obfuscated methods to named methods

#

post 1.17.1 its reccomended you use Mojang Maps which are more completed

#

Basically each Spigot mapping you know will correlate to a Mojang Map most of the time they are named differently

stoic magnet
#

what iam trying to do is make hologram system , done for 1.16.5 - 1.17 , still 1.18 - 1.20 ..

tall glen
#

unmapped 💀

stoic magnet
#

moudles system

pulsar plume
#

they didn't know mojmaps existed lol

#

1.8 dev moment

stoic magnet
#

yeah its kind of old

pulsar plume
#

I already sent that

#

they have it setup

#

this website select your version

#

and you can type in the Spigot map name and it'll show the other names

tall glen
stoic magnet
#

Exception caught during execution of reset command. Cannot lock E:\buildtools\CraftBukkit.git\index

pulsar plume
#

for example EntityArmorStand is now just ArmorStand in mojmaps

stoic magnet
#

when iam trying to use buildtools

stoic magnet
pulsar plume
#

let me send you the bt gui

#

launc the GUI from the command line or double click. then select the version, go into the options pane and select `Generate Remapped Jars)

#

then compile

#

or alternatively run BT normally with java -jar BuildTools.jar --rev 1.18.2 --remapped

stoic magnet
#

ok after i do that will it auto generate it in the maven ?

#

or i need to do other things?

pulsar plume
#

yeah no --remapped flag auto installs it

#

into your .m2

stoic magnet
#

hi i got it working but 1 bug left ..

#

network manager still not avillable

#

i also have the plugin in the maven

pulsar plume
#

connection

#

its called networkHandler on yarn not sure where you got networkManager from though

stoic magnet
#

i got it working hours , thank you ^_^

stoic magnet
#

how i can make the custom entity invisable in 1.19.4 ? using the mapping

tall glen
stoic magnet
#

is that a thing in 1.19.4 ?

pulsar plume
#

yeah

#

they were added in 1.19.4

stoic magnet
#

how i can use them ?

#

ItemDisplay itemDisplay = new ItemDisplay...
?

#

can i use it with packets to send the packet? for the spawn ?