Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 23 hours ago
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


