Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Michielo

Add magic to your server!

Report MagicWands?

Release
1.1.0

Michielo released MagicWands version 1.1.0 on July 16, 2025

Launch spell added

We have added the 'Launch' spell which allows you to launch entities up in the air. You can implement this spell like this:

      launch:
        name: "Launch"
        cooldown: 5
        radius: 5
        velocity: 1.2
        speed: 10
        color: "aqua"

Granular permissions

We have added granular wand usage permissions. The permission node "MagicWands.use" will still allow the user permission to use any wand, we have added wand-specific usage permissions such as "MagicWands.use.godwand" which will allow the user to use the wand named 'godwand'. This permission node changes accordingly to any wands defined in the config.yml.

Update instructions This update is fully backwards-compatible. I recommend you to update, you can keep your config.yml as is and do not need to regenerate this.

Information

Published onJuly 16, 2025
Downloads3

Platforms

Paper Paper (1.13-1.21.7)