Skip to content
Nathan Wolf edited this page Apr 14, 2017 · 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
painterly Painterly Icons 100%
potter Harry Potter 100%
bending Avatar 10%
stars Star Wars 10%
war Star Wars 40%

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