Skip to content

Commit

Permalink
v1.1.2 smolfix
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Mar 14, 2022
1 parent c02ecfe commit a8851bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Some bugfixes... I guess...
- Made the plugin compatible with V6.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

## Description

**/!\ This plugin requires [Distributor](https://github.com/Xpdustry/Distributor) which can only be used in a BE server since [#6328](https://github.com/Anuken/Mindustry/pull/6328) is needed.**

Simple Mindustry plugin which aims to provide utilities to manage horny stuff in your server.
A simple Mindustry plugin which aims to provide utilities to manage horny stuff in your server, especially logic NSFW.

For now, it's an implementation of [L0615T1C5-216AC-9437/GlobalImageBan](https://github.com/L0615T1C5-216AC-9437/GlobalImageBan) via a service API.

Expand All @@ -32,7 +30,7 @@ To interact with it, you can either :
}
dependencies {
compileOnly("fr.xpdustry:no-horny-plugin:1.0.1")
compileOnly("fr.xpdustry:no-horny-plugin:1.1.2")
}
```

Expand All @@ -45,6 +43,12 @@ To interact with it, you can either :
]
}
```

## Running

[distributor-core](https://github.com/Xpdustry/Distributor) is required as a dependency.

If you run on V6 or V7 up to v135, you will need [mod-loader](https://github.com/Xpdustry/ModLoaderPlugin).

## Building

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"displayName": "Xpdustry NoHornyPlugin",
"author": "Xpdustry",
"description": "Anti horny utilities...",
"version": "1.1.1",
"minGameVersion": "v135",
"version": "1.1.2",
"minGameVersion": "v126.2",
"hidden": true,
"java": true,
"main": "fr.xpdustry.nohorny.NoHornyPlugin",
Expand Down

0 comments on commit a8851bd

Please sign in to comment.