What Is C-SK Editor?
C-SK Editor is a complete Skript development environment that runs directly in your browser through WordPress. It brings professional coding tools to your server's website, making Skript development faster and more enjoyable.
Whether you're writing your first Skript or managing a complex server network, C-SK Editor provides the tools you need in one place.
⚡ Key Features
Professional Code Editor
- Monaco Editor engine - The same technology that powers VS Code
- Full Skript syntax highlighting - Color-coded for readability
- Smart autocompletion - Suggests keywords, effects, and your own variables
- Multiple file support - Work on several scripts simultaneously
- File organization - Create folders and organize your scripts
- Design GUIs visually - Click slots to add items, no manual counting
- Live preview - See your GUI as you build it
- Generate Skript code - One click creates ready-to-use code
- Color code support - Use &a, &c, &l formatting in names and lore
- Multiple inventory sizes - 1 to 6 rows (9-54 slots)
File Management
- Create new files - Add .sk files to your project
- Upload existing scripts - Import your current work
- Rename and delete - Keep your project organized
- Drag-and-drop - Reorganize files by dragging
- Directory support - Group related scripts in folders
- Download scripts - Export individual files
- Simple installation - Upload one PHP file and activate
- Shortcode support - Add [sk_editor] to any page or post
- Customizable button - Change text and styling
- No database changes - Lightweight and safe
- User-friendly interface - Works with any WordPress theme
- Download creeper-sk-editor.php
- Upload to /wp-content/plugins/
- Activate from WordPress Admin → Plugins
- Add shortcode [sk_editor] to any page
- Start coding!
- Wordpress Website (of course)
- WordPress 5.8 or higher
- PHP 7.4 or higher
- 0.5MB storage space
- Modern web browser
Built-in Themes
- Dark (Default) - Easy on the eyes for long coding sessions
- Light - Perfect for bright environments
- Monokai - Popular code editor colors
- Dracula - Dark purple theme
- Nord - Arctic-inspired color palette
- Solarized - Warm and comfortable
- Classic - Balanced and clear
- Vivid - High contrast neon colors
- Pastel - Soft and gentle on your eyes
- Monochrome - Clean grayscale with one accent
- JetBrains Mono (Default)
- Fira Code
- Consolas
- Cascadia Code
- Courier New
- No server-side code execution - All Skript runs in your browser
- WordPress security standards - Uses nonce verification and CSRF protection
- Input sanitization - All user content is properly escaped
- No database modifications - Everything stays in localStorage
1. Integrated Testing
Write code and test it immediately. No need to upload files or restart your server.
2. Visual Development
Build GUIs by clicking slots and filling in details. The code writes itself.
3. Complete Organization
Manage all your scripts in one place with files and folders.
5. WordPress Integration
If you already have a WordPress site, adding C-SK Editor takes minutes.
Example Usage
Create a Simple Command:
skript
command /heal:
description: Heal yourself
trigger:
heal player 10
send "&aYou have been healed!" to player
Build a GUI:
skript
command /menu:
trigger:
open chest gui with 3 rows named "&8&lServer Menu" to player
wait 1 tick
format slot 13 of player with emerald named "&aClick me!"
with lore "&7Click to interact" to close
Organize with Options:
skript
options:
prefix: &8[&aServer&8]&r
version: 1.0.0
on join:
send "{@prefix} &aWelcome, %player%!"
Links
- GitHub: https://github.com/aminkheddache-dotcom/Creeper-SK-Editor
- License: Apache-2.0 license - Open source and free to use
Creeper SK Editor is a free Minecraft Java mod. Downloaded 7 times (via Spigot). Download it and open it directly in the game.