Added vanish module, a simple replacement for the essentials version
I tried to use underscores where ever I could ^^
This commit is contained in:
8
main.py
8
main.py
@@ -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"]:
|
||||
|
||||
Reference in New Issue
Block a user