[Hiring] Enterprise Spigot developer (Worked for large servers)

Status
This thread has been locked.

James 1

Banned
Feedback score
33
Posts
1,611
Reactions
905
Resources
0
Hi,

I'm going to keep this a brief as possible. Please don't bother applying if you don't meet the requirements. Please also fill out the application in your response.

Project information: (Answering spigot requirements first)
Contact method: https://discord.gg/ThUCX7S
Project Owner: Me, I'm the sole proprietor of my company Mineroyal
Plugins to be made: sample doc https://docs.google.com/document/d/1ytA_XO8U_tH4E9g-Dxe0p0FYoAHEYoNXgOwZrVXfiH4/edit
Timeframe: I'd expect the maker to get this done within a week to a week and a half. If this is too little then I'd be more than happy to adjust the timeframe to something more suitable per project.
Budget: I don't really have a budget for this entire project as I like to price everything per project but I'd estimate probably around ~100 - ~250 (NEGOTIABLE)

Requirements:
-High Understanding of Java and naming conventions
-Several years of experience (Bukkit api, Spigot, Bungeecord, Mysql, Redis, RedisBungeecord)
-Worked on a few medium and large servers (List below in reply)
-Has plugins to show that are indicative of skill
-Hard, but smart worker. I'm not interested in waiting for some ass hat to take an immense amount of time to get something done. I want go getter people. (Don't lie as it'll be very easy -to see once we get in bed)

Application:
Please respond with this format: Please be extremely clear, concise, and direct with your response.
In your own words please explain to me why using naming conventions is/isn't important?
Languages Experienced:
Servers worked for, their Playerbase, and what you did/made for them:
Portfolio of plugins:
Timezone:
Timezone your sleep schedule best matches (for those people who are awake when you're "supposed" to be sleeping):
Age:
Anything else:
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Sharquisha

Server Owner | Sharquisha#0001
Supreme
Feedback score
7
Posts
97
Reactions
36
Resources
3
90% of those are already on this market. And /or free and the other 10% wouldn't be much work for anyone. You have a large list of requirements for a simple plugin "MRVoidFall" which would be done with this code \/

Code:
 public void voidFall(PlayerMoveEvent event) {
if(event.getPlayer().getLocation().getY() <= -3) {           
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "spawn " + event.getPlayer().getName());
            }
        }
 
Last edited:

LillianA

beep boop
Premium
Feedback score
7
Posts
347
Reactions
259
Resources
0
90% of those are already on this market. And /or free and the other 10% wouldn't be much work for anyone. You have a large list of requirements for a simple plugin "MRVoidFall" which would be done with this code \/

Code:
 public void voidFall(PlayerMoveEvent event) {
if(event.getPlayer().getLocation().getY()== -5) {           
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "spawn " + event.getPlayer().getName());
            }
        }
He's looking for someone long term to work for him so I'd imagine there's probably bigger things you would work on than just things like that.
 

James 1

Banned
Feedback score
33
Posts
1,611
Reactions
905
Resources
0
He's looking for someone long term to work for him so I'd imagine there's probably bigger things you would work on than just things like that.
90% of those are already on this market. And /or free and the other 10% wouldn't be much work for anyone. You have a large list of requirements for a simple plugin "MRVoidFall" which would be done with this code \/

Code:
 public void voidFall(PlayerMoveEvent event) {
if(event.getPlayer().getLocation().getY() <= -3) {          
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "spawn " + event.getPlayer().getName());
            }
        }
It seems like you missed everything else in the image, but I'm looking for a person to do everything i was looking for plus more stuff down the road.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/gyruix-scam-report.553110/)

Sharquisha

Server Owner | Sharquisha#0001
Supreme
Feedback score
7
Posts
97
Reactions
36
Resources
3
It seems like you missed everything else in the image, but I'm looking for a person to do everything i was looking for plus more stuff down the road.
I didnt miss them, i was making an example. But i understand what you want now.
 

polyb0t

Feedback score
-1
Posts
57
Reactions
24
Resources
0
90% of those are already on this market. And /or free and the other 10% wouldn't be much work for anyone. You have a large list of requirements for a simple plugin "MRVoidFall" which would be done with this code \/

Code:
 public void voidFall(PlayerMoveEvent event) {
if(event.getPlayer().getLocation().getY() <= -3) {          
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "spawn " + event.getPlayer().getName());
            }
        }
worst way i have ever seen
 

Kuzni

If you signed up after 2016 don't diss me thx
Supreme
Feedback score
12
Posts
1,688
Reactions
950
Resources
0
90% of those are already on this market. And /or free and the other 10% wouldn't be much work for anyone. You have a large list of requirements for a simple plugin "MRVoidFall" which would be done with this code \/

Code:
 public void voidFall(PlayerMoveEvent event) {
if(event.getPlayer().getLocation().getY() <= -3) {          
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "spawn " + event.getPlayer().getName());
            }
        }

That'll be called every time a player moves their head/move in anyway, You can check the DamageCause on EntityDamageEvent

@EventHandler
public void onVoidDamage(EntityDamageEvent event) {
if (event.getEntity() instanceof Player) {
Player player = (Player) event.getEntity();
if (event.getCause() == EntityDamageEvent.DamageCause.VOID) {
player.teleport(player.getWorld().getSpawnLocation());
}
}
}
 

James 1

Banned
Feedback score
33
Posts
1,611
Reactions
905
Resources
0
Still looking.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/gyruix-scam-report.553110/)

Stefatorus

Experienced Java Developer & SysAdmin
Premium
Feedback score
7
Posts
0
Reactions
99
Resources
0
I have contacted you a few months back yet received no response.
Stefatorus#9382
 
Status
This thread has been locked.
Top