-
Notifications
You must be signed in to change notification settings - Fork 145
Home
[](http://www.youtube.com/watch?v= rTyupMUveMA)
ZappCraftTop
Magic is a plugin that adds powerful magic wands and items to your s do not "know" spells, they find, buy, or craft wands that do. Wands may be bound to a specific player (meaning no other player may use them), and a wand may be set to stay with the player if they die. In this way, the spells are somewhat bound to a player, but in Magic it is really all about the wands.
A wand is an item that can know one or more spells. While holding a wand, left-click to cast the active spell. Wands that have more than one spell will have a "wand inventory" that you can use to quick-change spells and manage any number of spells in a single wand. A wand is meant to be an item you keep for the rest of your experience, constantly adding to it and upgrading it.
Once you have a wand, you upgrade it by interacting with an enchanting table. For more information, see Progression.
You are welcome to come and play and try out the various aspects of wands and spells on any of the example servers.
For more details, including how to use the various wand inventory modes, please see the Magic Web Site
There is also a list of all crafting recipes, wands and spells on the website, with descriptions of each. Admins, see below for how to set up your own version of this website if you'd like.
Magic has a simple but deep API if you'd like to integrate. You can cast spells, create wands, or even implement your own spells and effects to add into Magic. You can also build against or shade in MagicLib if you'd like to use any of Magic's core functionality in your plugin without requiring Magic as a dependency.
Magic also uses EffectLib (embedded, no download required) for particle effects- and you can, too! Check it out, it's pretty great.
Magic can be downloaded from a few different places, but it is all the same build. Magic will work on CraftBukkit or Spigot 1.7 or 1.8.
- SpigotMC : Magic's home on SpigotMC
- DevBukkit : Magic's home on devbukkit. Builds of Magic for older versions of Craftbukkit can be found here.
- elMakers CI : Current dev builds of Magic can be found here. Use at your own risk! (I try to make sure it's stable)
Please use our issue tracker for all bug reports, issues, feature requests, spell ideas, etc. It is searchable, so you can see if your problem is already known, or maybe your idea already had :)
Magic is completely customizable. Plugin behavior, available spells and wands, and all in-game text can be customized. Magic also comes with built-in "example" defaults which can be used - currently the "potter" config is the only one that's really fleshed out, but I plan on adding more over time. To see the HP config in action, simply add the following to config.yml:
example: potter
The default Magic experience entails:
- Players have access to no Magic commands
- Players may craft wands of various strengths (blaze rod and nether star being the "real" recipe)
- Players may find wands in naturally-spawned chests (if using MagicWorlds)
- Wands start out low-level, but can be upgraded with XP on an enchanting table
- Wands can be combined on an anvil, bought in Essentials shops, included in Essentials kits, and sold by dtlTraders traders.
- Wands can be used in other plugins such as ShopKeepers and StarterKit, if using a patched CB (or when 1.8 arrives)
- Naming a wand on an anvil binds it to the player, and no other player may wield it.
- Admins can set up quests or other rewards to upgrade or create wands.
- Wands are indestructible. They will show up on dynmap (if installed) so players can find lost wands.
- Each wand has an inventory of spells and materials that the player can use and manipulate.
- Wands use a "mana" system for slowly-regenerating magic power.
- All players have access to all spells, if they can find or create a wand that has them.
Any of the above may be disabled or modified. Some different options:
- There are 3 different wand inventory modes to choose from: A chest inventory (the default), click-to-cycle, and a powerful hotbar-enabled inventory mode.
- Permission-based wands, spells and commands (ranking, VIPs, etc)
- Different wand types, crafting recipes, and enchanting paths
- Players keep wands on death (all players, or per-wand)
- Wands come pre-filled with all spells the player has permission to use
- Reagents instead of mana
- Other item types for wands (enchanted swords, etc - maybe Bows + enchanted arrows one day)
For all other information on customization or admin commands, please see the Admin Instructions page.
Magic is primarily meant to be a vanilla add-on, and as such it tries to follow the overall themes of Minecraft: Discovery, crafting, and freedom. All spells and abilities in Magic revolve around wand items, and players are not limited or classified in any way.
Players in Vanilla Minecraft don't level up, other than for the purpose of leveling up (enchanting) their items, and such as it is with wands. A player that loses their wand is just a normal Steve again.
Magic has no commands that are meant for players to use. There is an in-game /spells list, but I don't recommend giving it out. Let players discover new spells naturally, and if they choose to, visit the Magic web site to view the complete list of available spells. Such as it is with Minecraft!
Of course, Magic aims to please by being as flexible as possible. You can also use alternative configurations, such as permissions-based casting, auto-filling wands, or other tweaks and tricks. This is especially useful for VIP wands, where you wouldn't want another player to be able to cast the VIP spells, even if they somehow got a VIP wand and could use it. Or if you'd really like to lock down the admin-oriented spells like Gather and Regenerate.
However, players may not cast spells without a wand. Wands are integral to Magic. You could try to work around this (e.g. bind PowerTools to /cast commands) but I urge you not to. The /cast command is meant for admin experimentation use, like if you're wanting to try out a variant of a spell in-game before adding it to your config. It can also be great in command blocks for creating special effects and scripted events.
The /cast command is not meant for players to use, and is potentially a destructive and powerful tool, even if limited to a subset of spells. Don't let players use it! Maybe mods or admins. Maybe!
If you don't like the wands in Magic, please let me know how I could make them better! Using this plugin without the wands is going to be a very limiting experience.
- Magic Worlds, a world customization plugin for Magic
- Automata - A new challenge for Mages
- The Official Magic Resource Pack
- Servers Using Magic
- Creating Custom Map Images
- Creating Special Effects and Scripted Events
- Magic Web Site
- Plugin Integration
This plugin uses Hidendra's plugin metrics system. The information sent to mcstats.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.
Full changelog can be viewed on here
- Home
- FAQ
- Support
- Progression
- Spell Points
- Crafting
- Basic Setup
- Customization
- Resource Pack
- Examples
- Messages and Languages
- Vanity Items
- NPCs
- Magic Blocks
- Magic Mobs
- Putting Images on Maps
- Using MySQL or SQLite
- Placeholders
- Skript
- Regions