⛏️ Mystic Ore Restriction (AuraSkills Addons) ⛏️ icon

⛏️ Mystic Ore Restriction (AuraSkills Addons) ⛏️ -----

✔ AuraSkills but stricter on ore ✔




There's a lot of change on this version. Event are not the same than before and is much more smooth. The plugin is now updated to AURASKILLS instead of aurelium.

Also the name has change and now named as MysticOreRestriction

A premium Version Is coming soon.
----------, Aug 29, 2024

[ + ] New Config : settings.yml
[ + ] added copper detection

in settings.yml, you can select what block you don't want or want to be limited by the plugin

settings.yml:
Code (YAML):
copperItems :
 - COPPER_INGOT
  - RAW_COPPER
copperBlocks
:
 - COPPER_BLOCK
  - CUT_COPPER
  - EXPOSED_COPPER
  - WEATHERED_COPPER
  - OXIDIZED_COPPER
  - CUT_COPPER_SLAB
  - EXPOSED_CUT_COPPER
  - WEATHERED_CUT_COPPER
  - OXIDIZED_CUT_COPPER
  - CUT_COPPER_STAIRS
  - EXPOSED_CUT_COPPER_STAIRS
  - WEATHERED_CUT_COPPER_STAIRS
  - OXIDIZED_CUT_COPPER_STAIRS
  - WAXED_COPPER_BLOCK
  - WAXED_CUT_COPPER
  - COPPER_ORE
  - DEEPSLATE_COPPER_ORE
  - WAXED_EXPOSED_COPPER
  - WAXED_WEATHERED_COPPER
  - WAXED_OXIDIZED_COPPER
  - WAXED_CUT_COPPER_SLAB
  - WAXED_EXPOSED_CUT_COPPER
  - WAXED_WEATHERED_CUT_COPPER
  - WAXED_OXIDIZED_CUT_COPPER
  - WAXED_CUT_COPPER_STAIRS
  - WAXED_EXPOSED_CUT_COPPER_STAIRS
  - WAXED_WEATHERED_CUT_COPPER_STAIRS
  - WAXED_OXIDIZED_CUT_COPPER_STAIRS
redstoneItems
:
 - REDSTONE
redstoneBlocks
:
 - REDSTONE_ORE
  - REDSTONE_BLOCK
  - DEEPSLATE_REDSTONE_ORE
  - REDSTONE_WIRE
emeraldItems
:
 - EMERALD
emeraldBlocks
:
 - EMERALD_ORE
  - EMERALD_BLOCK
  - DEEPSLATE_EMERALD_ORE
quartzItems
:
 - QUARTZ
quartzBlocks
:
 - NETHER_QUARTZ_ORE
lapisItems
:
 - LAPIS_LAZULI
lapisBlocks
:
 - LAPIS_ORE
  - DEEPSLATE_LAPIS_ORE
  - LAPIS_BLOCK
coalItems
:
 - COAL
  - CHARCOAL
coalBlocks
:
 - COAL_ORE
  - DEEPSLATE_COAL_ORE
  - COAL_BLOCK
goldItems
:
 - GOLD_NUGGET
  - GOLD_INGOT
  - RAW_GOLD
  - GOLDEN_PICKAXE
  - GOLDEN_AXE
  - GOLDEN_SHOVEL
  - GOLDEN_SWORD
  - GOLDEN_HELMET
  - GOLDEN_CHESTPLATE
  - GOLDEN_LEGGINGS
  - GOLDEN_BOOTS
  - GOLDEN_HOE
goldBlocks
:
 - RAW_GOLD_BLOCK
  - NETHER_GOLD_ORE
  - GOLD_ORE
  - DEEPSLATE_GOLD_ORE
  - GOLD_BLOCK
ironItems
:
 - IRON_INGOT
  - RAW_IRON
  - IRON_PICKAXE
  - IRON_AXE
  - IRON_SHOVEL
  - IRON_SWORD
  - IRON_HELMET
  - IRON_CHESTPLATE
  - IRON_LEGGINGS
  - IRON_BOOTS
  - IRON_HOE
ironBlocks
:
 - RAW_IRON_BLOCK
  - IRON_ORE
  - DEEPSLATE_IRON_ORE
  - IRON_BLOCK
diamondItems
:
 - DIAMOND
  - DIAMOND_PICKAXE
  - DIAMOND_AXE
  - DIAMOND_SHOVEL
  - DIAMOND_SWORD
  - DIAMOND_HELMET
  - DIAMOND_CHESTPLATE
  - DIAMOND_LEGGINGS
  - DIAMOND_BOOTS
  - DIAMOND_HOE
diamondBlocks
:
 - DIAMOND_ORE
  - DEEPSLATE_DIAMOND_ORE
  - DIAMOND_BLOCK
netheriteItems
:
 - NETHERITE_SCRAP
  - NETHERITE_INGOT
  - NETHERITE_PICKAXE
  - NETHERITE_AXE
  - NETHERITE_SHOVEL
  - NETHERITE_SWORD
  - NETHERITE_HELMET
  - NETHERITE_CHESTPLATE
  - NETHERITE_LEGGINGS
  - NETHERITE_BOOTS
  - NETHERITE_HOE
netheriteBlocks
:
 - ANCIENT_DEBRIS
  - NETHERITE_BLOCK
----------, Jul 5, 2023

[ + ] Added redstone check
[ + ] Update config for redstone
[ + ] Fix update checker
[ + ] Fix quartz wasn't working well


Report any error on the discord :)
----------, Jun 26, 2023

[ + ] Fixed a error when starting the plugin
[ + ] Emerald added





Code (YAML):

  #Emerald
  onBlockBreakEmerald
: true

  onPlayerInteractEmeraldItems
: true

  onPlayerPickupEmeraldItem
: true
----------, Jun 23, 2023

[ + ] Optimized code
[ + ] Quartz
[ + ] Lapis
[ + ] Coal
[ + ] iron
[ + ] gold
[ + ] Optimized Config.yml

Code (YAML):
#_____  ______  _____ _______ _____  _____ _____ _______ _____ ____  _   _
#|  __ \|  ____|/ ____|__   __|  __ \|_   _/ ____|__   __|_   _/ __ \| \ | |
#| |__) | |__  | (___    | |  | |__) | | || |       | |    | || |  | |  \| |
#|  _  /|  __|  \___ \   | |  |  _  /  | || |       | |    | || |  | | . ` |
#| | \ \| |____ ____) |  | |  | | \ \ _| || |____   | |   _| || |__| | |\  |
#|_|  \_\______|_____/   |_|  |_|  \_\_____\_____|  |_|  |_____\____/|_| \_|
#AURELIUM EDITION

#level required
diamond-level
: 60
netherite-level
: 120
iron-Level
: 20
gold-Level
: 15
coal-Level
: 5
lapis-Level
: 30
quartz-level
: 10

events
:

  #Netherite
  onPlayerInteractNetheriteItems
: true

  onBlockBreakNetherite
: true

  onPlayerPickupItemNetherite
: true





  #diamond
  onBlockBreak
: true

  onPlayerPickupItem
: true

  onPlayerInteractItems
: true





  #iron
  onBlockBreakIron
: true

  onPlayerInteractIronItems
: true

  onPlayerPickupIronItem
: true





  #Gold
  onBlockBreakGold
: true

  onPlayerInteractGoldItems
: true

  onPlayerPickupGoldItem
: true





  #Coal
  onBlockBreakCoal
: true

  onPlayerInteractCoalItems
: true

  onPlayerPickupCoalItem
: true





  #Lapis
  onBlockBreakLapis
: true

  onPlayerInteractLapisItems
: true

  onPlayerPickupLapisItem
: true





  #Quartz
  onBlockBreakQuartz
: true

  onPlayerInteractQuartzItems
: true

  onPlayerPickupQuartzItem
: true






#Diamond to netherite
  onSmithingTable
: true
----------, Jun 23, 2023

[ + ] Fix a fatal error when starting the plugin
[ + ] added a update checker
----------, Jun 20, 2023

Now the plugin include a language file.




Code (YAML):
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
messages
:
  level_required
: "You need to be level {level} in mining to have this item!"
  block_mine
: "You need to be level {level} in mining to mine this ore!"
  pickup_item
: "You need to be level {level} in mining to pickup this item!"
----------, Jun 19, 2023

The config now include more option to disable or enable :


Code (YAML):
#_____  ______  _____ _______ _____  _____ _____ _______ _____ ____  _   _
#|  __ \|  ____|/ ____|__   __|  __ \|_   _/ ____|__   __|_   _/ __ \| \ | |
#| |__) | |__  | (___    | |  | |__) | | || |       | |    | || |  | |  \| |
#|  _  /|  __|  \___ \   | |  |  _  /  | || |       | |    | || |  | | . ` |
#| | \ \| |____ ____) |  | |  | | \ \ _| || |____   | |   _| || |__| | |\  |
#|_|  \_\______|_____/   |_|  |_|  \_\_____\_____|  |_|  |_____\____/|_| \_|
#AURELIUM EDITION

diamond-level
: 60
netherite-level
: 120

events
:
  onPlayerInteractItems
: true
  onPlayerInteractNetheriteItems
: true
  onBlockBreakNetherite
: true
  onBlockBreak
: true
  onPlayerPickupItem
: true
  onPlayerPickupItemNetherite
: true
  onSmithingTable
: true
----------, Jun 14, 2023

Fixed a error when starting the plugin
----------, Jun 14, 2023

Fixed a error when using /arhreload
and permision wasn't working correctly
----------, Jun 14, 2023

Resource Information
Author:
----------
Total Downloads: 363
First Release: Jun 14, 2023
Last Update: Aug 29, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings