Mod Introduction
This mod is called startcommand and adds commands that let the player easily receive buff effects.
Main Features
/start- Applies both
Night VisionandSaturationeffects to the current player
- Applies both
/nv- Applies only the
Night Visioneffect
- Applies only the
/st- Applies only the
Saturationeffect
- Applies only the
How It Works
- The mod registers itself on the Forge event bus in the
ExampleModclass. - When
RegisterCommandsEventfires, it registers the commands. - When each command is executed, it gets the server player and adds the specified potion effect.
- The effect duration is set very long (
1000000ticks), so it lasts for a long time.
Usage Example
- In the game chat:
/start/nv/st
This mod is a simple utility-type mod that makes gameplay more convenient.

