Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 953 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 953 Bytes

BungeeCord plugin for FML builds that allow you to block mods from being used on your servers.

Drop it in your BungeeCord plugins folder, then run it. There should be two entries in the plugins/BlockMods/config.yml

isWhitelisted: set to true if you want to only allow specified mods, or false if you want to block specified mods. Defaults to true.

modList: The name of the mods to either allow or deny. This is a string list, and should be laid out as follows:

modList:
- mod1
- mod2

where mod1 and mod2 are mods to allow or deny, (as per your isWhitelisted setting). Case does not matter. "FML", "Forge" and "mcp" are automatically allowed through, due to them being required as part of the FML system!

You can edit this file life. Run /blockmods reload when done, but you must have the blockmods.reload permission on Bungee.

Licensed under the AGPL v3.0. If you modify it and use it publically, you must share it!