nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

CustomMaces Made By Zati To Join Our Discord Server Click on This!

🪄 This plugin adds 4 custom maces with magic abilities!

Currently the plugin has: Head-Drop feature.

Block Mace-Crafting feature.

4 Custom Maces:

Wind Mace

Wind Mace

Detonate Mace

Detonate Mace

Ice Mace

Ice Mace

Void Mace

Void Mace

Almost everything is fully customizable!

Optain maces by crafting, or by /custommaces maces! (needs operator)

You can change the look of messages, gui's, and maces!

Every Mace can be crafted ONLY ONCE!

Balanced and ready for SMP's!

Simple use with Right-Click on the mace!

Commands:

/maces (shows a gui with all avaiable maces. On click shows the crafting recipe)
/custommaces (requires op permissions)
/custommaces maces (opens mace gui for admins to get the maces)
/custommaces reload (reloads the plugin)
/custommaces cooldown {nick} (removes the cooldown of the mace for the person)
/macetrust {nick} (makes the negative effects from the maces don't affect the person)
/maceuntrust {nick} (makes the negative effects from the maces affect the players.)

Config:

#  ______   __  __       ______   ______   ______  __
# /\  == \ /\ \_\ \     /\___  \ /\  __ \ /\__  _\/\ \
# \ \  __< \ \____ \    \/_/  /__\ \  __ \/_/\ \/\ \ \ \
#  \ \_____\\/\_____\     /\_____\\ \_\ \_\  \ \_\ \ \_\
#   \/_____/ \/_____/     \/_____/ \/_/\/_/   \/_/  \/_/
#
#  ______   ______   __   __   ______   __   ______
# /\  ___\ /\  __ \ /\ "-.\ \ /\  ___\ /\ \ /\  ___\
# \ \ \____\ \ \/\ \\ \ \-.  \\ \  __\ \ \ \\ \ \__ \
#  \ \_____\\ \_____\\ \_\\"\_\\ \_\    \ \_\\ \____\
#   \/_____/ \/_____/ \/_/ \/_/ \/_/     \/_/ \/_____/
#
# ---------------------------------------------------------

wind-mace:
  display-name: '&f&lWind Mace'
  lore:
  - ''
  - ' &8» &7Ability: &fAir Dash'
  - ' &8» &7Effect: &fNo Fall Damage'
  - ' &8» &7Cooldown: &f%cooldown%s'
  - ''
  - '&e&oClick to use power!'
  custom-model-data: 1
  cooldown: 15
  dash-intensity: 1.0
  enchants:
    wind_burst: 1
    density: 1
  recipe:
  - AAA
  - ABA
  - AAA
  ingredients:
    A: FEATHER
    B: MACE
  crafted: false

detonate-mace:
  display-name: '&c&lDetonate Mace'
  lore:
  - ''
  - ' &8» &7Ability: &fTargeted Explosion'
  - ' &8» &7Effect: &fExplosion on Hit'
  - ' &8» &7Cooldown: &f%cooldown%s'
  - ''
  - '&e&oClick to use power!'
  custom-model-data: 2
  cooldown: 30
  enchants:
    wind_burst: 1
    density: 1
  recipe:
  - AAA
  - ABA
  - AAA
  ingredients:
    A: TNT
    B: MACE
  crafted: false

ice-mace:
  display-name: '&b&lIce Mace'
  lore:
  - ''
  - ' &8» &7Ability: &fFreeze Target'
  - ' &8» &7Effect: &fSpeed III on Ice'
  - ' &8» &7Cooldown: &f%cooldown%s'
  - ''
  - '&e&oClick to use power!'
  custom-model-data: 3
  cooldown: 30
  enchants:
    wind_burst: 1
    density: 1
  recipe:
  - AAA
  - ABA
  - AAA
  ingredients:
    A: PACKED_ICE
    B: MACE
  crafted: false

void-mace:
  display-name: '&5&lVoid Mace'
  lore:
  - ''
  - ' &8» &7Ability: &fBlack Hole'
  - ' &8» &7Effect: &fSoul Ban on Kill'
  - ' &8» &7Cooldown: &f%cooldown%s'
  - ''
  - '&e&oClick to use power!'
  custom-model-data: 4
  cooldown: 60
  enchants:
    wind_burst: 3
    density: 5
  recipe:
  - AAA
  - ABA
  - AAA
  ingredients:
    A: OBSIDIAN
    B: DRAGON_EGG
  crafted: false

settings:
  craft-standard-mace: true
  player-heads-on-death: true

MESSAGES:
  no-permission: '&6&lMaces &8» &cYou do not have permission!'
  plugin-reloaded: '&6&lMaces &8» &aPlugin reloaded successfully!'
  cooldown-reset: '&6&lMaces &8» &fMace >> Cooldown has been reseted for %player%'
  player-not-found: '&6&lMaces &8» &cPlayer not found!'
  wait-cooldown: '&6&lMaces &8» &cYou must wait before using this again!'
  mace-title-admin: '&6&lCustom Maces &8(Admin)'
  mace-title-player: '&6&lAvailable Maces'
  crafting-preview: '&6&lCrafting Preview'
  ice-mace-frozen: '&6&lMaces &8» &fYou have frozen %target%'
  ice-mace-active: '&6&lMaces &8» &fNext hit will freeze the target! (10s left)'
  trust-added: '&6&lMaces &8» &f%player% is now trusted!'
  trust-removed: '&6&lMaces &8» &f%player% is no longer trusted!'
  trust-only-players: '&6&lMaces &8» &cOnly players can use this command!'
  trust-usage: '&6&lMaces &8» &cUsage: /macetrust <nick>'
  untrust-usage: '&6&lMaces &8» &cUsage: /maceuntrust <nick>'
  back-button: '&c&l« Back'
  cooldown-bar: 'Cooldown: %time%s'
  power-active-bar: 'Power Active: %time%s'
  mace-crafting-broadcast: '&6&lMaces &8» &f%mace% &7IS BEING CRAFTED BY: &f%player%
    &7IN &f%world% &7AT &fX: %x% Y: %y% Z: %z%'
  mace-crafted-broadcast: '&6&lMaces &8» &f%mace% &7HAS BEEN CRAFTED'
  mace-crafting-bar: 'Crafting: %mace% (%time%s)'

External resources


Project members

zateuszeq

Developer


Technical information

License
ARR
Project ID