All Projects → iAmGio → chorus

iAmGio / chorus

Licence: GPL-3.0 license
📝 The first editor for Spigot configurations.

Programming Languages

kotlin
9241 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chorus

StackMob-3
A plugin designed for bukkit servers, aiming to reduce the lag that both the server and players experience.
Stars: ✭ 23 (-82.71%)
Mutual labels:  yaml, bukkit, spigot
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+69.92%)
Mutual labels:  bukkit, spigot
WheelCore
轮芯——为IndustrialWorld等插件设计的一个前置插件
Stars: ✭ 24 (-81.95%)
Mutual labels:  bukkit, spigot
HamsterAPI
Simple and easy to use API to read and write Packets.
Stars: ✭ 25 (-81.2%)
Mutual labels:  bukkit, spigot
Anvilgui
Easily use anvil guis to get a user's input
Stars: ✭ 194 (+45.86%)
Mutual labels:  bukkit, spigot
Cardboard
The Bukkit/Spigot/Paper API implementation for Fabric
Stars: ✭ 220 (+65.41%)
Mutual labels:  bukkit, spigot
SkyChanger
Change the color of your personal sky in Minecraft ⛅️⚡️🌄
Stars: ✭ 31 (-76.69%)
Mutual labels:  bukkit, spigot
Mockbukkit
MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.
Stars: ✭ 186 (+39.85%)
Mutual labels:  bukkit, spigot
ignite
A Mixin and Access Widener mod loader for Spigot/Paper
Stars: ✭ 115 (-13.53%)
Mutual labels:  bukkit, spigot
Treasury
Modern, multi-platform library facilitating integrations with economies and more
Stars: ✭ 46 (-65.41%)
Mutual labels:  bukkit, spigot
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+7.52%)
Mutual labels:  bukkit, spigot
dough
Library containing a lot of useful utility classes for the everyday Java and Spigot/Paper developer.
Stars: ✭ 26 (-80.45%)
Mutual labels:  bukkit, spigot
Helper
A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
Stars: ✭ 188 (+41.35%)
Mutual labels:  bukkit, spigot
Origami
Bukkit/Spigot/Paper based Minecraft server used by Minebench.de | Looking for an 1.17 version? If so most patches are PRd into Paper now, Origami 1.17 will continue once patches that Paper wont accept are necessary.
Stars: ✭ 29 (-78.2%)
Mutual labels:  bukkit, spigot
Fastasyncworldedit
Blazingly fast world manipulation for artists, builders and everyone else: https://www.spigotmc.org/resources/13932/
Stars: ✭ 188 (+41.35%)
Mutual labels:  bukkit, spigot
Debuggery
A small plugin designed to expose API values at runtime.
Stars: ✭ 36 (-72.93%)
Mutual labels:  bukkit, spigot
Holographicdisplays
Create modern looking holograms in Minecraft.
Stars: ✭ 175 (+31.58%)
Mutual labels:  bukkit, spigot
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+2043.61%)
Mutual labels:  bukkit, spigot
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-73.68%)
Mutual labels:  bukkit, spigot
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (-51.13%)
Mutual labels:  bukkit, spigot

Banner

Code Quality Downloads Release GitHub license

What is Chorus?

Chorus is an easy-to-use and lightweight YAML editor, created for anyone who works on Spigot-based Minecraft servers.
Thanks to its features, Chorus is perfect to edit configurations quickly and easily.

Why Chorus?

Chorus has a lot of features that will help you edit your configuration with extreme ease:

  • Edit remote files (SFTP and FTP);

SFTP

  • Show previews of chat, title, scoreboard, item, GUI, sign, action bar, boss bar, mob bar, MOTD and animated text;

Chat preview

GUI preview

Animated text preview

  • Use autocompletion to insert elements quicker;

Autocompletion

  • Quickly show colored text;

Quick preview

  • Insert colored text via an editor;

Inline editor

  • Insert items by name/ID;
  • Insert particles by name;
  • Insert effects by name/ID;
  • Insert sounds by name;
  • Insert entities by name;
  • Insert enchantments by name/ID;

Insert item

  • Convert milliseconds, seconds, minutes, hours, days to ticks and vice-versa;

Tick conversion

  • Fetch information of items, effects, entities, enchantments;
    Pro tip: CTRL + click the game element;

Fetch information

  • Add variables that are applied during previews;

Add variables

  • View complete path of any key by hovering it;
  • Auto-save your files (with customizable delays);
  • Replace TABs with spaces;

Writing your own add-on

Since 1.3, Chorus supports custom JavaScript add-ons.
Check out the official wiki for API documentation.
Although an official marketplace is not ready yet, you can publish your add-ons by submitting your files to the add-ons repository following the instructions given in its README.
In order to load an add-on, place the .js file inside the chorus/addons folder.

Creating your own theme

Chorus supports custom themes. If you want to create your own, create a folder into chorus/themes named as your theme's name.
In this folder, you have to create the following files:

  • {name}.css, to style the main view;
  • {name}-highlight.css to style keywords;
  • {name}-settings.css to style setting view;

Note: {name} must be the same as your folder's name.

To see the structure of a style file, take a look at this theme:

If you want to make it public, you can add it to the official themes repository following these guidelines.

Downloading

Chorus is downloadable on chorusmc.org.
Older versions can be found here.
Make sure you have Java 8 or above installed.

Windows

Download chorus-X.X.X.exe, move it to the desired installation folder and run it.

macOS

Download chorus-X.X.X.app.zip, extract the .app file and open it.

Linux

Download chorus-X.X.X.jar, move it to the desired installation folder and run it.

Donating

I (yes, Chorus is mantained by a single guy) worked so hard on this project.
If you like this software, or just want to support me, I'd really enjoy donations.
By donating, you'll be added to the 'Donators List' accessible from the program.

License

Chorus and its source code are under GPL-3 license. For further information, check LICENSE.
Unauthorized distribution and/or sale are prohibited.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].