Skip to content
vajus edited this page Jun 27, 2024 · 3 revisions

Tips for beginners

First if you some reason skip to Tips, i recomend to read everything about spell creation. But moving to tips.

Use reference manual, when sandbox editor is down

a lot of people didn't know, you can check all actions, and what is does in reference manual. how to go/get in reference manual? You can just click here: https://reference.elmakers.com/ Or if you lost link, you can always search "magic plugin" and go to description, and check link

image

Turn on Debug mode

you spell do not work? You can check what happen, by use command "/mage debug " the larger the number, will show report about casting last spell on chat (note: including triggered spells, passive and infinite repeated spells).

use "/mhelp" to help yourself

in this command you get a lot of info about specific things. Just check it now!

Read errors and warnings, after reload.

sometimes you will get warning, or errors. Warning exist when you write wrong value like range: @. Warning do not broken spell entirely, but wrong writed config, will get default config, if you don't manage to change it. Erros broken spell. Probably you miss writing, or space. This is example how errors looks like:

image

this is what i writing wrong:

image

- class: CheckEntity is moved slightly to the right so i just need to fix it is move to left

image

Now is correct. Plugin will load spell without error

Clone this wiki locally