promotional bannermobile promotional banner

ARK_ServerCommand

A simple Forge mod that adds /start, /nv, and /st commands to give the player night vision and saturation effects.

Mod Introduction

This mod is called startcommand and adds commands that let the player easily receive buff effects.

Main Features

  • /start
    • Applies both Night Vision and Saturation effects to the current player
  • /nv
    • Applies only the Night Vision effect
  • /st
    • Applies only the Saturation effect

How It Works

  • The mod registers itself on the Forge event bus in the ExampleMod class.
  • When RegisterCommandsEvent fires, 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 (1000000 ticks), 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.

The ARK_ServerCommand Team

profile avatar
  • 1
    Projects
  • 19
    Downloads