Server Setup Guide¶
This guide walks you through setting up a Naruto Destination server from scratch, including the recommended server jar, plugins, and client modpack.
Prerequisites¶
- Minecraft 1.7.10
- Java 8 (required for Forge 1.7.10)
- A server machine or hosting service
Step 1: Server Jar¶
We strongly recommend using Crucible as your server jar. Crucible is a maintained fork for Forge 1.7.10 that provides Bukkit/Spigot plugin support alongside Forge mods.
Libraries Folder
If you use Crucible, you must also replace your libraries/ folder with the one provided on their page. Without this, the server may fail to start or have compatibility issues.
Setting Up Crucible¶
- Download
Crucible.jarfrom the link above - Place it in your server root directory
- Replace the
libraries/folder with the one from the Crucible github page -
Create a start script:
java -Xmx4G -Xms2G -jar Crucible.jar nogui -
Run the server once to generate config files, then stop it
- Accept the EULA in
eula.txt
Step 2: Install Naruto Destination¶
- Download the latest version of the mod from the button below
- Place the
.jarfile into your server'smods/folder - Start the server — the mod automatically installs all dependencies on first startup
- Place the same
.jarinto your client modpack'smods/folder
Version Matching
Only the two major version numbers need to match between server and client.
For example, with version 1.16.2:
- Server:
1.16.2and Client:1.16.5— Compatible (both1.16) - Server:
1.16.2and Client:1.17.0— Not compatible (different minor version)
Step 3: Plugins¶
Since Crucible supports Bukkit/Spigot plugins, here are the recommended plugins for your server:
Full plugin list with download links
| Plugin | Purpose |
|---|---|
| Essentials | Core server management (spawn, homes, kits, economy) |
| WorldGuard | Region protection |
| WorldEdit | Map building tools |
| PermissionsEx | Permission management for commands and features |
| GriefPrevention | Player land claiming |
| GreatKits | Daily kit system |
| MagicSpells | Apply commands to items |
Step 4: Client Modpack¶
Set up a modpack for your players with the Naruto Destination mod and recommended companion mods.
Full mod list with download links
Step 5: Configuration¶
After first startup, the mod generates config files in config/NarutoDestination/. These control everything from XP rates to jutsu damage.