{name}
33 |{data?.versions.length}
34 |{description}
19 |22 | 28 | {change.commit.slice(0, 7)} 29 | 30 | {highlightIssues(change.summary, project, styles.issue)} 31 |
32 | ))} 33 | {build.changes.length === 0 && No changes} 34 | > 35 | ); 36 | 37 | export default SoftwareBuildChanges; 38 | 39 | const highlightIssues = ( 40 | summary: string, 41 | project: string, 42 | highlightClass: string, 43 | ): JSX.Element[] => { 44 | return summary.split(/([^&])(#[0-9]+)/gm).map((part: string, i: number) => { 45 | if (!part.match(/#[0-9]+/)) { 46 | returnBuild | 28 |Changelog | 29 |Timestamp | 30 |Download | 31 |
---|---|---|---|
40 | 48 | #{build.build} 49 | 50 | | 51 |
52 | |
58 | 62 | {formatRelativeDate(new Date(build.time))} 63 | | 64 |
65 | |
74 |
{data?.versions.length}
34 |{description}
47 | )} 48 |64 | {isStable ? description : (experimentalWarning ?? description)} 65 |
66 |
100 | Looking for older builds - or changelogs? We got you!
101 |
102 |
103 | Even older builds are available in our
104 |
108 | build explorer
109 |
110 | .
111 |
112 |
{description}
47 |20 | We're happy to have you as a part of the PaperMC community! 21 | Please read our community guidelines before participating. 22 |
23 |38 | Discord is a popular option for many gamers to communicate with each 39 | other. We have a Discord community server that anyone can join. 40 |
41 |61 | You can join the forums and chat with other administrators, 62 | developers, project staff, and more. 63 |
64 |24 | { 25 | "Our projects are based on community contributions and wouldn't be possible without them. There are a lot of ways to contribute, even without programming knowledge." 26 | } 27 |
28 | 29 |39 | PaperMC uses Open Collective to manage various recurring expenses, 40 | mostly related to infrastructure. Open Collective allows us to be 41 | extremely transparent, so you can always see how your donations are 42 | used. 43 |
44 |61 | A big chunk of the code in our projects is written by community 62 | members, and we welcome your contributions! 63 |
64 |86 | A lot of users result in a lot of questions. Everyone is welcome to 87 | answer questions or provide support, whether on our Discord server or 88 | in our forums 89 |
90 |107 | Constantly evolving software needs constantly updated documentation. 108 | No matter if you want to report missing information or add guides 109 | yourself, we always appreciate help. 110 |
111 |32 | {"Select the software you want to download."} 33 |
34 |36 | PaperMC improves Minecraft’s ecosystem with fast, secure software 37 | and an expanding plugin API, providing quick releases and helpful 38 | support as the most widely used, performant, and stable software 39 | available. 40 |
41 |99 | Crafted by the PaperMC team & contributors, Hangar is our own 100 | dedicated plugin repository, now in open beta! A place for 101 | developers to host their creations, and server owners to enrich 102 | their player's gameplay. From Administration Tools, to 103 | Minigames, you'll find it all on Hangar. 104 |
105 |140 | PaperMC’s software powers hundreds of thousands of Minecraft 141 | servers on a daily basis, from small single-servers setups to 142 | massive Minecraft server networks. Designed with utility and 143 | performance in mind, it can handle whatever you throw at it. 144 |
145 |163 | Our software is designed with security and stability in mind. We 164 | have consistently been among the first to fix vulnerabilities in 165 | the Minecraft space for years, so you can rest assured that 166 | PaperMC software is a good choice. 167 |
168 |44 | {"You can find the javadocs for our software below:"} 45 |
46 |90 | Crafted by the PaperMC team & contributors, Hangar is our own 91 | dedicated plugin repository, now in open beta! View over 92 | 100 93 | different plugins that support Folia, or list your own with 94 | a very streamlined creation process. 95 |
96 |99 | Crafted by the PaperMC team & contributors, Hangar is our own 100 | dedicated plugin repository, now in open beta! View 101 | 102 | {hangarProjectListPagination.count} 103 | 104 | different plugins that are specific to Paper, or list your 105 | own with a very streamlined creation process. 106 |
107 |135 | To get started with Paper, you will need to download and install 136 | the latest version of the server software. Once you're ready, 137 | take a look at our extensive documentation. 138 |
139 |170 | Whether you need help with your server settings, server lag, or 171 | need a guide for formatting your chat, our knowledgeable staff and 172 | friendly community are always around to lend a hand. 173 |
174 |91 | Crafted by the PaperMC team & contributors, Hangar is our own 92 | dedicated plugin repository, now in open beta! View over 93 | 94 | {hangarProjectListPagination.count} 95 | 96 | different plugins that are specific to Velocity, or list 97 | your own with a very streamlined creation process. 98 |
99 |127 | To get started with Velocity, you will need to download and 128 | install the latest version of the proxy software. Once you're 129 | ready, take a look at our extensive documentation. 130 |
131 |162 | Whether you need help with your proxy settings, server lag, or 163 | need a guide for formatting your chat, our knowledgeable staff and 164 | friendly community are always around to lend a hand. 165 |
166 |77 | All the experience the PaperMC team has gained from working on 78 | Waterfall has applied to Velocity. Designed with performance and 79 | scalability in mind, Velocity is the best proxy software 80 | available. 81 |
82 |95 | Whether you need help with your proxy settings, server lag, or 96 | need a guide for formatting your chat, our knowledgeable staff and 97 | friendly community are always around to lend a hand. 98 |
99 |29 | PaperMC is an open community, and part of managing the community 30 | involves paying for services, servers, and infrastructure. We do 31 | what we can to keep our costs reasonable and sustainable, but still 32 | some costs are unavoidable. 33 |
34 |83 | Our current balance is{" "} 84 | 85 | $ 86 | {sponsorData && 87 | ( 88 | sponsorData.ocData.collective.stats.balance.valueInCents / 100 89 | )?.toLocaleString("en")} 90 | 91 | , our estimated expenses are{" "} 92 | 93 | $ 94 | {sponsorData && 95 | ( 96 | sponsorData.ocData.collective.stats.monthlySpending 97 | .valueInCents / 100 98 | )?.toLocaleString("en")} 99 | {" "} 100 | per month. 101 |
102 |31 | Meet the members behind PaperMC, a Minecraft software organization 32 | focusing on improving the game’s ecosystem with faster and more 33 | secure software. 34 |
35 |{team.description}
58 |105 | Contributors are those people who have helped the organization by 106 | making important contributions to our codebases. From adding a new 107 | redstone engine to PRing a fix for a nasty bug, our contributors have 108 | helped us to provide the best software we possibly can. 109 |
110 |