LFF Plugin

Status
This thread has been locked.

Pedrayy

Configuration | Setup Specialist | Builder
Banned
Feedback score
1
Posts
41
Reactions
10
Resources
0
Hello!
I am selling only 5 copies of this plugin, This is a very simple plugin and easy to work. Its easy to configure its also very easy to contact me once your purchase it go ahead and contact me once you have contacted me let me know if you ever want it configured since the current plugin does not have any configuration file what so ever.

* 0/5 vouch copies given
-------------------------------------------------------------------------------------
Description
This plugin is basically where you can type /lff then after that the plugin announces in public chat that a player is looking for a faction. After that hopefully the player gets recruited. If needed there will be a cooldown added how ever you are wanting it after purchase
-------------------------------------------------------------------------------------
Payment
All Payments will be through PayPal before the work is started
(To prevent scamming)

-------------------------------------------------------------------------------------
Terms of Service
- By buying or ordering from me you agree to all the terms listed below.
- By making a deal with me you also agree to all terms listed below.
- You may not claim the work as yours/You do not have the rights to sell it unless I have given you permission to do so.
- By placing a bid, you agree to buy it if you're the highest bidder.
- The buyer goes first.
- Buyer will pay in PayPal F&F.
- Buyer will not chargeback, nor dispute the payment.
- All deals we make are final one made unless I agree to change them.
- Breaking anything in my TOS will be dealt with accordingly and you will agree to be banned.
- I may change the TOS whenever I feel I need to.

-------------------------------------------------------------------------------------

Price: $3.50
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
What is the plugin?
 

Pedrayy

Configuration | Setup Specialist | Builder
Banned
Feedback score
1
Posts
41
Reactions
10
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/pedrayy-v-wiseared-transaction-dispute.691165/)

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Overpriced, I can just go on my pc and code it in about 20 minutes (I just started Java).
All it demand is to get the player username's then to print a message to all users.
 

Pedrayy

Configuration | Setup Specialist | Builder
Banned
Feedback score
1
Posts
41
Reactions
10
Resources
0
Overpriced, I can just go on my pc and code it in about 20 minutes (I just started Java).
All it demand is to get the player username's then to print a message to all users.
20 Minutes? it doesn't even take 5 minutes? plus you got to make sure it works with permissions and the jar and everything else 20 minutes? no it takes more like 5-10 minutes to code a simple plugin like this.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/pedrayy-v-wiseared-transaction-dispute.691165/)

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
Watch me.[DOUBLEPOST=1502137134][/DOUBLEPOST]Done.
Finished the plugin, with a permission requirement.[DOUBLEPOST=1502137646][/DOUBLEPOST]
5a-JxEO3TWyZ9w028CSK0g.png
 
Last edited:

Bill

a rare billy boy has appeared
Premium
Feedback score
11
Posts
842
Reactions
336
Resources
0
I quickly wrote this in like a minute, this is basically the entire plugin:
Code:
if (command.getName().equalsIgnoreCase("lff")) {
if(!(p.hasPermission("something.something"))) { p.sendMessage(ChatColor.RED + "No permission!"); return true; }
p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&eYou asked to join a faction!"));
Bukkit.broadcastMessage(ChatColor.translateAlternateColorCodes('&', "&e" + p.getName() + " want to join a faction!"));
}
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
I quickly wrote this in like a minute, this is basically the entire plugin:
Code:
if (command.getName().equalsIgnoreCase("lff")) {
if(!(p.hasPermission("something.something"))) { p.sendMessage(ChatColor.RED + "No permission!"); return true; }
p.sendMessage(ChatColor.translateAlternateColorCodes('&', "&eYou asked to join a faction!"));
Bukkit.broadcastMessage(ChatColor.translateAlternateColorCodes('&', "&e" + p.getName() + " want to join a faction!"));
}
Basically.
 
Status
This thread has been locked.
Top