Aps Areas

Quick rating

Community listing page, reviews here may not be monitored by the author.

Aps Areas

No reviews yet

Server-side areas that execute commands when players enter the defined area.

Mod Loaders
Minecraft

About

Description

APS Areas

APS Areas is a lightweight, server-side Fabric mod that lets server administrators define 3D regions and execute commands automatically when players step inside.

Whether you need server portals, secret triggers, region-based rewards, or custom world events, APS Areas handles it directly on the server with zero client-side mod requirements.


Features

  • Custom 3D Regions: Set up areas using two coordinate corners (x, y, z).
  • Multi-Command Execution: Run up to 10 distinct commands per area sequentially when a player enters.
  • Configurable Check Interval: Adjust how frequently the server checks for players inside regions (in server ticks) to optimize server performance.
  • Operator Security: All setup commands are strictly locked to server operators (Permission Level 4).
  • Command Placeholders: Supports {player}, {x}, {y}, and {z} variables inside configured commands.
  • Persistent Data: Configured regions and mod settings automatically save to the server's config/apsareas/ folder.

Commands & Permissions

All commands require Operator Permission Level 4.

  • /apsareas create <id> <pos1> <pos2> "<cmd1>" ... [up to 10 commands] — Creates a new area trigger between two corner coordinates.
  • /apsareas remove <id> — Deletes an existing area.
  • /apsareas list — Displays all active areas, their coordinates, and the current tick check rate.
  • /apsareas info <id> — Shows detailed information and configured commands for a specific area.
  • /apsareas settickrate <ticks> — Adjusts how often the server scans player positions (default: 5 ticks).
  • /apsareas reload — Reloads areas and settings directly from the config files.