documentation/Preset Value Codes

Preset Value Code

These codes controls how any block that you define behaves. These codes tell the plugin how you want the player to move when walking on this block.

Forming a code:

Forming these codes is a very easy and straight forward process. You choose how much you want the player to move up when standing on the block. Then you choose how fast you want the player to go when standing on that block. All you have to do then is put the first number at the beginning. Add a plus sign then put the second number after the plus.

Example:

up+speed 1+0



Update v0.3:

Preset codes can now include nofall damage. Just add, "+true" or if you want fall damage simply remove the, "+true" with, "+false". So as the example above:

up+speed+fall-damage 1+0+true
or
1+0+false