Skip to content
firesmasher-c6 edited this page Jun 21, 2026 · 2 revisions

Coder Wiki

Welcome to the official Coder wiki! This is your complete resource for learning and mastering the most powerful scripting plugin for Minecraft servers.

๐Ÿ“š Quick Navigation

Getting Started

Core Documentation

Addons & Extensions

Advanced Topics

Community & Support


๐ŸŽฏ What is Coder?

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

๐Ÿš€ Key Features

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

๐Ÿ“ฆ Version Information

Latest Version: v1.7.4 (June 19, 2026)

  • Download from Modrinth or SpigotMC
  • Requires: Paper 1.21.x - 26.2 & Java 21+
  • License: MIT

๐Ÿ› ๏ธ Official Addons

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

๐Ÿ’ก Choose Your Learning Path

๐Ÿ‘ถ Beginner

  1. Read Quick Start
  2. Follow Installation Guide
  3. Complete Basic Examples
  4. Review Syntax Reference

๐ŸŽฏ Intermediate

  1. Explore Advanced Scripting
  2. Learn Event Handling
  3. Master File Operations
  4. Study Performance Optimization

๐Ÿ† Advanced

  1. Deep dive into API Reference
  2. Implement Security Best Practices
  3. Integrate addons (CodeDSL, CoderJSLoader)
  4. Contribute to Community Modules

๐Ÿ”— External Resources

๐Ÿ“ Recent Updates

v1.7.4 (Jun 19, 2026)

  • New Command /coder update for VersionManager
  • Added versionManager for tracking and alerting
  • Performance improvements

v1.7.0 (Previous)

  • Event system overhaul
  • Enhanced memory management
  • Expanded API access

๐Ÿค Contributing

Found a typo in the docs? Want to add examples? Submit a pull request!

See Contributing Guide for more details.

โš ๏ธ Important Notes

  • 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

๐Ÿ“š Coder Wiki


๐Ÿš€ GETTING STARTED

Essential Pages


๐Ÿ“– CORE DOCUMENTATION

Language & Syntax

Addons


๐ŸŽฏ BY SKILL LEVEL

๐Ÿ‘ถ Beginner

  1. Quick Start
  2. Syntax Reference (basic section)
  3. Copy examples from FAQ ๐ŸŽฏ Intermediate
  4. Master Syntax Reference
  5. Learn all Commands
  6. Explore CodeDSL addon ๐Ÿ† Advanced
  7. Deep dive CoderJSLoader
  8. Custom command development
  9. Performance optimization tips

๐Ÿ”— EXTERNAL LINKS

Official Resources

Resource Link
GitHub Repository
Downloads Releases
Modrinth Download
SpigotMC Download

Community

Channel Link
Discord Join Server
Issues Bug Reports
Discussions Q&A

๐Ÿ“Š VERSION INFO

Current: v1.7.4
Released: June 19, 2026
Status: โœ… Active Development

Supported Servers:

  • Paper 1.21 - 26.2
  • Java 21+

๐Ÿ’ก QUICK TIPS

๐Ÿ“Œ New to Coder? Start with Quick Start

๐Ÿ“Œ Looking for a command? Check Commands

๐Ÿ“Œ Need examples? Browse Syntax Reference

๐Ÿ“Œ Can't find answer? Try FAQ


๐Ÿ†˜ SUPPORT

Having issues?

  1. Check FAQ
  2. Review Installation Guide
  3. Create GitHub Issue
  4. Ask on Discord

๐Ÿค CONTRIBUTE

Help improve Coder!


Clone this wiki locally