aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-07-09[ci skip] Add a test plugin (#6133)Jason
2021-06-11Update paperweight & build config for Spigot changesKyle Wood
2021-06-11Did anyone say gradle? and paperweight? potentially even mojmap?!MiniDigger
2020-05-19Fix ./paper edit continue for Windowsstonar96
2019-06-08Hey vscode, get your files outta my repoZach Brown
2018-08-31Switch to using ForgeFlower for Paper Only mc-dev importsAikar
ForgeFlower is better than Spigots FernFlower at decompiling the source. However, in order to maintain the CraftBukkit patches, we must keep using spigots for the primary. However, for any file that we import on top of Spigots imported files there is nothing stopping us from using better decompiled files. So these changes will use ForgeFlower to maintain a better set of decomped files, so anything we add on top of Paper can start off in a better spot.
2018-03-13[CI-SKIP] macOS filesystem dust made it past gitignore!Zach Brown
2017-08-12Move mc decompile source to its own folderZach Brown
Makes caching easier, ever so slightly more organized.
2017-06-11Improve console implementationMinecrell
Rewrite console improvements (console colors, tab completion, persistent input line, ...) using JLine 3.x and TerminalConsoleAppender. New features: - Support console colors for Vanilla commands - Add console colors for warnings and errors - Server can now be turned off safely using CTRL + C. JLine catches the signal and the implementation shuts down the server cleanly. - Support console colors and persistent input line when running in IntelliJ IDEA Other changes: - Update JLine to 3.3.1 (from 2.12.1) - Server starts 1-2 seconds faster thanks to optimizations in Log4j configuration
2016-04-09Add testserver command - quickly start a test serverAikar
This will help encourage testing with some widely used plugins to help identify issues caused by changes before they are pushed.
2016-04-01Cleanup and restructure the projectDemonWav
2016-03-30Use paperclip.properties so CI can workAikar
2016-03-30Paper 1.9.2 UpdateAikar
2016-03-03Update for upstream changesZach Brown
2016-03-03Paper 1.9Zach Brown
2016-01-26Add Paperclip supportDemonWav
2016-01-26Add submodules and build scriptsByteflux
These will be made default in 1.9, dropping PaperTools support
2014-11-29Finish removing old gitmodules stuff that should've never lasted thisZach Brown
long
2014-11-28Update Spigot's Patches round 2?Zach Brown
The hell happened here. : Fix Build 2339ac14a8e Regen the patches 89d3fcbdfaf This new system breaks a lot :(
2014-11-28Update PaperSpigot to Minecraft 1.8Zach Brown
2014-08-06Add linux temp files (*~) to .gitignoreZach Brown
2014-07-21Restructure PaperSpigot as a new set of modulesZach Brown
Allows us much greater control over the Spigot portion of the code and makes us more "proper" Credit to @Dmck2b for originally passing the idea along a while back
2014-06-26Upstream mergeZach Brown