Simple Build Server System

A simple build server system you can use on your buildserver to manage your builders and visitors.

111

Quick challenge

How far can you run before the mobs catch you?

Simple Build Server System

Title

What does the Plugin do?

This simple plugin is designed to manage builders and visitors on your build server. At its core, it gives builders and admins creativemode, while other visitors are immediately placed in spectatormode to protect the builds.

Features

- Adds a simple vanish for staffmembers - Adds a Scoreboard. - Adds a shortcut to creativemode for staffmember without giving staffmember access to vanilla commands. - Adds simple prefixes in Tab. - Adds welcome messages.

Screenshots

Here are some screenshots that show how the plugin looks.

Vanished Players

If a player is in vanish, there is a 'V' behind their name. Other team members can still see them.

Vanished player in tablist

Prefixes

Admin in Tablist

Admin in playerlist

Buildere in Tablist

Builder in tablist

Visitor in Tablist

Visitor in tablist

POV's

Admin

Admin POV

Builder

Builder POV

Visitor

Visitor POV

Permissions and Commands

Active permissions

| Permissions |Permissions | Permissions | |---------------------|-------------------------|-----------------------| | /Build | Shortcut to creativemode (so that you dont have to give builders access to vanilla commands)| build.team | | /hide | Vanish yourself | build.team | | /show | Unvanish yourself | build.team | | /hide <Player> | Vanish other player | build.admin | | /show <Player> | Unvanish other player | build.admin | | /jumpto <Player> | Warp to another player | build.team | | /sb <On/Off> | Toggle the scoreboard for yourself| build.team |

Passive permissions

| Permissions |Permissions | Permissions | |---------------------|-------------------------|-----------------------| | Admin Prefix | Display the Admin prefix in Tab | build.admin | | Builder Prefix | Display the Builder prefix in Tab | build.team | | See vanished players| Be able to see vanished Players | build.team |

Config file

Some small settings can be edited in the config.yml ``` Buildsystem: ServerName: '&9&lBuildserver' Prefix: '&6BuildSystem' ```

ToDo's

- Add prefixes in chat and over the players head. - Make the scoreboard customisable. - Make the prefixes customisable. - Add option to turn scoreboard off permanently. - Add "V" as an alias for hide and show.

Some notes

I originally wrote this plugin for a friend, and to make sure it doesn't get lost, I want to share it here. This is one of my first attempts at making a plugin, so feedback is appreciated! Since this is one of my first plugins, the code is certainly not perfect. I will clean it up and optimize it more and more over time.

ADS