Skip to content
Nathan Wolf edited this page Apr 29, 2016 · 23 revisions

Example Configurations

Magic currently comes with several built-in example configurations, in various states of completion.

You are welcome to use these as they are, to extend and customize them, or just take the configs as a kick-start for your own customizations.

If you'd like to try them out, it's easy! It is recommended to do this on a test server, if you are already using Magic this might break existing wands.

Using Examples

Simply add a line like the following to your plugins/Magic/config.yml:

example: potter

This will activate the "potter" example configs, turning Magic into a Harry Potter themed plugin.

Customizing Examples

Customization is done in the same way as when using the default configs. The spells.yml, wands.yml and other files in plugins/Magic will override the example configurations.

Built-in Examples

Example Description % Completion Resource Pack
painterly Painterly Icons 100% painterly.zip
potter Harry Potter 100% potter.zip
bending Avatar 10% bending.zip
stars Star Wars 10% stars.zip

Stars Potter Bending

Combining Examples

The elMakers free-for-all server combines all of the configs for demo purposes. I can't imagine why you'd want to do this on a real server, but if you are interested, the "add_examples" configuration can be used like so:

add_examples:
- potter
- bending
- stars
Clone this wiki locally