Magic
Server Compatibility
Please make sure you download the correct version for your server:
- 1.9.3 and up => Latest Build
-
1.8.8: => Magic-5.5.6
-
1.8.3: => Magic-5.3.3
-
1.7.x => Magic-CB1.x
-
Earlier: => Check Compatibility in Files Section
Need Help? First Try:
-
Check the FAQ
-
Read the rest of the wiki
-
Check the reference manual for configuration options
-
Check the config info page for spell, wand and other info
-
Find examples in the builtin configs
-
Check your logs for errors
If you can't find what you're looking for, come join us on Discord for help or ideas!
Found a bug? Have a Feature Request?
- Use our issue tracker
Overview
Live Demo
Tutorial Videos
More Information
Please see the Magic home page on github for up-to-date information!
Metrics Collection
This plugin uses bstats for metrics collection. The information sent to bstats.org is completely anonymous, publicly viewable, and includes the following metrics:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- The plugin's version
- The server's version
- The OS version/name and architecture
- The core count for the CPU
- The number of players online
- The Metrics version
Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true, or by editing this plugin's config.yml and changing "metrics_level" to 0.
Changelog
Full changelog can be viewed on github
how i get more attacks
In reply to Forge_User_37911463:
Use your spells, earn SP, spend SP on an enchanting table.
is there a code I can get a wand with the recipe is not working
In reply to dagmatt5972:
/mgive wand
More than likely you've got some kind of startup error if crafting is not working. Please check your server logs.
also how do I get my first wand?
In reply to dagmatt5972:
Craft it (blaze rod + nether star), see the wiki for more info.
does this work in 1.15?
In reply to dagmatt5972:
No, not yet.
Edit: 7.8 has been submitted with 1.15 support.
im on spigot 1.14.4 and the cloak spell doesnt make me invisible at all
In reply to MerkyLive:
It's just applying the invisibility potion effect. Do any of the other spells that do that work, like boon? Do potions work?
In reply to elBukkit:
potions do work but it says it lasts an hour and you can toggle on and off but when i use it i go invisible for like half a second and thats it
In reply to MerkyLive:
Where does it say that? The spells looks like it just grants 8 seconds of invisibility, nothing really fancy like that.
https://github.com/elBukkit/MagicPlugin/blob/17a09aa83deefc8822e80183712681cdadd2b03d/Magic/src/main/resources/examples/survival/spells/cloak.yml
how do I remove certain spells
In reply to MerkyLive:
https://github.com/elBukkit/MagicPlugin/wiki/Customization#customizing-spells
How do I increase my mana?
In reply to dagmatt5972:
As a player, use your spells to earn new spells and rank up.
As an op you can use "/wand configure mana_max 500"
Why I Only Have 1 Spell?, And I Can't Enchant My Wand Like In The Video
In reply to Bantara_Shogun:
When you right-click an enchantment table while holding a wand, you should get a GUI menu with various options like learning new spells.
If you do not, probably some other plugin is interfering.
Is there a way that I could go about setting up a market for spells using Chest Shop (Obviously admin shops)? It says it needs an item ID, but the spells aren't items.
Otherwise a fantastic plugin, it's a lot of fun. While my friend and I were testing it out for my server, we started with the idea we'd just make sure nothing was too overpowered and ended up dueling for about 2 hours with all the cool different spells.
In reply to theroundishllama:
Glad you're enjoying it!
So magic items use NBT data. If chest shop works only with item ids, then it's not going to work out. You'd need a plugin that lets you put an item in a shop in-game so it saves all of the data.
If you've using Citizens, it's really easy to set up a shop using the built-in NPC shops, see:
https://github.com/elBukkit/MagicPlugin/wiki/Shops
Or you could stick it in a command block, since it's just an admin shop it'd probably be OK.