Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Project MMO

Project MMO

Provides skills / stats / levels, that provide unique benefits!

48.3k
118
Adventure
Game Mechanics
Utility

Compatibility

Minecraft: Java Edition

1.21.x
1.20–1.20.2
1.19.2–1.19.4
1.19
1.18.2
1.18
1.16.5

Platforms

Forge
NeoForge

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Sponsor on GitHub

Creators

Caltinor
Caltinor Owner

Details

Licensed ARR
Published 2 years ago
Updated last week
DescriptionChangelogVersions

Show all versions

1
2
3
4
7

pmmo-1.20.1-1.4.24

by Caltinor on Jul 21, 2024
Download

Changelog

[1.20.1-1.4.24] - 2024-07-21

Bugfixes / Tweaks

  • Fixes crash from death related to attributes.

pmmo-1.20.1-1.4.23

by Caltinor on Jul 19, 2024
Download

Changelog

[1.20.1-1.4.23] - 2024-07-19

Minor Version Changes

  • Mob Modifiers now have two sections global_mob_modifiers and mob_modifiers which allow for specifying the operation the scaling should apply
{
  "global_mob_modifiers": [
    {
      "attribute": "minecraft:luck",
      "amount": 1.5,
      "operation": "ADDITION"
    }
  ],
  "mob_modifiers": {
    "minecraft:zombie": [
      {
        "attribute": "minecraft:generic.max_health",
        "amount": 2.0,
        "operation": "MULTIPLY_BASE"
      },
      {
        "attribute": "minecraft:generic.attack_damage",
        "amount": 0.005,
        "operation": "MULTIPLY_TOTAL"
      }
    ]
  }
}

Bugfixes / Tweaks

  • Added built-in support for iron spellbooks damage boost perks

pmmo--2.3.9

by Caltinor on Jul 4, 2024
Download

Changelog

[1.21.0-2.3.9] - 2024-07-04

HOTFIX

  • Fixed crash from gametest

[1.21.0-2.3.8] - 2024-07-04

Bugfixes/Tweaks

  • Updated minimum NeoForge version to 21.0.40-beta
  • Fixed typo in Gain Blacklist config comment
  • Added commands to wiki
  • Added optional parameter to admin clear to remove only one skill from the user(s)
  • Updated wiki to reflect server config toml => json changes
  • Fixed world-sensitive blocks crashing from AutoValues
  • Fixed crash from fishing where there is no loot
  • Fixed skill filter in glossary not working on perks
  • Added hyperlinks to the help command for the wiki and discord
  • Fixed level-up unlocks not displaying the new level and showing reqs that were disabled.

Default Pack Changes

  • Easy: Added tool salvage

pmmo--2.3.8

by Caltinor on Jul 4, 2024
Download

Changelog

[1.21.0-2.3.8] - 2024-07-04

Bugfixes/Tweaks

  • Updated minimum NeoForge version to 21.0.40-beta
  • Fixed typo in Gain Blacklist config comment
  • Added commands to wiki
  • Added optional parameter to admin clear to remove only one skill from the user(s)
  • Updated wiki to reflect server config toml => json changes
  • Fixed world-sensitive blocks crashing from AutoValues
  • Fixed crash from fishing where there is no loot
  • Fixed skill filter in glossary not working on perks
  • Added hyperlinks to the help command for the wiki and discord
  • Fixed level-up unlocks not displaying the new level and showing reqs that were disabled.

Default Pack Changes

  • Easy: Added tool salvage

pmmo-1.20.1-1.3.23

by Caltinor on Jul 4, 2024
Download

Changelog

[1.20.1-1.3.23] - 2024-07-04

Bugfixes / Tweaks

  • Updated wiki to explain why there are no crafting reqs
  • Fixed typo in Gain Blacklist config comment
  • Added commands to the wiki to explain their uses
  • Added hyperlinks to the wiki and discord in the help command
  • Fixed crash from fishing when there was no drops
  • Fixed issue with Dynamic Trees and Snow Better Magic where AutoValues would cause a crash
  • Added optional skill argument to admin clear command to remove only one skill
  • Fixed skill filter not working on perks in the glossary
  • Fixed level-up unlocks not showing your level and showing req unlocks even when disabled.

pmmo-1.19.2-3.3.15

by Caltinor on Jul 4, 2024
Download

Changelog

[1.19.2-3.3.15] - 2024-07-04

Bugfixes / Tweaks

  • Fixed typo in gain blacklist config comment
  • Added hyperlinks to help command for wiki an discord
  • Fixed crashes from world-sensitive blocks and AutoValues.

pmmo-1.18.2-6.2.10

by Caltinor on Jul 4, 2024
Download

Changelog

[1.18.2-6.2.10] - 2024-07-04

Bugfixes / Tweaks

  • Fixed typo in Gain blacklist config comment
  • Added hyperlinks in help command to the wiki and discord

pmmo--2.3.7

by Caltinor on Jun 16, 2024
Download

Changelog

[1.21.0-2.3.7] - 2024-06-16

Bugfixes/Tweaks

  • fixes crash from NF 21.0.10 with IExtensibleEnum no class found error
  • fixes crash from glossary for tool type checks

pmmo--2.3.5

by Caltinor on Jun 15, 2024
Download

Changelog

[1.21.0-2.3.5] - 2024-06-15

Bugfixes/Tweaks

  • HOTFIX: fixes crash from smithing table

pmmo-1.21-2.3.4

by Caltinor on Jun 13, 2024
Download

Changelog

[1.21.0-2.3.4] - 2024-06-13

Preface

A lot has changed with Project MMO since 1.20.1. This changelog serves as both a list of changes and a primer for updating to the new version.

One major detail is the dropped support for Forge. Project MMO will now only be releasing on NeoForge going forward. NeoForge as a platform has better adapted to the community's needs and has shown greater agility in making relevant changes to the codebase that will keep modding fun and easy to work with into the future. Additionally, NeoForge exists because of the toxicity of LexManos who runs Forge and this is my part in rejecting his toxicity. My apologies for any inconvenience caused by other mods that have not yet made the switch to NeoForge and the impact that has on your modpacks.

Major Changes

  • Block Placed History and Vein Data moved to Data Attachments
  • XP formulas have been revamped

Minor Changes

  • Default Data moved to optional Feature Packs
  • Server Configs now live in /data/pmmo/config/ and can be generated via the genData command

Bugfixes / Tweaks

  • Added TOOL_BREAKING event which fires when an item with durability breaks.
  • Added new feature packs for Easy, Default, and Hardcore.
  • Added damage type awareness for anticheese configurations
  • Fixed damage sources not having damage type configuration options

Full Technical Breakdown of Changes

pmmo-1.18.2-6.2.9

by Caltinor on Jun 10, 2024
Download

Changelog

[1.18.2-6.2.9] - 2024-06-10

Bugfixes / Tweaks

  • Fixed vein data not allowing removal as an override. setting vein values to zero now properly removes the vein from the tooltip and overrides existing values when the override property is true.

pmmo-1.20.1-1.3.22

by Caltinor on May 24, 2024
Download

Changelog

[1.20.1-1.3.22] - 2024-05-24

Bugfixes / Tweaks

  • Fixed 5+ players breaking vein/perks on servers
  • Fixed tags in damage boost perks crashing the glossary
  • Fixed pmmo:damage_boost perks not stacking with each other
  • Added ability to use an empty list in applies_to for universal damage boosts
  • Added optional chance_message property to all perks which notifies users when a perk activates on chance
  • Updated levelup unlocks to cache on first attempt to eliminate level-up lag

pmmo-1.19.2-3.3.13

by Caltinor on May 22, 2024
Download

Changelog

[1.19.2-3.3.13] - 2024-05-22

Bugfixes / Tweaks

  • Updated Tetra default values
  • Updated xp logging to use one line instead of four
  • Fixed 5+ players breaking features on servers

pmmo-1.18.2-6.2.8

by Caltinor on May 22, 2024
Download

Changelog

[1.18.2-6.2.8] - 2024-05-22

Bugfixes / Tweaks

  • Fixed 5+ players breaking features on servers
  • Fixed command perks not respecting skills

pmmo-1.18.2-6.2.7

by Caltinor on May 18, 2024
Download

Changelog

[1.18.2-6.2.7] - 2024-05-18

Bugfixes / Tweaks

  • Updated Tetra item default data
  • Updated xp logging to use one line instead of 4
  • Fixed perk spam on respawn
  • Fixed AutoValue xp awards inconsistent on first vs subsequent awards

pmmo-1.20.1-1.3.21

by Caltinor on Apr 9, 2024
Download

Changelog

[1.20.1-1.3.21] - 2024-03-06

Minor Changes

  • Fixed sprint XP not factoring in speed properly. May break configurations.

Bugfixes / Tweaks

  • Fixed glossary not showing items
  • Fixed block events not showing in item tooltips
  • Fixed crash when player attributes are copied on respawn by another mod.
  • Fixed using enchanted books on items in an anvil giving anvil XP not enchant XP.
  • Fixed vein charging when item wear reqs are not met.
  • Added the ability to use skill groups as members of skill groups for nested grouping
  • Added base to all level scaling perks
  • Updated XP logging to use one line instead of three
  • Updated dimension config wiki to note isTagFor does not work.
    • removed tag from genData
  • Updated anti-cheese wiki to show that damage types from non-entity sources cannot be affected
  • Updated skills wiki to give a better method for obtaining color integer values
  • Updated vein to gain charge and capacity from Curios

pmmo-1.20.1-1.2.20

by Caltinor on Mar 4, 2024
Download

Changelog

[1.20.1-1.3.20] - 2024-03-04

Bugfixes / Tweaks

  • Fixed APIUtils#addXp not parsing skillgroups into component skills

pmmo-1.20.1-1.2.19

by Caltinor on Mar 2, 2024
Download

Changelog

[1.20.1-1.3.19] - 2024-03-02

Bugfixes / Tweaks

  • Fixed treasure config toggle disabling conditions instead of loot
  • Fixed Tetra configs using REPLACE instead of HIGHER.
  • Added per_level option to treasure and rare drop configurations

pmmo-1.20.1-1.2.18

by Caltinor on Feb 24, 2024
Download

Changelog

[1.20.1-1.3.18] - 2024-02-24

Minor Version Changes

  • Fixed The first entry in an enchantment configuration now refers to level 1 enchants

Bugfixes / Tweaks

  • Fixed enchant reqs not being enforced.
  • Added tolerance_flat and strict_tolerance properties to AFK Anti-Cheese
  • Fixed both hands salvaging on a single click
  • Fixed salvage blocks gui activation during salvage
  • Fixed mob scaling not applying to mobs not in the pmmo:mobs tag

pmmo-1.20.1-1.2.17

by Caltinor on Feb 1, 2024
Download

Changelog

[1.20.1-1.2.17] - 2024-02-01

Bugfixes / Tweaks

  • Added unlock messages when leveling up
1
2
3
4
7

Modrinth is open source.

sidebar-refinement@948af2b

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.