diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 639900d..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 726c80f..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/playerlist.iml b/.idea/playerlist.iml
deleted file mode 100644
index d6ebd48..0000000
--- a/.idea/playerlist.iml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/init.lua b/init.lua
index 1c9b435..1c2f6fa 100644
--- a/init.lua
+++ b/init.lua
@@ -59,6 +59,3 @@ controls.register_on_release(function(user, key)
end
end)
-if minetest.get_modpath("random_messages") then
- random_messages.add_message({"", "Use your " .. playerlist_key .. " key to show a list of all online players."})
-end
\ No newline at end of file
diff --git a/mod.conf b/mod.conf
index 7d70274..646f1f2 100644
--- a/mod.conf
+++ b/mod.conf
@@ -1,4 +1,3 @@
name = playerlist
description = The playerlist feature (extracted from the elidragon mod)
depends = controls, ctf, ctf_colors
-optional_depends = random_messages
\ No newline at end of file