Skip to content

Commit

Permalink
Server split page + more (Bloom-host#75)
Browse files Browse the repository at this point in the history
* server split page

* Fix incorrect description

Description used to be the LiteBans one

* Split server page

* Fix broken plugin link

* Update for server split page
  • Loading branch information
alau740 authored Feb 3, 2021
1 parent 41f63b3 commit 8047d5b
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/ServerNPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ServerNPC
hide_title: true
hide_table_of_contents: false
sidebar_label: ServerNPC
description: Litebans is a premium plugin to manage and distribute punishments on your server or network.
description: ServerNPC is a plugin that allows you to create non player characters, or NPC's, and have them do certain actions.
keywords:
- ServerNPC
- NPC
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/viaversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ViaVersion **needs** to be installed for ViaBackwards and ViaRewind to work and
![poggers in the chat](https://cdn.discordapp.com/attachments/737803938430189678/750862566192054282/viaversion-darkmode.png)

# Usage
Download the plugins and upload them into your `plugins` folder. Restart or turn on your server. If you need help with installing plugins, check out [this guide](https://docs.bloom.host/plugins).
Download the plugins and upload them into your `plugins` folder. Restart or turn on your server. If you need help with installing plugins, check out [this guide](https://docs.bloom.host/bukkit-plugins).

Once you have installed the plugins and restarted your server, Java players should be able to join from any version!

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/worldedit.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WorldEdit is an in-game world editing plugin. You can select areas, fill them in

### Setup

Download the latest version for your Minecraft version (e.g. if your server is 1.16.2, download the latest one compatible with 1.16.2). Drop it in your plugins folder. Turn on or restart the server, and it should be working! If you need help installing plugins, check [How to install plugins](https://docs.bloom.host/plugins).
Download the latest version for your Minecraft version (e.g. if your server is 1.16.2, download the latest one compatible with 1.16.2). Drop it in your plugins folder. Turn on or restart the server, and it should be working! If you need help installing plugins, check [How to install plugins](https://docs.bloom.host/bukkit-plugins).

## Commands

Expand Down
46 changes: 46 additions & 0 deletions docs/split-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: split-server
title: Splitting servers
hide_title: true
hide_table_of_contents: false
sidebar_label: Splitting servers
description: This guide shows you how to split your Minecraft server.
keywords:
- server
- splitting server
- Pterodactyl Panel
- Minecraft
- Bloom.host
image: https://bloom.host/assets/images/logo.png
---
# Splitting your server

Bloom.host allows you to split the server that you have with them, for example to run more Minecraft servers for different gamemodes or to run a Discord bot off of your server.

:::important
Splitting your server will use resources (Disk space and RAM) from your main server. It's important to make sure that you leave enough resources so that your main server runs properly!
:::

## Split your server

Firstly from the [game panel](https://mc.bloom.host/), navigate your server and select the 'Server split' option.

![Split server](../static/img/split-server/split-server-1.png)

Secondly, in the box on the right (highlighted with a red border), there are several options there for selecting the type of server and the amount of resources that you want to give to the split server. For example, if you wanted to make a seperate (not modded) server for a new gamemode, select `Minecraft - Paper` as the server type and enter the amount of RAM and disk storage space you want to allocate for your server.

![Split server](../static/img/split-server/split-server-2.png)

Click on `Split server` and you will see a window confirming wether you want to continue with the server split.

:::caution
Your main server will be stopped by splitting your server as resources will be taken from it to make your new server.
:::

Click on `confirm` and your server will be split. Success! You have successfully split your server.

You can interact and manage this new server in the same way as you would with your main server.

When you login to the game panel, you can see your new server in the list of servers you can manage.

![Split server](../static/img/split-server/split-server-3.png)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'sub-users',
'databases',
'reverse-proxy',
'split-server',
'file-manager-controls',
'backups',
'2fa'
Expand Down
Binary file added static/img/split-server/split-server-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/split-server/split-server-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/split-server/split-server-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8047d5b

Please sign in to comment.