Ban and mute support, commands included.

This commit is contained in:
lare96
2015-09-02 09:22:33 -04:00
parent 5376b08161
commit c3ebfb46a8
5 changed files with 100 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<plugin>
<id>punishment</id>
<version>1</version>
<name>Punishment commands</name>
<description>Adds various punishment commands, such as banning or muting a player.</description>
<authors>
<author>lare96</author>
</authors>
<scripts>
<script>punish.rb</script>
</scripts>
<dependencies />
</plugin>