(Essential HCF Plugin)

Status
This thread has been locked.

Phasinq

Banned
Feedback score
0
Posts
10
Reactions
1
Resources
0
Hey people of MC-Market, Today I have created a small but sometimes help your HCF server a lot with these simple commands.

Price: $1.50 (EDIT: FREE!)

Commands:

TeamSpeak: Alliances: [TS]: Shows your TeamSpeak IP of your Server.
Store: Shows your Store address for your Server.
Help: Shows a custom help message.
Freezeall: Freeze's the whole server.
Kickall: Kicks everyone from the server with out the staff permission.
Nv: Toggles Night Vision.
ClearChat: Alliances: [CC]: Clears Chat.

(Also Includes a "BlockedCommands" List, "/pl, /plugins, /ver, /canihasbukkit".)


If you would like to buy the plugin for some random reason please contact me over discord or skype (I am more active on discord and you will get a response faster).

Discord: Unscheduled#9319

Skype: psvivo

Telegram: Unscheduled

*If you want the plugin configured please message me on discord, or edit the plugin by decompiling it and recompiling it by your self!*

LINK: https://www.mediafire.com/file/vt9t13p4y3h7cup/Grass.jar
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ambrosia

Premium
Feedback score
22
Posts
2,340
Reactions
1,384
Resources
0
Hey people of MC-Market, Today I have created a small but sometimes help your HCF server a lot with these simple commands.

Price: $1.50

Commands:

TeamSpeak: Alliances: [TS]: Shows your TeamSpeak IP of your Server.
Store: Shows your Store address for your Server.
Help: Shows a custom help message.
Freezeall: Freeze's the whole server.
Kickall: Kicks everyone from the server with out the staff permission.
Nv: Toggles Night Vision.
ClearChat: Alliances: [CC]: Clears Chat.

(Also Includes a "BlockedCommands" List, "/pl, /plugins, /ver, /canihasbukkit".)


If you would like to buy the plugin for some random reason please contact me over discord or skype (I am more active on discord and you will get a response faster).

Discord: Unscheduled#9319

Skype: psvivo

Telegram: Unscheduled

(Will provide screenshots of proof and how the plugin looks like in use)
Should be free.
 

Phasinq

Banned
Feedback score
0
Posts
10
Reactions
1
Resources
0
Ok thanks for the feedback.
 
Last edited:
Banned forever. Reason: Creating Multiple Accounts (Unscheduled)

Phasinq

Banned
Feedback score
0
Posts
10
Reactions
1
Resources
0
Made this plugin free enjoy :p
 
Banned forever. Reason: Creating Multiple Accounts (Unscheduled)

ShittyCode

Feedback score
0
Posts
3
Reactions
0
Resources
0
Hey, just looked over the plugin and found some interesting things:

  • You seemed to use improper conventions, especially when using the clearchat method, it would be a lot cleaner if you used an For Statement like you utilized throughout other classes.
  • Why are you grabbing the instance when the player doesn't have a permission for a command? I would personally grab the instance in the constructor you made at the top of all of your classes.
  • For declaring statements whether the server is frozen or not should just simply be done with a boolean, there is no point doing an enumerator, considering frozen is either 2 values, true for frozen and false for not. Although if you were going to use an enumerator for some odd reason I would create a whole new class utilizing an enumerator, and using getters and setters would really clean it up. Try and lookup how to use lombok, it will really clean up your code.
  • Your packages don't follow proper Java conventions.
  • You should declare the instance = null as the server runs the onDisable method, it's not very important but it does prevent some memory leaks.
  • Your plugin has a option to see a servers Teamspeak and store but it doesn't enable an option to configure what the message says?

Not trying to be rude, just giving out criticism, something I really wished someone would do for me when I just started out. If you have any questions go ahead and pm me and I will help you.
 
Last edited:

Phasinq

Banned
Feedback score
0
Posts
10
Reactions
1
Resources
0
Thanks for the response, I am a new developer and I'm not really that professional, But I did release this for free for that reason, I just want people to use my plugin and try to help them.

I will take in consideration as to everything you said, And I will add a config to this plugin, The reason the plugin doesn't have a config with it is because I wanted to sell this plugin but then decided to release it to the plugin, Thanks for the response, Will try to fix everything you have stated as to adding a config for the further releases.

-Phasinq//Unscheduled.
 
Banned forever. Reason: Creating Multiple Accounts (Unscheduled)

ShittyCode

Feedback score
0
Posts
3
Reactions
0
Resources
0
Thanks for the response, I am a new developer and I'm not really that professional, But I did release this for free for that reason, I just want people to use my plugin and try to help them.

I will take in consideration as to everything you said, And I will add a config to this plugin, The reason the plugin doesn't have a config with it is because I wanted to sell this plugin but then decided to release it to the plugin, Thanks for the response, Will try to fix everything you have stated as to adding a config for the further releases.

-Phasinq//Unscheduled.

That's what I like to hear, please let me know if you have any questions on anything that I critiqued. I'm glad to help
 

Phasinq

Banned
Feedback score
0
Posts
10
Reactions
1
Resources
0
Thanks, And I will be sure to contact you if I need help! You seem like a chill guy, Thanks for the response!

Working on fixing the issues currently.
 
Banned forever. Reason: Creating Multiple Accounts (Unscheduled)
Status
This thread has been locked.
Top