Added vanish module, a simple replacement for the essentials version

I tried to use underscores where ever I could ^^
This commit is contained in:
Dico200
2015-09-19 01:00:51 +02:00
parent 9bf7d626da
commit d5c9e2fae1
2 changed files with 125 additions and 3 deletions

View File

@@ -39,8 +39,8 @@ shared["load_modules"] = [
"adminchat",
# Adds /badge, allows to give players achievements
"badges",
# Adds a few block placement corrections/mods
"blockplacemods",
# Adds a few block placement corrections/mods
"blockplacemods",
# Adds /calc, toggles automatic solving of Math expressions in chat
"calc",
# Plugin to locate laggy chunks. /lc <n> lists chunks with more than n entities
@@ -90,7 +90,9 @@ shared["load_modules"] = [
# vanish toggle module - temporary fix
"vanishfix",
# obisidian mining punishment plugin
"punishments"
"punishments",
# a simple replacement for the buggy essentials /vanish
"vanish"
]
shared["modules"] = {}
for module in shared["load_modules"]: