Question
JustHamster opened this issue ยท 3 comments
How can I switch the configuration to Harry Potter or Avatar? Thanks ๐
PS: I love your plugin ๐ keep up the good work, also I play on Potterworld, and I only just found out this plugin runs on it! Amazing!
You just turn them on in config.yml via "example: potter" or "example: bending"
See here: https://github.com/elBukkit/MagicPlugin/wiki/Examples
Thanks!
Also, how does the game of Life work on this? I know what it is, but how do you do it in-game, I am struggling to get it working. I saw your video on it, messing around, and it looks fun!
I don't think those spells are in the potter/bending configs, only survival. They ought to work still, there are a few spells:
- simulate: Runs Life using target block as "live" state, and anything else as dead. Just runs one tick per spell cast.
- glider: Creates an autonomous Life glider using a command block
- life: Creates a gigantic life board. Initially creates a platform, on which there are several command blocks to build a really big board (200x200 I think), and a redstone clock hooked up to a simulate command block to continuously run the sim.
Pretty much all of it requires you to have command blocks enabled on your server.