Added (WIP!) new modules and utils:

Modules:
 - Friends
 - IPLock
 - Teleport

Utils:
This commit is contained in:
Pepich
2017-05-29 10:28:57 +02:00
parent fdc3113523
commit 80ce433bae
6 changed files with 610 additions and 0 deletions
@@ -0,0 +1,5 @@
command teleport {
alias tp;
alias to;
}
@@ -0,0 +1,12 @@
package com.redstoner.modules.teleport;
import com.redstoner.annotations.Version;
import com.redstoner.modules.Module;
@Version(major = 3, minor = 0, revision = 0, compatible = 3)
public class Teleport implements Module
{
@Override
public void postEnable()
{}
}