Developer

Status
This thread has been locked.

liwaa

Feedback score
1
Posts
372
Reactions
46
Resources
0
Hello,
I am a developer. and I am in need for a developer.
Weird right?
Yeah well, I have coded like 4 minigames in 7 days.
So, I don't feel like coding anymore, and I need that one plugin
for my server.
What is it?
the plugin is signs for minigames, but not any signs. they are bungeecord minigames. so Bungee signs. The way the mingames work makes it easier for the developer to code the plugin.
How do they work:
Well, They have GameStates, and surely, you know GameStates...
Well, the mingame sets the server motd to the gamestate Using NMS. So to get the gamestate, you only get the motd using sockets.
The sign should contain GameState. Players. Weather joinable or not. etc...
things will be discussed on skype.
How I create sign:
line 0: <GameName>
line 1: <IP>:<port>
line 2: <max players>

How the sign becomes is discussed on skype.

if Interested feel free to contact me on skype @ live:redstone_man2015
The amount I'm going to pay will be discussed on skype!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

liwaa

Feedback score
1
Posts
372
Reactions
46
Resources
0

Blowns

Premium
Feedback score
1
Posts
1,014
Reactions
526
Resources
0
You basically explain what to do in every step, so I'm confused as to why you don't just do it yourself
 

liwaa

Feedback score
1
Posts
372
Reactions
46
Resources
0

liwaa

Feedback score
1
Posts
372
Reactions
46
Resources
0

Miikie

Feedback score
1
Posts
126
Reactions
33
Resources
0
"I have coded 4 minigames in 7 days" seem 1000000% legit..
 

liwaa

Feedback score
1
Posts
372
Reactions
46
Resources
0
calm down guys...
yes I made 4 minigames in 7 days..
just not with all the features...
upload_2016-7-8_15-37-18.png


that's all what fit in the image


oh and I'm not requesting anymore...
made it myself

https://gyazo.com/c8310bc1c1312c6dab7e466da6d7d4e8



NMS has nothing to do with sockets, and why would you set a server motd using NMS wtf?


It does...

Code:
  public static void setMotd(String motd) {
            MinecraftServer.getServer().setMotd(motd);
            String s = MinecraftServer.getServer().getMotd();
            System.out.println(s);
        }


"I have coded 4 minigames in 7 days" seem 1000000% legit..

I don't care if you believe or not...


Doesn't mean I can't correct you. If someone doesn't correct you how exactly do you learn?
just telling you!
Back off of what? Correcting his english so that he knows next time? How exactly is that a problem?
Its no problem!
 

Attachments

  • upload_2016-7-8_15-37-18.png
    upload_2016-7-8_15-37-18.png
    147.9 KB · Views: 39
Status
This thread has been locked.
Top