# ApexUtility v1.0
by NathanFCS
A lightweight staff utility script for Paper/Spigot servers.
Built for server teams that want essential moderation tools without installing multiple separate resources. ApexUtility keeps things simple and focused: freeze system, inventory view, vanish, and chat control.
## Features
- Freeze players with timed durations
- Freeze persists through logout/login
- Auto unfreeze when time expires
- Frozen players cannot move or use commands
- inventory viewer with `/inv`
- Simple vanish toggle
- Personal chat clear for all players
- Global chat clear for staff
- Global chat mute for staff
## Comannds
### Staff
-`/freeze <player> <duration>`
-`/unfreeze <player>`
- `/inv <player>`
- `/vanish`
- `/clearchat`
- `/chatmute`
### Players
-`/chatclear`
## Permission
- `apexutility.admin`
```text
30s = 30 seconds
5m = minutes
2h = hours
1d = 1 day
Example:
/freeze Steve 10m
/freeze Aaron 1h
/freeze NathanFCS 1d
Requirements
Installation
1. Install Skript on your server
2. Place ApexUtility.sk in plugins/Skript/scripts/
3. Run /skript reload ApexUtility
4. Done
Notes
- This is a Skript resource, not a standalone .jar plugin
- Designed for Paper/Spigot based servers
- Lightweight and easy to edit if needed