Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
Overview
ArkSpawn manages the server spawn point and exposes an API used by ArkRTP, ArkWorld, and other plugins. It handles player teleportation to spawn on login or on demand, with coordinates saved in configuration.
โจ Features
- ๐ Configurable spawn point โ coordinates, world, and orientation
- ๐ Automatic teleportation โ on first join or on command
- โก Folia-compatible โ regionalized scheduler, zero multi-thread conflict
- ๐ Bilingual โ French and English included (lang/fr.json, lang/en.json)
- ๐ Debug mode โ detailed logs toggled with a single config flag
๐ฆ Installation
Drop the .jar into plugins/ and restart.
Required:
- Paper or Folia 1.21.x (Java 21+) or Paper/Folia 26.x (Java 25+)
- No required dependencies
โ๏ธ Configuration
language: fr
debug: false
๐ฌ Language
| File | Language |
|---|---|
| lang/fr.json | French |
| lang/en.json | English |
๐น๏ธ Commands
| Command | Description | Permission |
|---|---|---|
| /spawn | Teleport to spawn | โ |
| /setspawn | Set the spawn point | arkspawn.setspawn |
| /spawn reload | Reload configuration | arkspawn.admin |
๐ Permissions
| Permission | Description | Default |
|---|---|---|
| arkspawn.setspawn | Set the spawn point | op |
| arkspawn.admin | ArkSpawn administration | op |
๐ฅ๏ธ Compatibility
| Platform | Version | Java | Supported |
|---|---|---|---|
| Paper | 1.21.x | 21+ | โ |
| Folia | 1.21.x | 21+ | โ |
| Paper | 26.x | 25+ | โ |
| Folia | 26.x | 25+ | โ |
| Spigot | any | โ | โ |
๐ Debug
debug: true
๐ Support
๐ License
ยฉ 2026 Arklandia Studios โ All Rights Reserved


