Merge pull request #6 from TBMCPlugins/AliBranch
IIE War System and Discord Plugin Initialization
This commit is contained in:
commit
59b9ca454f
21 changed files with 72 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/buttondevteam/alisolarflare/IieWarSystem/IieWarSystem.class
Normal file
BIN
bin/buttondevteam/alisolarflare/IieWarSystem/IieWarSystem.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.DiscordPlugin;
|
||||
|
||||
public class DiscordPlugin {
|
||||
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
package buttondevteam.alisolarflare.DiscordPlugin.helpers;
|
||||
|
||||
public class DiscordBotLink {
|
||||
public void setRoleAsMinecraft(){
|
||||
|
||||
}
|
||||
public void unsetRoleAsMinecraft(){
|
||||
|
||||
}
|
||||
public void setRoleAsFlair(){
|
||||
|
||||
}
|
||||
public void unsetRoleAsFlair(){
|
||||
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.DiscordPlugin.listeners;
|
||||
|
||||
public class PrivateMessageListener {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem;
|
||||
|
||||
public class IieWarSystem {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.commands;
|
||||
|
||||
public class ToggleWar {
|
||||
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.helpers;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
public class WarListManager {
|
||||
public void createWarList(){
|
||||
//stub
|
||||
}
|
||||
public void LoadWarList(){
|
||||
//stub
|
||||
}
|
||||
public boolean isOnList(Player player){
|
||||
return false;
|
||||
//stub
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.listeners;
|
||||
|
||||
public class CreativeListener {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.listeners;
|
||||
|
||||
public class ObsidianListener {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.listeners;
|
||||
|
||||
public class SpawnEggListener {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
package buttondevteam.alisolarflare.IieWarSystem.listeners;
|
||||
|
||||
public class TeleportListener {
|
||||
|
||||
}
|
Loading…
Reference in a new issue