Project MMO

Project MMO

11M Downloads

Where are all of the configs!?

KCENV opened this issue ยท 4 comments

commented

I have looked everywhere for the config files I need to edit to implement mods like PMMO Classes. I have looked through multiple forums and the only conclusion I've reached is that PMMO config files form differently on NeoForge servers.

I tried looking in the Minecraft project guide that brought me here. That thing is a navigation labyrinth with pointless links (ex. a link for programmers that takes you back to the home, and a link talking about a file path that takes you somewhere that doesn't actually give you a file path.

The one singular area where I did find a file path in your guide, there was no path to be found, and nothing telling me that I need to make said file path.... So I moved to other boards....

Info didn't exist on other modding sites. Barren wasteland. In fact the modding sites just bring me here, where I couldn't find my problem.

So I checked Reddit. Only hint I got was the same idea that I got and a link to. You guessed it. The project guide that already told me nothing about my problem.

Please help. I have severe ADHD so I am conscious that there might have been something I missed, but these dead-end links and other problems have left me very frustrated after a week. All I need is that perks config and I can happily do what I want, and I can't find it for the life of me.

commented

I tried this and I did not get the config file I was supposed to edit for PMMO classes. I searched and there was no perks file which is what I am supposed to be editing according to your guide.

commented

/pmmo genData begin
/pmmo genData withConfigs
/pmmo genData create

This will make the configs in minecraft/saves/<save name>/datapacks/generated_data/data/pmmo/configs/

commented

Everything is configured via datapacks. use the in-game commands to generate a datapack for you. information can be found on the wiki https://moddedmc.wiki/en/project/pmmo/docs/configuration/config_home

Edit: this assumes you are using 1.21 since you didn't specify. also, the PMMO classes mod isn't something i developed, so i may not be able to help you with that.

commented

@SomewhatDamaged Thank you for the reply. The commands kept erroring on me. After a few hours of that nonsense, I had to reinstall all the server files and it worked.

@Caltinor Please make this clearer to people. There was nothing in your guide stating that NeoForge users would need to follow a specific process. Everything about it operates under the assumption that people already know what they are doing. That makes things very difficult to noobies like myself. Pair that with links that took me in circles, I just couldn't after a while. Thank you for your time, and I hope to see this project evolve.