your current location:首页 > news>Forge version of MCMMO (MCMMO-FORGE) MineCraft

Forge version of MCMMO (MCMMO-FORGE) MineCraft

2024-12-12 09:25:16|Myriagame |source:minecraft skins

Brief introduction

The FORGE stand -alone version of the MCMMO plugin only supports 1.7.10.Only the English version, without CurseForge, can only download it from github.

Download method: Enter GitHub, find the latest version of the jar file to download in the right releases.

Skill

The current installation skills are available

Archery

Axes (Axes)

Combat (Combat)

Diving

Firefighting (Firefighting)

Acnectitations (Parkour)

Phason (Poison)

Swords (Swords)

Unarmed fighting (unarmed)

For detailed information about skills, please run /mcmmo help in the game to view your current skill statistical information.

instruction

Run /mcmmo in the game can display all the instructions of this module. All sub -commands of this MOD can be completed through TAB.

Configuration

The MOD configuration file is /config/mcmmo.cfg, which can adjust the skill progress.The skill level is based on a simple formula: NextLevelXP = Basexp + Slopexp*Level is the same as the original MCMMO.Both Basexp and Slopexp can be changed in the configuration file.Since MOD only stores the total experience of players, if these variables change, his current level and skills will be automatically adjusted.

Skill experience is stored in a separate file /SAVES/mcmmo/xp.json.This file is independent of the world. Its advantages and disadvantages are that all skills are shared in all the world running on the same server.

Author's words

As a MCMMO lover, I write this MOD because I can’t install the MCMMO plug -in in my Forge integrated package. I don’t intend to write a MOD that fully supports all the functions of MCMMO.

This is the first MC module project I made in my spare time, which is a good practice for me.I only realize this MOD based on the content in MCMMO-WIKI. I don't intend to use any source code, so don't expect this project to be completed in the near future.

Starting from version 1.1.0, this MOD will support SP, but the current experience value is stored in a file independent of the world, so the skill level will be shared in all the world.

At present, I think V1.3.1 is a sufficiently good version.I developed this MOD for my Forge core server. This is a server of Gray Technology 5 and FTB Infinity Evolved (V3.0.2).Weapons, which means that you cannot use other MOD weapons to improve the MCMMO skill level, nor can they use them to activate MCMMO skills.

I did not add mining skills to this MOD because they were difficult to achieve.

Develop

The author does not intend to send new features at present. If you want to modify the MOD, please be free. You can modify the source code in the way you like in the github cloned module.

The author attempts to maintain a good source code annotation and readability, and add some unused categories for those who intend to develop mining skills (MiningSkill and BlockListener)-new skills only need to be added to Skill-Enum and SkillregshipIt can be used.