Added (WIP!) new modules and utils:
Modules: - Friends - IPLock - Teleport Utils:
This commit is contained in:
@@ -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()
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user