Hot Summer Deals are Here!
Celebrate with up to 99% off on 17,100 resources
03
Days
12
Hours
28
Mins
49
Secs

Selling Custom Mod Mode $10

Status
This thread has been locked.

bmooresilly

Feedback score
0
Posts
17
Reactions
1
Resources
0
Custom Mod Mode!
$25 For Source Code

$10 For Plugin



Pm Me I have a test server to test it on.

This mod mode is a Light weight HCF Optimized Mod mode plugin.

This plugin will be updated in the future so if you are in the discord i will send you updates. The plugin should be updated around every 3 Weeks.

We have buyer Support so if there is something in the plugin you want changed just let me know and i will be happy to change it to how you would like it to look.

This plugin was custom Coded for the server SplashPots and was released by the real Developer (Me). There will be no copyright Issues if you purchase this plugin. This plugin is one of a kind and has never been leaked before.

Any Questions Just PM me and ill be happy to help.

You can also join the Discord @ https://discord.gg/fKWhX7V and i can go through the plugin with you.


TOS:
If you leak this plugin i will be opening a scam report on paypal and on MCM.

Must pay with FnF.

No charge-backs.

Must pay before receiving the Plugin.

First 2 Buyers will get a Discount so get in while it Counts

This plugin is only to be used on the server you have purchased it for and is not to be shared with any friends.

People who have Purchased:
Selfy (SplashPots)
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

FTPClient

Feedback score
0
Posts
63
Reactions
24
Resources
0
Urm, i have seen this before. Can you show some source code please.
 

bmooresilly

Feedback score
0
Posts
17
Reactions
1
Resources
0
Urm, i have seen this before. Can you show some source code please.
Can you please link me to where you have seen this before i would be really intrested.[DOUBLEPOST=1488274098][/DOUBLEPOST]
Urm, i have seen this before. Can you show some source code please.
There is one on Spigot Called ModItems that is where i got my inspiration from. Link:https://www.spigotmc.org/resources/modmode-»-hardcore-factions-now-free.19388/[DOUBLEPOST=1488274388][/DOUBLEPOST]
Urm, i have seen this before. Can you show some source code please.
@EventHandler
public void onVisibility(PlayerInteractEvent event)
{
ItemStack enable = new ItemStack(Material.INK_SACK, 1, (short)10);
ItemMeta enableMeta = enable.getItemMeta();
enableMeta.setDisplayName(ChatColor.GREEN + "Vanish >> Enabled");
List<String> enableList = new ArrayList();
enableList.add(ChatColor.WHITE + "Right click to enable to disable vanish");
enableMeta.setLore(enableList);
enable.setItemMeta(enableMeta);

ItemStack disable = new ItemStack(Material.INK_SACK, 1, (short)8);
ItemMeta disableMeta = disable.getItemMeta();
disableMeta.setDisplayName(ChatColor.RED + "Vanish >> Disabled");
List<String> disableList = new ArrayList();
disableList.add(ChatColor.WHITE + "Right click to enable vanish");
disableMeta.setLore(disableList);
disable.setItemMeta(disableMeta);

Player player = event.getPlayer();
if (player.getItemInHand().getItemMeta().getDisplayName().equalsIgnoreCase(ChatColor.GREEN + "Vanish >> Enabled"))
{
if ((event.getAction().equals(Action.RIGHT_CLICK_BLOCK)) || (event.getAction().equals(Action.RIGHT_CLICK_AIR)))
{

As you Requested
 
Last edited:

FTPClient

Feedback score
0
Posts
63
Reactions
24
Resources
0
Proof of ownership?
 

bmooresilly

Feedback score
0
Posts
17
Reactions
1
Resources
0
I Recently Reset my PC as i had a Rat on it this was uploaded to my Cloud / OneDrive. I cannot show you the Eclipse Project As it wasent saved on my OneDrive this project was completed around 2 months ago and is only just ready for release as i had just found it on my OneDrive Again
 

FTPClient

Feedback score
0
Posts
63
Reactions
24
Resources
0
Open it on a Java De-Compiler
 

DaCavE

d e v
Supreme
Feedback score
13
Posts
134
Reactions
86
Resources
0
Unless you can provide a screenshot of class files or code you're not going to sell this to a lot of people because they want to know you coded it. Also, a mod mode plugin isn't worth 10 dollars you can easily get it from various free/couple dollar plugins.[DOUBLEPOST=1488287035][/DOUBLEPOST]And just a question from the code you pasted: why are you creating the items in the event handler lol?
 
Last edited:
Status
This thread has been locked.
Top