mods.prestige.Rewards
import crafttweaker.world.IWorld;
import crafttweaker.player.IPlayer;

mods.prestige.Rewards.registerReward("test", function(world as IWorld, player as IPlayer){
    player.give(<minecraft:stick>);
});

mods.prestige.Rewards.registerReward("test", function(world as IWorld, player as IPlayer){
    player.give(<minecraft:diamond>);
});

mods.prestige.Rewards.registerCommandReward("test", "gamemode 1 @p");

mods.prestige.Rewards.registerSellAction("test", function(world as IWorld, player as IPlayer){
    player.give(<minecraft:glass>);
});

mods.prestige.Rewards.registerDisabledCommand("gamemode 1 @p");

mods.prestige.Rewards.registerDisabledAction(function(world as IWorld, player as IPlayer){
    player.give(<minecraft:dirt>);
});


mods.prestige.Rewards.registerEnabledCommand("gamemode 1 @p");

mods.prestige.Rewards.registerEnabledAction(function(world as IWorld, player as IPlayer){
    player.give(<minecraft:dirt>);
});

mods.prestige.Rewards.registerRewardCondition("test", function(world as IWorld, player as IPlayer){
    return player.dimension == 0;
});


The supply camp is a small temporary structure to give you a secure place to call home for a bit. To build it, simple right click an area on the ground. The arrows will allow you to place it and rotate it as you will. Once you are satified, click the green checkmark. Keep an eye on the chat log, because if something isn't right, it will tell you the corrections you will need to make. 

Materials:
wood
stone
flint
cactus
bone
obsidian
prismarine
endstone
paper
sponge
firewood
iron
pigiron
knightslime
slime
blueslime
magmaslime
netherrack
steel
electrum
silver
lead
bronze
copper
manyullyn
ardite
cobalt

Tools
Basic - mattock, broadsword,longsword,rapier,frypan,battlesign,shortbow/arrow,
Advanced - hammer,excavator,lumberaxe,scythe,cleaver,longbow,crossbow/bolt,shuriken
