Frog's Leveling

Adds an RPG-style skill system where you must level up to wield tools. Progression is key—unlock abilities, master skills, and survive a more challenging world.

🐸 Frogs Leveling Mod

Welcome to Frogs Leveling Mod!

This mod adds 4 custom skills to the game:

  • 🧑‍🌾 Farming

  • 🛠️ Foraging

  • ⚔️ Combat

  • ⛏️ Mining

With these skills comes a leveling system:
You must level up a skill to use certain items.
All items and methods for gaining XP can be customized in the config files.


🔧 Configuration Examples

You can modify XP values and item requirements in the following JSON config files:

📦 frog_block_xp.json

json
{
  "block": "minecraft:deepslate_iron_ore",  // Minecraft block ID
  "skill": "Mining",                        // Skill
  "level": 1,                               // Leave at 1 for functionality
  "xpAmount": 5                             // XP given for the Mining skill
}

🌾 frog_crop_xp.json

json
{
  "farmingXp": 5  // XP for harvesting fully grown crops
}

🧰 frog_item_requirements.json

json
{
  "item": "minecraft:iron_pickaxe",  // Item ID
  "skill": "Mining",                 // Required skill
  "level": 5                         // Required skill level
}

👹 frog_mob_kill_xp.json

json
{
  "mob": "minecraft:zombie",  // Mob ID (hostile or passive)
  "skill": "Combat",          // Skill to be leveled
  "level": 1,                 // Leave at 1 for functionality
  "xpAmount": 10              // XP awarded to player
}

🧾 Commands

Use these in-game commands to manage your skills:

  • /showSkills — Show all skills, levels, and XP

  • /resetSkills — Resets skills per player

  • /levelinfo — Displays XP needed for levels 1 through 10
    (Note: XP always starts at 0 at the beginning of a new level)

The Frog's Leveling Team

profile avatar
  • 1
    Projects
  • 287
    Downloads