Customization

To see information on specific, see here:
BOWS
RODS
FOODS
EFFECTS


Since the 2.1 update for MoarStuff, I have decided to allow users to become very creative and create their own unique items, as opposed to me trying to code in all this stuff that people requested - I simply didn't have time for it. But due to popular request, I have left a few of the originals in there in the new file-format system, to show you that it's still possible to recreate them!
The new customization system works like so:

  • You copy the default file(s) and paste it
  • Rename the new pasted file as you wish
  • Right click the file, and open in an editor (I SUGGEST NOTEPAD !!!)
  • Customize as you wish!
  • Reload or restart the server!




    Target types: PLAYER,NULL,TARGET
    Potion types: ADD_POTION, REMOVE_POTION
    Health types: ADD_HEALTH, SET_HEALTH, REMOVE_HEALTH
    Flight types: ALLOW_FLIGHT, DENY_FLIGHT
    Entity types: SHOOT_ENTITY,SPAWN_ENTITY
    Item types: ADD_ITEM,REMOVE_ITEM
    Exp types: ADD_EXP, REMOVE_EXP

TypesParametersExample
POTIONtype,target type, potion type, duration-in-seconds,strengthADD_POTION;PLAYER;SPEED;30;0
HEALTHtype,target type, amountADD_HEALTH;PLAYER;10
FLIGHTtype,target typeALLOW_FLIGHT;PLAYER
CMDtarget type,commandPLAYER;HELP
BROADCASTmessage&eI am a message
EXPLODEtarget type,powerPLAYER;3.0F
ENTITYtype, target type,EntityTypePLAYER;CREEPER
ITEMtype, target type, item id, item amount [, chance]DROP_ITEM;PLAYER;373;1;50
EXPtype, target type, amountADD_EXP;PLAYER;1.30

Comments

Posts Quoted:
Reply
Clear All Quotes