Since I can't access my old account here is the newest version.
Another Hermitcraft inspired plugin for Bukkit/Spigot.
This is a very simple plugin that allows a server admin, to turn off Endermen being able to pickup or set down blocks.
This plugin also allows a server admin, to turn off Skeleton Horse spawns, Creeper griefing, and Wandering trader spawns.
So if you don't like Endermen griefing your builds, Hate when Creepers make holes in your yard/build, Don't like the Skeleton Horse traps, and are annoyed by Wandering Traders, then this plugin is for you.
config.yml
Code (YAML):
# DO NOT CHANGE VERSION version: 1.0.6
# change to false to stop auto-update-check auto_update_check: true
# set to true before sending a log about an issue. # logs trace data required to pinpoint where errors are. debug: false
# Set the language to use, en_US, nl_NL, lol_US, fr_FR, de_DE, cs-CZ, pt_BR lang: en_US
console: # Enables fancy ANSI colors in console. (Disable if you're getting weird characters in the console) colorful_console: true
# Should NEG use it's full name or NEG in console messages? longpluginname: true
# Set if Enderman can pickup blocks. false=no grief enderman_grief: false
# Set whether or not Skeleton Horses spawn. false=no grief skeleton_horse_spawn: false
# Set if Creeper explosions can destroy blocks. false=no grief creeper_grief: false
# Set if Wandering Traders spawn. false=no spawn wandering_trader_spawn: false
# Set whether Ghast fireball explosions can destroy blocks. false=no grief ghast_grief: false
# Set if whether Phantoms spawn. false=no spawn phantom_spawn: false
# Set if Pillager Patrols should spawn. false=no spawn pillager_patrol_spawn: false
permissions:
Code (YAML):
PERMISSIONS
permissions:
noendermangrief.admin:
description: For Admin only, Overrides
all permissions.
default: false
noendermangrief.op:
description: Overrides most permissions.
default: false
noendermangrief.showUpdateAvailable:
description: Shows player if there is an update on login.
default: op
noendermangrief.toggledebug:
description: Allows the player to use
"/neg toggledebug" command.
default: op
commands: /NEG - Shows this help message in game.
For help you can post issues and suggest ideas on my discord
server.
License:
MIT License
Contributing:
This plugin is open source; you can view the source code on github. Feel free to open issues there or submit pull requests.
This plugin utilizes bStats to collect anonymous statistics
NOTICE:
While this plugin is 1.8 compatible, the Skeleton Horse function will not work in 1.8, as Skeleton Horses are not naturally spawning in 1.8.