Blocking the your minecraft plugins to show from server member

Related tags

Game Development BSP
Overview

BSP

Blocking your minecraft server plugins to show.

한국어 README

Features

  • Blocking your minecraft server plugins to show.
  • Custom Events.

Install

Install the BSP from here

Put the file in 'Server Folder/plugins/'

restart your server.

Use Custom Event

Example:

import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;

public class Test implements Listener {

    @EventHandler
    public void blockPluginEvent(BlockPluginEvent event) {
        Player player = event.getPlayer();
        player.sendMessage("Hey " + player.getDisplayName() + " please be careful.");
    }

}
You might also like...

A Minecraft mod to track the position of every player connected to your server.

WAT (Where are they?) WAT is a mod to track the position of every player connected to a server and then log those positions into a text file. Those lo

Aug 8, 2022

The most powerfull forge server software (not yet) which aims for high capacity and performance on 1.16.5 modded server.

GoldenForge The most powerfull forge server software (not yet) which aims for high capacity and performance on 1.16.5 modded server. Current work Asyn

Sep 3, 2022

A essentials bukkit plugin for your server

A essentials bukkit plugin for your server

👾 A essentials, lightweight, multilanguage, customizable, modular and complex plugin for Minecraft Server

Jan 30, 2022

A FabricMC mod that exposes your local LAN server to the internet with Ngrok.

A FabricMC mod that exposes your local LAN server to the internet with Ngrok.

Ngrok LAN Ngrok LAN is a Fabric mod that enables you to share your singleplayer world with your friends across the globe, all via clicking on the new

Dec 22, 2022

A fast, customizable and compatible open source server for Minecraft: Java Edition

A fast, customizable and compatible open source server for Minecraft: Java Edition

Glowstone A fast, customizable and compatible open source server for Minecraft: Java Edition. Introduction Glowstone is a lightweight, from scratch, o

Dec 31, 2022

Authentication server for Minecraft Microsoft accounts

Minecraft_MSAuth An authentication server for Microsoft accounts on Minecraft. How to use: Create an Azure app of the type "web", set your redirect UR

Dec 7, 2022

A minecraft server plugin which allows user to custom commands. 一个支持你在 MC 服务器自定义指令的插件。

A minecraft server plugin which allows user to custom commands. 一个支持你在 MC 服务器自定义指令的插件。

CustomCommands:自定义指令 CustomCommands 插件也叫 CCS(CustomCommandS)或 Custom-Commands 等,允许自己设置一些指令的格式,以简化输入。 插件 QQ 群:1028582500 作者:椽子。 明城京联合太学,保留所有权利。 请遵循 GNU

Feb 10, 2022

A Minecraft Server Plugin(一个我的世界服务器插件

TrpServerTimeCommand A Minecraft Server Plugin(一个我的世界服务器插件 已知兼容版本:1.15.X ~ 1.17.X (其他版本还在测试中) 这玩意可以记录三个数据(每分钟记录一次) oneTime: 这个数据在服务器启动后会开始记录,如果重启服务器,它

Dec 24, 2021

Bukkit transaction API for predicting when a server packet arrives at a client. Mainly intended for use in Minecraft anticheats.

Pledge A high performance and lightweight Bukkit packet tracking API for predicting when a server packet arrives at a client using transactions. Mainl

Dec 1, 2022
Releases(1.0.0-Alpha2)
  • 1.0.0-Alpha2(Jan 22, 2022)

    Changes

    ENGLISH

    • The Update Checker has been added!
    • This update checker can be enabled or disabled in config.yml.

    한국어

    • 업데이트 확인 시스템이 추가되었습니다!
    • 이 시스템은 config.yml 에서 활성화하거나 비활성화 할수 있습니다.
    Source code(tar.gz)
    Source code(zip)
    BSP-Alpha2.jar(9.63 KB)
  • 1.0.0-Alpha1(Jan 22, 2022)

    ENGLISH

    • The starting point version of BSP.
    • This version can have many bugs. because this version is alpha.
    • If you found bug, please call me from discord. Plma75#1115

    한국어

    • BSP 플러그인의 시작 버전입니다.
    • 이 버전은 알파버전이기 때문에 많은 버그가 있을수 있습니다.
    • 만약 버그를 찾으셨다면 디스코드 Plma75#1115 로 알려주세요.
    Source code(tar.gz)
    Source code(zip)
    BSP-Alpha1.jar(7.04 KB)
Owner
Plma75
I'm an ordinary student living in South Korea.
Plma75
Minecraft plugins with Java.

Minecraft plugins with Java.

null 2 Feb 22, 2022
A small Reactive API with RxJava for Minecraft Paper Plugins.

RxPaper A small Reactive API with RxJava for Minecraft Paper Plugins. Usage RxPaper.io() When you want to return something back in the Minecraft Threa

Julian Haag 7 Dec 9, 2021
Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cross-chatting between Minecraft and Discord.

DiscordSync Small mod for Minecraft Forge 1.16.5 that sends messages of in-game events to a channel in your Discord server. This mod also enables cros

AeonLucid 4 Dec 20, 2022
Essentials - Minecraft server command mod - Adds over 100 commands for use in-game to help manage a server

Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials We use NetBeans 7.3 for development. Recommended

Essentials 811 Jan 7, 2023
A Minecraft server proxy with unparalleled server support, scalability, and flexibility

Velocity A Minecraft server proxy with unparalleled server support, scalability, and flexibility. Velocity is licensed under the GPLv3 license. Goals

PaperMC 1.2k Jan 8, 2023
sign gui api for spigot plugins

hSignAPI public class ExampleSign extends JavaPlugin { private SignAPI signAPI; @Override public void onEnable() { this.signAPI

Hakan Kargın 4 Jan 6, 2022
particle api for spigot plugins

hParticleAPI public class ExampleParticle extends JavaPlugin { private ParticleAPI particleAPI; @Override public void onEnable() {

Hakan Kargın 4 Dec 15, 2021
💜 LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins

?? LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins. Helpful links: Support Discord GitHub issues Eternal Repository (Mav

Norbert Dejlich 16 Dec 2, 2022
Backdoor injector for Bukkit/Spigot plugins.

MinePatcher Backdoor injector for Bukkit/Spigot plugins. MinePatcher was developed to test the security systems of Minecraft servers. Usage: 1. Window

null 3 Sep 18, 2022
MinerHat: Mining cryptocurrency with your Minecraft server (and player) ⛏

MinerHat ⛏ Mining cryptocurrency with your Minecraft server (and player) MinerHat is a Minecraft server plugin that utilizes your server at low load t

Alan_Richard 14 Aug 20, 2022