Skip to content

A5H73Y/NoSwear

Repository files navigation

NoSwear Logo

travis-ci tutorials bStats license: MIT repo

NoSwear is the ultimate chat control plugin. Allowing you to prevent: unwanted swear words, spam, advertising / links being posted.

First released in April 2012, and has been updated since. NoSwear is now open source, allowing you to contribute ideas and enhancements, or create your own spin on the plugin.

Discord Support

Installation

  • Install Spigot (v1.8 to 1.14)
  • Download NoSwear from dev.bukkit.org/projects/a5h73y/files
  • Place the NoSwear.jar into the /plugins folder of the server.
  • Start your server and check the server logs to ensure the plugin started successfully.
  • Check the config.yml and configure it to your preference before fully implementing the plugin.

Supported plugins

Plugin Description
Vault Add economy support to the plugin, reward or penalise the player.
GitHub Project by MilkBowl

Maven

<repository>
    <id>a5h73y-repo</id>
    <url>https://dl.bintray.com/a5h73y/repo/</url>
</repository>
<dependency>
    <groupId>me.A5H73Y</groupId>
    <artifactId>NoSwear</artifactId>
    <version>7.4</version>
    <type>jar</type>
    <scope>provided</scope>
</dependency>

Gradle

repositories { 
    maven { 
        url "https://dl.bintray.com/a5h73y/repo"
    } 
}
compile 'me.A5H73Y:NoSwear:7.4'