-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathplugins.html
More file actions
20 lines (18 loc) · 875 Bytes
/
plugins.html
File metadata and controls
20 lines (18 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: columns
title: Plugins
description: 'Plugins let you add new gameplay features to your Cuberite server and modify existing features. Download existing plugins or create your own.'
---
<p>Plugins let you add new gameplay features to your server and modify existing features.</p>
<div class="columns">
<div>
<h2>Install Plugins</h2>
<p>There are multiple plugins available to use, and installing them is easy. You can find most plugins available for Cuberite in our plugin repository.</p>
<a href="https://forum.cuberite.org/forum-2.html" class="button">Get Plugins</a>
</div>
<div>
<h2>Develop Plugins</h2>
<p>You may not always find a plugin that meets your needs. In this case, you can utilize Cuberite's API documentation to create or modify a plugin yourself.</p>
<a href="https://api.cuberite.org/" class="button">API Docs</a>
</div>
</div>