-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the official Coder wiki! This is your complete resource for learning and mastering the most powerful scripting plugin for Minecraft servers.
- Installation Guide - Step-by-step setup instructions
- Quick Start - Create your first script in 5 minutes
- FAQ - Common questions answered
- Coder Plugin - Main plugin features and commands
- Syntax Reference - Complete language syntax guide
- Commands - All available commands and permissions
- Configuration - Server and script configuration
- CodeDSL - Domain Specific Language addon
- CoderJSLoader - Native JavaScript execution
- CoderJavaFixer - Security and compilation management
- Performance Optimization - Tips for maximum speed
- Security Best Practices - Protecting your server
- Troubleshooting - Solutions to common problems
- Advanced Scripting - Professional-grade techniques
- Examples & Tutorials - Real-world script examples
- Contributing - Help improve Coder
- API Reference - Full Bukkit/Paper API access
Coder is a lightweight, modern alternative to Skript that lets you:
- โ Write server automation scripts without Java knowledge
- โ Execute real Java, Python, and Lua code natively
- โ Create custom commands and event handlers
- โ Access the full Bukkit/Paper API
- โ Load scripts into memory for instant execution
- โ Manage multiple scripts with zero dependencies
| Feature | Description |
|---|---|
| Modern Syntax | Clean, readable language inspired by Skript |
| Native Execution | Run Java/Python/Lua directly from scripts |
| Lightweight | Minimal overhead, maximum performance |
| Memory Loading | Keep scripts active in server RAM |
| Version Manager | Automatic update checking and alerts |
| Event System | React to server events in real-time |
| File Operations | Read/write files from your scripts |
| Task Scheduling | Delayed and repeating task execution |
Latest Version: v1.7.4 (June 19, 2026)
| Addon | Purpose | Version |
|---|---|---|
| CodeDSL | Domain Specific Language for simple scripting | v1.3.4 |
| CoderJSLoader | Native JavaScript (.js) execution | v1.0.0 |
| CoderJavaFixer | Security & compilation management | Latest |
- Read Quick Start
- Follow Installation Guide
- Complete Basic Examples
- Review Syntax Reference
- Explore Advanced Scripting
- Learn Event Handling
- Master File Operations
- Study Performance Optimization
- Deep dive into API Reference
- Implement Security Best Practices
- Integrate addons (CodeDSL, CoderJSLoader)
- Contribute to Community Modules
- GitHub Repository: https://github.com/firesmasher-c6/Coder
- Discord Community: https://discord.gg/DdujB2ZNKv
- Bug Reports: GitHub Issues
- Modrinth Page: https://modrinth.com
- SpigotMC Page: https://spigotmc.org
- New Command
/coder updatefor VersionManager - Added versionManager for tracking and alerting
- Performance improvements
- Event system overhaul
- Enhanced memory management
- Expanded API access
Found a typo in the docs? Want to add examples? Submit a pull request!
See Contributing Guide for more details.
- Security: Only allow trusted admins to modify script files (they have system access!)
- Performance: Load frequently-used scripts into memory for better performance
- Backup: Always backup your scripts and configuration files
-
Updates: Check for updates regularly via
/coder update
Last Updated: June 2026 | Status: Active Development
| Need Help? | Where to Go |
|---|---|
| ๐ค General Question | FAQ or Discord |
| ๐ Found a Bug | GitHub Issues |
| ๐ฌ Quick Chat | Discord Community |
| ๐ Can't Find Docs | Home for navigation |
We welcome contributions from the community!
- Report Bugs: Create an Issue
- Improve Wiki: Edit Pages
- Submit Code: Open a PR
- ๐ฌ Discord Server
- ๐ฑ GitHub Issues
Main Pages: Home โข Installation Guide โข Quick Start โข Syntax Reference โข Commands โข FAQ
| Item | Details |
|---|---|
| Latest Version | v1.7.4 (June 19, 2026) |
| Status | โ Active Development |
| License | MIT License |
| Author | Firesmasher |
| Server Type | Paper/Spigot 1.21 - 26.2 |
| Java Version | 21+ |
Give us a Star! โข Follow on GitHub โข Join Discord
Made with โค๏ธ for the Minecraft Community
Coder is a lightweight scripting plugin for Minecraft servers
Contribute โข Report Issues โข Share Feedback โข Have Fun!
Last Updated: June 2026 | Report Wiki Issue
- Home - Wiki overview & features
- Installation Guide - Setup in 5 minutes
- Quick Start - Your first script
- FAQ - Common questions
- Syntax Reference - All commands & syntax
- Commands - Plugin commands & permissions
- CodeDSL - DSL scripting addon
- CoderJSLoader - JavaScript addon
๐ถ Beginner
- Quick Start
- Syntax Reference (basic section)
- Copy examples from FAQ ๐ฏ Intermediate
- Master Syntax Reference
- Learn all Commands
- Explore CodeDSL addon ๐ Advanced
- Deep dive CoderJSLoader
- Custom command development
- Performance optimization tips
| Resource | Link |
|---|---|
| GitHub | Repository |
| Downloads | Releases |
| Modrinth | Download |
| SpigotMC | Download |
| Channel | Link |
|---|---|
| Discord | Join Server |
| Issues | Bug Reports |
| Discussions | Q&A |
Current: v1.7.4
Released: June 19, 2026
Status: โ
Active Development
Supported Servers:
- Paper 1.21 - 26.2
- Java 21+
๐ New to Coder? Start with Quick Start
๐ Looking for a command? Check Commands
๐ Need examples? Browse Syntax Reference
๐ Can't find answer? Try FAQ
Having issues?
- Check FAQ
- Review Installation Guide
- Create GitHub Issue
- Ask on Discord
Help improve Coder!
- ๐ Report Bugs
- ๐งต Threads
- ๐ Improve Wiki