Minecraft

NoPlugins – Minecraft Plugin

Minecraft·March 22, 2026·16 min read

Minecraft server management is essential for owners, as it allows the installation of plugins, improves gameplay, and provides other essential controls. However

Installation

1. Go to [NoPlugins on Spigot](https://www.spigotmc.org/resources/noplugins.17859/) and click on the Download button.

2. Save the file somewhere easily accessible on your computer.

3. Head to your Holy server panel, then click on "FTP File Access" near the upper left.

Important: Make sure you are using the correct Server Profile for this installation.

4. Log in with your password and enter the plugins directory.

5. In the upper left corner, click on "Upload" and drag the file to the corresponding area.

6. Wait until it reaches 100%, then return to the main panel.

7. Restart the server and join to confirm that the plugin was installed correctly.

Getting Started

Once NoPlugins is installed, you and others may notice that some commands do not work or return custom messages. For example, using /plugins or /pl will show a plugin list

Configuration

As mentioned earlier, the configuration file is how owners use the plugin. There are no in-game abilities or commands to configure this, making it have a p

1. Go to "FTP File Access" from the main server panel.

2. Log in with your password, then enter the plugins directory.

3. Then, locate and navigate to the NoPlugins folder.

4. Inside this area, click on "Edit" on the far right of the config.yml file.

5. Make the necessary changes, then press "Save" at the top.

6. Restart the server from the main panel to apply the edits, then join to confirm.

Important Configuration Settings

Since there is an overwhelming amount of settings to edit, we will briefly cover the best ones. Some of these are core features of the plugin, making them important for

Comandos

Configuration Examples

Some of these settings can be complex or a bit difficult to learn at first, so let's go through some examples.

Removed Commands

This section of the configuration is where individual commands can be blocked. However, if the server uses version 1.13 or below, the TAB auto-completer will block the list for

```yaml

removed-commands:

- plugins

- ban

- op

```

Chat Messages

After removed-commands, if a player tries to use them in the game, a message will appear. This can be configured later in the file, which is useful if you have tons of disabled commands

```yaml

messages:

plugins: 'Plugins (3): &aNot&f, &aYour&f, &aBusiness'

ban: 'You do not have admin privileges!'

op: 'Cheating is not allowed.'

```

Blocked Plugin Commands

Instead of blocking individual commands, you can disable entire plugins for players. However, certain abilities may still work if they have proper permissions. Otherwise

```yaml

block-plugin-commands: true

blocked-command-message: "Unknown command. Type \"/help\" for help."

plugins:

- LuckPerms

- WorldGuard

```

Commands and Permissions

Like other plugins, NoPlugins has some commands and permissions to use. These control how players interact with its features, such as bypassing command prevention. This re

Comandos

Plugin Menu

Players with the pluginmenu permission can open its GUI, revealing all server plugins. In other words, this can be used as an alternative method to review the plugin list d

Common Issues

1. The plugin does not load:

If after installing the plugin it fails, the wrong version may have been used. For example, loading the 1.16 version while the server is on 1.19 can cause it not to work. As

2. The configuration does not work:

In some cases, changing the configuration file does not work and could break the entire plugin. This happens when there are ongoing formatting issues, incorrect values, or other similar problems

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support