Installation
Installation
Section titled “Installation”Requirements
Section titled “Requirements”| Requirement | Version |
|---|---|
| Minecraft | 1.21.1 |
| Fabric Loader | 0.16.0+ |
| Fabric API | 0.116.6+1.21.1 |
| Cobblemon | 1.7.0+ |
| Java | 21 |
Optional Dependencies
Section titled “Optional Dependencies”Reverie bundles all other required libraries in its jar. These optional mods add extra functionality:
| Mod | Purpose |
|---|---|
| Impactor Economy | Currency rewards and entry fees |
| LuckPerms | Granular permission management |
Server Installation
Section titled “Server Installation”- Place the Reverie jar (
Reverie-fabric-1.21.1-X.X.X.jar) into your server’smods/folder - Ensure Cobblemon and Fabric API are already installed in
mods/ - Start the server once to generate default configuration files
- Configuration files will appear in
config/reverie/ - Edit configs to your needs, then run
/reverie reloador restart
File Structure
Section titled “File Structure”After the first launch, Reverie creates the following file structure:
config/reverie/ config.conf # Global settings (debug mode) contest.conf # Contest module settings tournament.conf # Tournament settings cosmetics.conf # Pokemon poses and cosmetics display.conf # UI/display settings seasons.conf # Season/leaderboard settings achievements.conf # Achievement definitions halls/ # Hall venue configurations standard_hall/ hall.conf contesttypes/ # Custom contest type definitions music/ # NBS music files (.nbs) contest_results/ # Persisted contest results (auto-generated) player_stats/ # Player statistics (auto-generated) player_states/ # Player lifecycle state (auto-generated)Client-Side
Section titled “Client-Side”Reverie is server-side only. Players do not need to install anything. All GUIs are server-managed and all items appear as vanilla Minecraft items. No resource pack is required.
Reloading Configuration
Section titled “Reloading Configuration”You can reload configs without restarting:
/reverie reload # Reload all configs/hallbuilder reload # Reload hall configs/contesttype reload # Reload contest typesNext Steps
Section titled “Next Steps”- Your First Contest — Set up a hall and run your first contest
- Configuration Overview — Learn how the config system works