Compare commits
No commits in common. "main" and "ccafa95bd0816344ec6c1662cffaf21e128988bc" have entirely different histories.
main
...
ccafa95bd0
7 changed files with 0 additions and 36 deletions
3
.idea/.gitignore
vendored
3
.idea/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
# Default ignored files
|
|
||||||
/shelf/
|
|
||||||
/workspace.xml
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectRootManager">
|
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/playerlist.iml" filepath="$PROJECT_DIR$/.idea/playerlist.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="JAVA_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$" />
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
3
init.lua
3
init.lua
|
@ -59,6 +59,3 @@ controls.register_on_release(function(user, key)
|
||||||
end
|
end
|
||||||
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
|
|
1
mod.conf
1
mod.conf
|
@ -1,4 +1,3 @@
|
||||||
name = playerlist
|
name = playerlist
|
||||||
description = The playerlist feature (extracted from the elidragon mod)
|
description = The playerlist feature (extracted from the elidragon mod)
|
||||||
depends = controls, ctf, ctf_colors
|
depends = controls, ctf, ctf_colors
|
||||||
optional_depends = random_messages
|
|
Loading…
Reference in a new issue