Updated all modules to work with ModuleLoader major version 5
Except BlockPlaceMods
This commit is contained in:
@@ -20,7 +20,7 @@ import com.redstoner.modules.Module;
|
||||
import com.redstoner.modules.datamanager.DataManager;
|
||||
|
||||
@AutoRegisterListener
|
||||
@Version(major = 4, minor = 0, revision = 3, compatible = 4)
|
||||
@Version(major = 5, minor = 0, revision = 0, compatible = 4)
|
||||
@SuppressWarnings("unchecked")
|
||||
public class OnlinePlayers implements Module, Listener
|
||||
{
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
displayName: OnlinePlayers
|
||||
category: External
|
||||
description: Provides a list of all players online with data in a .json file used for Redstoner's "Who's online feature"
|
||||
Reference in New Issue
Block a user