Haven RPG icon

Haven RPG -----

A lightweight RPG system to limit tools and weapons as well as unlock Unique Perks.



[​IMG]
HavenRPG is an RPG based plugin to limit tools, armor and weapons to levels which you need to level up doing various things, as you level up you will unlock perks and the locked items.

This is my very first plugin and i'm new to Java coding, however i do have a decade experience with C#, after having a few servers running for a couple of years i wanted to make my own plugin and here we are.

The plugin is work in progress but you can see FAQ & Known Issues.
If something does break or cause issues, please tell me, i'll happily try to fix it!

The general idea of this plugin:
  • RPG element to level up tools in specific skills/professions and unlock abilities/perks as you level up.
Features:
  • Leveling system to Lock certain tools from being used until X level is reached in each profession.
  • Perks for specific professions.
  • Versatile and easy to use Config system.
  • much more to come..
Wanna test it?
Join my community server to test (1.17.1 Java)
IP: HavenMC.modded.fun

For support: discord.gg/u6SpUpfMzy
- Category called Haven Minecraft Plugin is where everything related to the plugin is posted, this is also where you can get support and post suggestions/issues.
- If for some reason you don't have Discord, use the discussion page.

FAQ:
  • Source Code might be available when i feel comfortable with my code.
  • A full roadmap can be seen in my Discord (see support)
  • Gold Pickaxe drops items from Coal, Copper, Lapis, Iron, Gold and Redstone ore's (including deepslate)
  • Stone Pickaxe drops items from Copper, Lapis and Gold ore's (including deepslate)
  • Want more features? Suggest them!

Known Issues:
  • Shield is not working at the moment with the equip restriction.

/stats
  • Shows the RPG Menu
  • Permission: havenrpg.stats
  • Alias: /profile /levels
/statsbook
  • Gives the player a stats book they can use to open the RPG GUI Menu.
  • Permission: havenrpg.statsbook
  • Alias: /profilebook
/hreload
  • Reloads the Configs (not the playerprofiles)
  • Permission: havenrpg.reload
Editing Professions:
  • havenrpg.mining.admin
  • havenrpg.excavation.admin
  • havenrpg.farming.admin
  • havenrpg.fighter.admin
  • havenrpg.lumberjack.admin
  • havenrpg.fishing.admin

[Lumberjack]
  • Treefeller:
    • Chops the entire tree and sets durability according to how many logs taken down. (stops 1 durability before item break)
[Mining]
  • Vein Miner:
    • Mines the entire vein and sets durability according to how many logs taken down. (stops 1 durability before item break)
[Fishing]
  • Random Drops:
    • Gives random drops set in the FishingConfig.yml with a chance.
[Excavation]
  • Random Drops:
    • Gives random drops set in the ExcavationConfig.yml with a chance.
[Fighter]
  • Random Drops:
    • Gives random drops set in the FighterConfig.yml with a chance.
More Perks are being worked on, if you have any you want in this plugin, suggest it! <3


All items are written without "_" and they can be upper or lower case letters.
Example: if you want DIAMOND_SHOVEL just write diamondshovel.

Left = Config names
Right = Bukkit/Minecraft names

arrowdamage arrowdmg = ARROW_DAMAGE
flame flamearrow = ARROW_FIRE
infinity = ARROW_INFINITE
arrowknockback = ARROW_KNOCKBACK
curse cursebinding = BINDING_CURSE
channeling = CHANNELING
damageall dmgall = DAMAGE_ALL
undeaddamage undeaddmg smite = DAMAGE_UNDEAD
depthstrider strider watermovement = DEPTH_STRIDER
digspeed efficiency = DIG_SPEED
dura durability unbreaking = DURABILITY
fire fireaspect = FIRE_ASPECT
frostwalker waterwalker = FROST_WALKER
impaling = IMPALING
fortune = LOOT_BONUS_BLOCKS
mobslootbonus mobsloot looting loot = LOOT_BONUS_MOBS
loyalty = LOYALTY
luck = LUCK
lure = LURE
mending = MENDING
multishot = MULTISHOT
respiration oxygen = OXYGEN
piercing = PIERCING
protection prot = PROTECTION_ENVIRONMENTAL
blastprotection blastprot explosionprotection explosionprot = PROTECTION_EXPLOSIONS
fallprot featherfall featherfalling fallprotection = PROTECTION_FALL
fireprotection fireprot = PROTECTION_FIRE
quickcharge charge = QUICK_CHARGE
riptide = RIPTIDE
silktouch = SILK_TOUCH
soulspeed = SOULSPEED
sweepingedge sweepedge sweep = SWEEPING_EDGE
thorns = THORNS
vanishingcurse vanish = VANISHING_CURSE
waterworker aquaaffinity = WATER_WORKER

Default Configs
Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#                   HavenRPG - Global                       #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Debug - Enable verbose logging in chat and console.
debug
: false
# Plugin prefix for messages (messages count on the prefix to have a space at end)
Prefix
: "&6[&dHavenRPG&6] "
# Enable needing the latest unlocked tool to gain exp
RestrictExpGain
: true
 

Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # #
# What level to unlock tools (0 is instant unlock)  #
# # # # # # # # # # # # # # # # # # # # # # # # # # #
ExcavationLevelUnlock
:
  STONE_SHOVEL
: 1
  GOLDEN_SHOVEL
: 5
  IRON_SHOVEL
: 6
  DIAMOND_SHOVEL
: 15
  NETHERITE_SHOVEL
: 25
# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
ExcavationPerks
:
  # Random Drops is when you break a block with shovel
  RandomDrops
:
    Enabled
: true
    # What level to unlock Random Drops (0 is instant unlock)
    UnlockLevel
: 5
    # Chance for the Random Drops to happen.
    Chance
: 5
    # Enable chat message when you get random drops
    SendMessage
: true
    # Item Name > Amount > Chance > EnchantName > Level > EnchantName > Level name;item_name > lore;&2line_1/n&dline_2 > seperate lore lines with /n
    Items
:
     - glowstonedust 1 15
     - gunpowder 1 15
     - ironingot 1 1
     - coal 1 2
     - flint 1 10
     - diamond 1 0.1
     - apple 1 5
     - bone 1 15
     - bonemeal 2 15
     - rottenflesh 1 15
# # # # # # # # # # # # # # # # # # # # # # # # #
# Experience per block destroyed (0 to disable) #
# # # # # # # # # # # # # # # # # # # # # # # # #
ExcavationBlockExp
:
  CLAY
: 0.5
  FARMLAND
: 0.5
  GRASS_BLOCK
: 0.1
  DIRT_PATH
: 0.1
  GRAVEL
: 0.15
  MYCELIUM
: 0.25
  PODZOL
: 0.1
  COARSE_DIRT
: 0.1
  DIRT
: 0.1
  RED_SAND
: 0.1
  SAND
: 0.1
  SOUL_SAND
: 0.1
  SOUL_SOIL
: 0.1
  WHITE_CONCRETE_POWDER
: 0.1
  ORANGE_CONCRETE_POWDER
: 0.1
  MAGENTA_CONCRETE_POWDER
: 0.1
  LIGHT_BLUE_CONCRETE_POWDER
: 0.1
  YELLOW_CONCRETE_POWDER
: 0.1
  LIME_CONCRETE_POWDER
: 0.1
  PINK_CONCRETE_POWDER
: 0.1
  GRAY_CONCRETE_POWDER
: 0.1
  LIGHT_GRAY_CONCRETE_POWDER
: 0.1
  CYAN_CONCRETE_POWDER
: 0.1
  PURPLE_CONCRETE_POWDER
: 0.1
  BLUE_CONCRETE_POWDER
: 0.1
  BROWN_CONCRETE_POWDER
: 0.1
  GREEN_CONCRETE_POWDER
: 0.1
  RED_CONCRETE_POWDER
: 0.1
  BLACK_CONCRETE_POWDER
: 0.1
  SNOW_BLOCK
: 0.1
  SNOW
: 0.1
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Settings for the leveling system - You can remove or add more levels as you see fit.  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
ExcavationLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # #
# What level to unlock tools (0 is instant unlock)  #
# # # # # # # # # # # # # # # # # # # # # # # # # # #
FarmingLevelUnlock
:
  STONE_HOE
: 1
  GOLDEN_HOE
: 5
  IRON_HOE
: 6
  DIAMOND_HOE
: 15
  NETHERITE_HOE
: 25
# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
FarmingPerks
:
# # # # # # # # # # # # # # # # # # # # # # # # #
# Experience per block destroyed (0 to disable) #
# # # # # # # # # # # # # # # # # # # # # # # # #
FarmingBlockExp
:
  WHEAT
: 0.05
  NETHER_WART
: 0.1
  CARROTS
: 0.05
  BEETROOT
: 0.05
  POTATOES
: 0.05
  BROWN_MUSHROOM
: 0.2
  RED_MUSHROOM
: 0.2
  CHORUS_FRUIT
: 0.1
  SUGAR_CANE
: 0.1
  PUMPKIN
: 0.1
  MELON
: 0.1
  CACTUS
: 0.1
  HAY_BLOCK
: 0.3
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Settings for the leveling system - You can remove or add more levels as you see fit.  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
FarmingLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# What level to unlock tools and armor (0 is instant unlock)  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
FighterLevelUnlock
:
  LEATHER_HELMET
: 2
  LEATHER_CHESTPLATE
: 2
  LEATHER_LEGGINGS
: 2
  LEATHER_BOOTS
: 2
  STONE_SWORD
: 2
  STONE_AXE
: 2
  GOLDEN_HELMET
: 5
  GOLDEN_CHESTPLATE
: 5
  GOLDEN_LEGGINGS
: 5
  GOLDEN_BOOTS
: 5
  GOLDEN_SWORD
: 5
  GOLDEN_AXE
: 5
  IRON_HELMET
: 6
  IRON_CHESTPLATE
: 6
  IRON_LEGGINGS
: 6
  IRON_BOOTS
: 6
  IRON_SWORD
: 6
  IRON_AXE
: 6
  SHIELD
: 0
  DIAMOND_HELMET
: 15
  DIAMOND_CHESTPLATE
: 15
  DIAMOND_LEGGINGS
: 15
  DIAMOND_BOOTS
: 15
  DIAMOND_SWORD
: 15
  DIAMOND_AXE
: 15
  NETHERITE_HELMET
: 25
  NETHERITE_CHESTPLATE
: 25
  NETHERITE_LEGGINGS
: 25
  NETHERITE_BOOTS
: 25
  NETHERITE_SWORD
: 25
  NETHERITE_AXE
: 25
# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
FighterPerks
:
  # Random Drops is when you kill a mob
  RandomDrops
:
    Enabled
: true
    # What level to unlock Random Drops (0 is instant unlock)
    UnlockLevel
: 4
    # Chance for the Random Drops to happen.
    Chance
: 5
    # Enable chat message when you get random drops
    SendMessage
: true
    # Item Name > Amount > Chance > EnchantName > Level > EnchantName > Level name;item_name > lore;&2line_1/n&dline_2 > seperate lore lines with /n
    Items
:
     - glowstonedust 1 15
     - gunpowder 1 15
     - ironingot 1 1
     - coal 1 2
     - flint 1 10
     - diamond 1 0.1
     - apple 1 5
     - bone 1 15
     - bonemeal 2 15
     - rottenflesh 1 15
# # # # # # # # # # # # # # # # # # #
# Experience per hit (0 to disable) #
# # # # # # # # # # # # # # # # # # #
FighterHitExp
:
  BLAZE
: 0.1
  CREEPER
: 0.1
  DROWNED
: 0.1
  ELDER_GUARDIAN
: 0.1
  ENDER_DRAGON
: 0.1
  ENDERMITE
: 0.1
  EVOKER
: 0.1
  GHAST
: 0.1
  HOGLIN
: 0.1
  HUSK
: 0.1
  ILLUSIONER
: 0.1
  MAGMA_CUBE
: 0.1
  PHANTOM
: 0.1
  PIGLIN
: 0.1
  PIGLIN_BRUTE
: 0.1
  PILLAGER
: 0.1
  RAVAGER
: 0.1
  SHULKER
: 0.1
  SILVERFISH
: 0.1
  SKELETON
: 0.1
  SLIME
: 0.1
  STRAY
: 0.1
  VEX
: 0.1
  VINDICATOR
: 0.1
  WITCH
: 0.1
  WITHER
: 0.1
  WITHER_SKELETON
: 0.1
  ZOGLIN
: 0.1
  ZOMBIE
: 0.1
  ZOMBIE_VILLAGER
: 0.1
  ZOMBIFIED_PIGLIN
: 0.1
  GIANT
: 0.1
  AXOLOTL
: 0.1
  BAT
: 0.1
  CAT
: 0.1
  CHICKEN
: 0.1
  COD
: 0.1
  COW
: 0.1
  DONKEY
: 0.1
  FOX
: 0.1
  GLOW_SQUID
: 0.1
  HORSE
: 0.1
  MUSHROOM_COW
: 0.1
  MULE
: 0.1
  OCELOT
: 0.1
  PANDA
: 0.1
  PARROT
: 0.1
  PIG
: 0.1
  RABBIT
: 0.1
  SALMON
: 0.1
  SHEEP
: 0.1
  SKELETON_HORSE
: 0.1
  SNOWMAN
: 0.1
  SQUID
: 0.1
  STRIDER
: 0.1
  TROPICAL_FISH
: 0.1
  TURTLE
: 0.1
  ZOMBIE_HORSE
: 0.1
  SPIDER
: 0.1
  CAVE_SPIDER
: 0.1
  ENDERMAN
: 0.1
# # # # # # # # # # # # # # # # # # #
# Experience per kill (0 to disable) #
# # # # # # # # # # # # # # # # # # #
FighterKillExp
:
  BLAZE
: 1
  CREEPER
: 1
  DROWNED
: 1
  ELDER_GUARDIAN
: 5
  ENDER_DRAGON
: 25
  ENDERMITE
: 1
  EVOKER
: 1
  GHAST
: 2
  HOGLIN
: 1
  HUSK
: 1
  ILLUSIONER
: 1
  MAGMA_CUBE
: 0.25
  PHANTOM
: 0.5
  PIGLIN
: 1
  PIGLIN_BRUTE
: 2
  PILLAGER
: 1
  RAVAGER
: 4
  SHULKER
: 1
  SILVERFISH
: 0.1
  SKELETON
: 1
  SLIME
: 0.25
  STRAY
: 1
  VEX
: 1
  VINDICATOR
: 1
  WITCH
: 1
  WITHER
: 20
  WITHER_SKELETON
: 2
  ZOGLIN
: 1
  ZOMBIE
: 1
  ZOMBIE_VILLAGER
: 1
  ZOMBIFIED_PIGLIN
: 1
  GIANT
: 5
  AXOLOTL
: 1
  BAT
: 0.5
  CAT
: 1
  CHICKEN
: 1
  COD
: 1
  COW
: 1
  DONKEY
: 1
  FOX
: 1
  GLOW_SQUID
: 1
  HORSE
: 1
  MUSHROOM_COW
: 1
  MULE
: 1
  OCELOT
: 1
  PANDA
: 1
  PARROT
: 1
  PIG
: 1
  RABBIT
: 1
  SALMON
: 1
  SHEEP
: 1
  SKELETON_HORSE
: 1
  SNOWMAN
: 1
  SQUID
: 1
  STRIDER
: 1
  TROPICAL_FISH
: 1
  TURTLE
: 1
  ZOMBIE_HORSE
: 1
  SPIDER
: 1
  CAVE_SPIDER
: 1
  ENDERMAN
: 1
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Settings for the leveling system - You can remove or add more levels as you see fit.  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
FighterLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

Code (YAML):

# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
FishingPerks
:
  # Random Drops is when you catch a fish
  RandomDrops
:
    Enabled
: true
    # What level to unlock Random Drops (0 is instant unlock)
    UnlockLevel
: 3
    # Chance for the Random Drops to happen.
    Chance
: 10
    # Enable chat message when you get random drops
    SendMessage
: true
    # Item Name > Amount > Chance > EnchantName > Level > EnchantName > Level name;item_name > lore;&2line_1/n&dline_2 > seperate lore lines with /n
    Items
:
     - glowstonedust 1 3
     - gunpowder 1 3
     - ironingot 1 1
     - coal 1 2
     - diamond 1 0.1
     - apple 1 5
     - rottenflesh 1 3
     - stoneshovel 1 0.5 dura 3 vanish 1 name;&2Lone_Dwarven_Diggy_Spade lore;&8A_shovel_to_dig_tons_of_treasures/n&4It_might_disappear./n/n&6 [&7Obtained_from_Fishing&6 ]
     - woodenshovel 1 0.5 dura 1 vanish 1
     - stonesword 1 0.5 vanish 1 lore;&4This_is_a_sharp_sword.
     - stoneaxe 1 0.5 vanish 1 name;&7Simple_Stone_Axe
FishingExp
:
  FishCaught
: 0.75
  FishBite
: 0.25
  FishFail
: 0.1
  # Settings for the leveling system - You can remove or add more levels as you see fit. (e.g you can have 1, 4, 7, 15, etc)
FishingLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # #
# What level to unlock tools (0 is instant unlock)  #
# # # # # # # # # # # # # # # # # # # # # # # # # # #
LumberjackLevelUnlock
:
  STONE_AXE
: 1
  GOLDEN_AXE
: 5
  IRON_AXE
: 6
  DIAMOND_AXE
: 15
  NETHERITE_AXE
: 25
# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
LumberjackPerks
:
  Treefeller
:
    Enabled
: true
    # What level to unlock Treefeller (0 is instant unlock)
    UnlockLevel
: 3
# # # # # # # # # # # # # # # # # # # # # # # # #
# Experience per block destroyed (0 to disable) #
# # # # # # # # # # # # # # # # # # # # # # # # #
LumberjackBlockExp
:
  OAK_LOG
: 0.15
  SPRUCE_LOG
: 0.15
  BIRCH_LOG
: 0.15
  JUNGLE_LOG
: 0.15
  ACACIA_LOG
: 0.15
  DARK_OAK_LOG
: 0.15
  STRIPPED_OAK_LOG
: 0.15
  STRIPPED_SPRUCE_LOG
: 0.15
  STRIPPED_BIRCH_LOG
: 0.15
  STRIPPED_JUNGLE_LOG
: 0.15
  STRIPPED_ACACIA_LOG
: 0.15
  STRIPPED_DARK_OAK_LOG
: 0.15
  CRIMSON_STEM
: 0.15
  WARPED_STEM
: 0.15
  OAK_WOOD
: 0.15
  SPRUCE_WOOD
: 0.15
  BIRCH_WOOD
: 0.15
  JUNGLE_WOOD
: 0.15
  ACACIA_WOOD
: 0.15
  DARK_OAK_WOOD
: 0.15
  STRIPPED_OAK_WOOD
: 0.15
  STRIPPED_SPRUCE_WOOD
: 0.15
  STRIPPED_BIRCH_WOOD
: 0.15
  STRIPPED_JUNGLE_WOOD
: 0.15
  STRIPPED_ACACIA_WOOD
: 0.15
  STRIPPED_DARK_OAK_WOOD
: 0.15
  STRIPPED_CRIMSON_STEM
: 0.15
  STRIPPED_WARPED_STEM
: 0.15
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Settings for the leveling system - You can remove or add more levels as you see fit.  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
LumberjackLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

Code (YAML):

# # # # # # # # # # # # # # # # # # # # # # # # # # #
# What level to unlock tools (0 is instant unlock)  #
# # # # # # # # # # # # # # # # # # # # # # # # # # #
MiningLevelUnlock
:
  STONE_PICKAXE
: 1
  GOLDEN_PICKAXE
: 5
  IRON_PICKAXE
: 6
  DIAMOND_PICKAXE
: 15
  NETHERITE_PICKAXE
: 25
# # # # # # # # # # # # # # # #
# Skill Level to Unlock Perks #
# # # # # # # # # # # # # # # #
MiningPerks
:
  VeinMiner
:
    Enabled
: true
    # What level to unlock VeinMiner (0 is instant unlock)
    UnlockLevel
: 3
# # # # # # # # # # # # # # # # # # # # # # # # #
# Experience per block destroyed (0 to disable) #
# # # # # # # # # # # # # # # # # # # # # # # # #
MiningBlockExp
:
  # Regular blocks
  ANDESITE
: 0.05
  BASALT
: 0.05
  SMOOTH_BASALT
: 0.05
  BLACKSTONE
: 0.05
  GILDED_BLACKSTONE
: 0.05
  CALCITE
: 0.05
  COBBLESTONE
: 0.05
  MOSSY_COBBLESTONE
: 0.2
  DEEPSLATE
: 0.05
  DIORITE
: 0.05
  DRIPSTONE_BLOCK
: 0.05
  END_STONE
: 0.01
  GLOWSTONE
: 0.1
  GRANITE
: 0.05
  INFESTED_BLOCK
: 0.05
  MAGMA_BLOCK
: 0.1
  NETHERRACK
: 0.01
  OBSIDIAN
: 0.25
  CRYING_OBSIDIAN
: 0.25
  POINTED_DRIPSTONE
: 0.05
  SANDSTONE
: 0.05
  STONE
: 0.05
  SPAWNER
: 4
  TERRACOTTA
: 0.05
  TUFF
: 0.05
  # Ore blocks
  AMETHYST_BUD
: 0.2
  AMETHYST_CLUSTER
: 0.1
  ANCIENT_DEBRIS
: 0.5
  BUDDING_AMETHYST
: 0.1
  COAL_ORE
: 0.15
  DEEPSLATE_COAL_ORE
: 0.15
  COPPER_ORE
: 0.2
  DEEPSLATE_COPPER_ORE
: 0.2
  DIAMOND_ORE
: 1
  DEEPSLATE_DIAMOND_ORE
: 0.75
  EMERALD_ORE
: 1
  DEEPSLATE_EMERALD_ORE
: 1
  GOLD_ORE
: 0.4
  DEEPSLATE_GOLD_ORE
: 0.4
  NETHER_GOLD_ORE
: 0.3
  IRON_ORE
: 0.25
  DEEPSLATE_IRON_ORE
: 0.25
  LAPIS_LAZULI_ORE
: 0.45
  DEEPSLATE_LAPIS_LAZULI_ORE
: 0.45
  NETHER_QUARTZ_ORE
: 0.2
  REDSTONE_ORE
: 0.2
  DEEPSLATE_REDSTONE_ORE
: 0.2
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Settings for the leveling system - You can remove or add more levels as you see fit.  #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
MiningLevels
:
  0
:
    xp
: 5
    item
: coal
    itemamount
: 0
  1
:
    xp
: 10
    item
: coal
    itemamount
: 0
  2
:
    xp
: 20
    item
: coal
    itemamount
: 0
  3
:
    xp
: 30
    item
: coal
    itemamount
: 0
  4
:
    xp
: 40
    item
: coal
    itemamount
: 0
  5
:
    xp
: 50
    item
: coal
    itemamount
: 0
  6
:
    xp
: 60
    item
: coal
    itemamount
: 0
  7
:
    xp
: 70
    item
: coal
    itemamount
: 0
  8
:
    xp
: 80
    item
: coal
    itemamount
: 0
  9
:
    xp
: 90
    item
: coal
    itemamount
: 0
  10
:
    xp
: 100
    item
: coal
    itemamount
: 0
  11
:
    xp
: 110
    item
: coal
    itemamount
: 0
  12
:
    xp
: 120
    item
: coal
    itemamount
: 0
  13
:
    xp
: 130
    item
: coal
    itemamount
: 0
  14
:
    xp
: 140
    item
: coal
    itemamount
: 0
  15
:
    xp
: 150
    item
: coal
    itemamount
: 0
  16
:
    xp
: 160
    item
: coal
    itemamount
: 0
  17
:
    xp
: 170
    item
: coal
    itemamount
: 0
  18
:
    xp
: 180
    item
: coal
    itemamount
: 0
  19
:
    xp
: 190
    item
: coal
    itemamount
: 0
  20
:
    xp
: 200
    item
: coal
    itemamount
: 0
  21
:
    xp
: 210
    item
: coal
    itemamount
: 0
  22
:
    xp
: 220
    item
: coal
    itemamount
: 0
  23
:
    xp
: 230
    item
: coal
    itemamount
: 0
  24
:
    xp
: 240
    item
: coal
    itemamount
: 0
  25
:
    xp
: 250
    item
: coal
    itemamount
: 0
  26
:
    xp
: 260
    item
: coal
    itemamount
: 0
  27
:
    xp
: 270
    item
: coal
    itemamount
: 0
  28
:
    xp
: 280
    item
: coal
    itemamount
: 0
  29
:
    xp
: 290
    item
: coal
    itemamount
: 0
  30
:
    xp
: 300
    item
: coal
    itemamount
: 0
 

bStats

[​IMG]
Resource Information
Author:
----------
Total Downloads: 332
First Release: Sep 27, 2021
Last Update: Oct 9, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings