A mindustry plugin that checks if a image is banned. No more nsfw (hopefully)

Overview

Discord Github All Releases

GlobalImageBan

A mindustry plugin that checks if a image is banned. No more nsfw (hopefully)

ATTENTION: We need people to submit NSFW Schematics in the BMI server (Only 18+ Allowed). The more submissions we get the more NSFW get blocked.

Installation Guide

  1. Download the latest mod verion in #Releases.
  2. Go to your server's directory \ config \ mods
  3. Move the mod (Jar file) into the mods folder
  4. Restart the server.
  5. Use the mods command to list all mods. If you see GIB as a mod, GIB was successfully installed.

Usage

The plugin will scan the code of logic blocks, only when placed, for drawflush which signifies the code prints to a screen.
The code is then hashed and sent to http://c-n.ddns.net:9999 to see if the hash is banned.
If the hash is banned, two things can happen detepding on settings:

  1. (Default) Everyone except for the person placing the block (player 1) will receive a message saying player 1 is placing NSFW @ (X,Y)
  2. Player placing the block will b e kicked for 3h automatically (See below)

MaxRatio

Settings

  • gib_complexSearch (Boolean): If true, each drawflush will be checked individually.
    default: false
  • gib_NudityOnly (Boolean): If true, will only respond to code flagged as containing nunity.
    default: false
  • gib_KickBanMessage (String): What message to send before the ID: ... \nBID: ... \nIf you think this was a error... message.
    default: [scarlet]Built banned logic image
  • gib_BanOnHit (Boolean): If true, will ban user immediately upon hit. Will contain gib_KickBanMessage, ID, BID and link to BMI.
    default: false
  • gib_KickOnHit (Boolean): If true, will kick user immediately upon hit. Will contain gib_KickBanMessage, ID, BID and link to BMI.
    default: false
  • gib_BroadcastTimeout (Int): How often, in millis, the server will broadcast when a placer is building nsfw.
    default: 2000
  • gib_ConnectionTimeout (Int): How long, in millis, the server will wait for a http response before giving up. Increase if you have a very high ping to c-n.ddns.net
    default: 1000
    Note: c-n.ddns.net does not respond to pings.
  • gib_KickDuration (Int): How many minutes the player will kick be for.
    default: 180

Commands

gibconfig: Same as config but for GIB settings.
gibclearcache: Clears the hash cache

RPC Info

Rate Limit: A maximum of 100 Requests every 30s

You might also like...

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.

Enhanced Block Entities EBE is a 100% client side mod for Minecraft on the Fabric mod loader which aims to increase the performance of block entity re

Dec 30, 2022

The mod displays more information for unit, such as health, armor, shield, weapon/weapon reload etc.

Unit Information This mod displays some more information about units, waves, cores and tiles. Ingame Display The display is located at the left side,

Dec 30, 2022

Cammie's Minecart Tweaks is a mod that makes Minecarts a more viable solution for long-distance transport

Cammie's Minecart Tweaks is a mod that makes Minecarts a more viable solution for long-distance transport

Cammie's Minecart Tweaks Cammie's Minecart Tweaks is a mod that makes Minecarts a more viable solution for long-distance transport. Minecarts can't co

Jul 2, 2022

resetchunks is a tiny fabric mod that re-adds the /resetchunks command, allowing you to regenerate one or more chunks

resetchunks is a tiny fabric mod that enables the /resetchunks command, allowing you to regenerate one or more chunks.

Jul 25, 2022

Create: Liftoff is a create addon that hopes to empower the player even more with the industrial age of the create mod and space rockets!

Create: Liftoff is a create addon that hopes to empower the player even more with the industrial age of the create mod and space rockets!

Create: Liftoff Welcome to Create: Liftoff, a mod that hopes to empower the player even more with the industrial age of the create mod and space rocke

Jun 6, 2022

Minecraft mod - Adds more support for keyboard navigation in GUI screens!

Minecraft mod - Adds more support for keyboard navigation in GUI screens!

UseKeyboardWithMenu Client-sided mod that adds more support for keyboard navigation in GUI screens! 📝 Table of Contents About Authors 🧐 About UseKey

Apr 26, 2022

Open source Minecraft client with Replay Mod and more.

Sol Client Simple and easy to use Minecraft client for 1.8.9 (and in future™, newer versions). Update: Yes, I know, it has been seven months since I w

Jan 5, 2023

A mod for Fabric which cleans up your chat by removing duplicate messages, extending the chat history, and more

A mod for Fabric which cleans up your chat by removing duplicate messages, extending the chat history, and more

CompactChat for Fabric CompactChat is a mod which will clean up your minecraft chat. If a message is sent twice, the previous message will be removed,

Oct 26, 2022

Improve your clicks, scrolls and more with Extra Sounds Legacy

Extra Sounds Legacy Improve your clicks, scrolls and more with Extra Sounds Legacy. A simplified recreation of Extra Sounds for Minecraft 1.12.2. Incl

Dec 15, 2022
Comments
  • Bypassable?

    Bypassable?

    if (lb.code.contains("drawflush display")) {
    

    Wouldn't it be bypassable by getlinking a display to another variable and then doing drawflush totallyNotAScreen?

    opened by Ruichka 1
Releases(1.3)
Owner
null
Checks items in inventories to see if they were duped as part of the Crystal Hollows Dupe Event in Hypixel Skyblock.

Checks items in inventories to see if they were duped as part of the Crystal Hollows Dupe Event in Hypixel Skyblock.

null 5 Dec 19, 2022
A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
Nuclear-Mines-Mod - A mod adding radiation-related items to Mindustry (radioactive materials, new guns, etc.)

Nuclear Mines (VERY EARLY BUILD) A Mindustry mod adding more radiation-based items to the game. THIS IS A VERY EARLY VERSION. NOT EVERYTHING IS FINISH

null 6 Sep 3, 2022
A template for Mindustry modding.

Mindustry Mod Template A template for Mindustry modding. English | 中文 Requirements Java: Java 8 SDK Functions Auto-release Every commit started with "

Li Plum 8 Dec 21, 2022
Chess in Mindustry.

ChessDustry A (Java) Mindustry Mod that adds Chess pieces to the game. Building for Desktop Testing Install JDK 17. Run gradlew jar [1] or preferred [

null 14 Aug 6, 2022
Mindustry v7 experimental mod.

Confictura A Mindustry v7 experimental mod. Features "Shockwave" effect, distorting the screen pixels. Slash trail effect. Building for Desktop Testin

null 15 Sep 3, 2022
A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.

MultiCrafter Lib A Mindustry MultiCrafter lib-mod for Json and JavaScript mods. Please check the instruction. How to Use Please check the instruction

Li plum 24 Dec 27, 2022
Sequel to Heavy Armaments Industries, a mod for mindustry written in Java

Sequel to Heavy Armaments Industries, a mod for mindustry written in Java

Eschatologue 78 Dec 30, 2022
A Spigot plugin to edit block properties and more.

BoneTool BoneTool is a tool created to edit block properties with many features for builders. This is a creative tool developed as a package of featur

DeZilla 1 Jan 6, 2022
DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin

?? PunishGUI DnD Plugin submission using Atlas. Plugin inspired on the TrollGUI bukkit plugin ?? Dependencies ?? Paper 1.18 ?? Atlas ?? Commands /hell

null 1 Jan 19, 2022