Skip to content

AtriusX/CraftMark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraftMark Build Status Spigot

CraftMark is a spigot plugin that adds markdown support to minecraft's chat system. This greatly extends and improves the game's formatting system in a way that's much more intuitive than before.

Supported Operations

Chat colors will continue to work as they have before; using & with 0-9 or a-f.

Formatting codes are supported via the following markdown operations:

Name Operation Code
Bold **example** &l
Italic *example* &o
Underline ++example++ &m
Strikethrough ~~example~~ &n
Escape MD `example` N/A

Coming Soon

Name Operation Code
Spoiler ||example|| &k
Link [Example](link) N/A

Later operations are to be considered. If you have any ideas you want supported, feel free to open an issue in the issue tracker.

Contributing

To begin contributing to this project, import the project into your preferred IDE of choice. Make sure to also take the time to create a spigot test server on your machine for debugging.

To build the project, run gradle build. I would also recommend setting up a debug runner in your IDE for hot reloading. Follow this guide for IntelliJ and this one for eclipse.

Please take care to verify that you have Java 8 installed and your project is using it, additionally please note that the project follows the K&R style guidelines.

About

Spigot chat manager implementing markdown support

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages