Plugins

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Lockett

Supreme
Feedback score
9
Posts
434
Reactions
158
Resources
0
Like the person above said....your gonna need more info then "Buying plugin". Please provide what you want it to do and what's it for.... As of right now, this post is useless.
UPDATE: I see you have another thread requesting a logo, and a new one with a server setup. So im guessing you are thinking you can get a logo, buy a setup, and bam you have a successful server. Let me save you some time and money now buddy, no, simply no. It will not be successful at all.
 
Last edited:

NinjoMCS

Feedback score
3
Posts
26
Reactions
9
Resources
0
Alright I'll give it to you for free

public class Plugin extends JavaPlugin

public void onEnable()
System.out.println("Plugin")

No brackets cause I'm on my phone and it's weird but ya there's your plugin.
 

Fantasy

Feedback score
0
Posts
40
Reactions
11
Resources
0
Alright I'll give it to you for free

public class Plugin extends JavaPlugin

public void onEnable()
System.out.println("Plugin")

No brackets cause I'm on my phone and it's weird but ya there's your plugin.
You have forgotten the:
Code:
import org.bukkit.plugin.java.JavaPlugin;
 

iDeactivateLife

Feedback score
3
Posts
142
Reactions
36
Resources
0
public class Plugin extends JavaPlugin{
}
String plugin = "Plugin";
int version = " 1.0Beta";
String author = "MCMARKET";

public void onEnable() {
System.out.println("This is a" + " " + plugin + "version:" + " " + version + "Made by:" + " " + author);
}


private void onDisable() {
System.out.println("This is a" + " " + plugin + "version:" + " " + version + "Made by:" + " " + author);
}
Im hired already! Sry!
 
Last edited:

eneeseene

Feedback score
0
Posts
28
Reactions
0
Resources
0
what7.png

Is it thin trolling? Or does this simple plugin really cost so much?
 
Status
This thread has been locked.
Top