Skip to content
Nathan Wolf edited this page Mar 31, 2016 · 36 revisions

The Official Magic Resource Pack

Magic has an official resource pack that adds several items to support magic. The wooden hoe and golden sword are used for wands.

Disabling the Resource Pack

Magic will provide the resource pack automatically. If you don't want this, add the following to your plugins/Magic/config.yml:

default_resource_pack: ""

Alternately, just put your own resource pack in server.properties and Magic will leave it alone.

Please keep in mind that if you're not using the resource pack or a customized version thereof, wands will appear as wood hoes, spell icons will not be fully visible and none of the custom sound effects will work.

Downloading

The current version of the resource pack is subject to change, it's best to look at the default configs:

https://github.com/elBukkit/MagicPlugin/blob/master/src/main/resources/defaults/config.defaults.yml#L258

You can also simply look on your server in plugins/Magic/defaults/config.defaults.yml

Changed Items

  • Several wand items:
    • The wooden hoe, for all wands and hats
    • The golden sword, for the Master Sword, lightsabers and other sword-like items
  • The command block, so Automata look a little more ominous.
  • The zombie horse sound effects, for broom riding
  • The player skull item (not the block model, the inventory item) for spell icons
  • Chainmail armor- wizard robes and scarf

[Resource Pack](http://www.youtube.com/watch?v= lVZfKzUvwuo)

Using on Your Server

If you wish to use the Magic RP on your server, simply clear the resource pack from your server.properties. Magic will direct you to the correct version of the RP automatically. Magic also keeps your hash up to date automatically, so players will re-download the RP as it changes.

RP's are available for the example customized configurations as well, they will be used automatically when using an example config.

Older versions

Older versions of the resource pack occupy more items:

  • Several wand items:

    • The wooden hoe, the default wand
    • The golden axe, the master wand
    • The golden hoe, the Wolf wand
    • The golden pickaxe, the invisibility cloak
    • The golden shovel, the broomstick
    • The golden sword, the Master Sword
  • The monster egg blocks (only as they appear in your inventory, not the placed blocks)

    • The architect wand

If you are using a version of Magic prior to 6 (for 1.8 servers), you may need the following RPs instead:

If you are using a version of Magic prior to 5 (for 1.7 servers), you may need the following RPs instead:

These RPs should be identical to the current versions, except that they include an override for the zombie horse texture, used for the 2D broom texture while riding.

Customizing

You are also welcome to download the zip and modify it as you wish, it is provided completely free as in everything. Just unzip, modify, re-zip and host somewhere public.

Bear in mind you may want to tweak the Magic configuration to match your changes. For instance, the default configuration prevents crafting of the wooden hoe.

Source

The resource pack source and assets are available here:

https://github.com/elBukkit/MagicPlugin/tree/master/src/resource-pack

Clone this wiki locally