Customization
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
| Types | Parameters | Example |
|---|---|---|
| POTION | type,target type, potion type, duration-in-seconds,strength | ADD_POTION;PLAYER;SPEED;30;0 |
| HEALTH | type,target type, amount | ADD_HEALTH;PLAYER;10 |
| FLIGHT | type,target type | ALLOW_FLIGHT;PLAYER |
| CMD | target type,command | PLAYER;HELP |
| BROADCAST | message | &eI am a message |
| EXPLODE | target type,power | PLAYER;3.0F |
| ENTITY | type, target type,EntityType | PLAYER;CREEPER |
| ITEM | type, target type, item id, item amount [, chance] | DROP_ITEM;PLAYER;373;1;50 |
| EXP | type, target type, amount | ADD_EXP;PLAYER;1.30 |
-
View User Profile
-
Send Message
Posted Jul 6, 2016how can i remove a potion effect i don't understand please help