[BASE] Custom Enchants [Open Source]

Status
This thread has been locked.

Cameron

:)
Banned
Feedback score
33
Posts
745
Reactions
490
Resources
0
Hello Everyone,

I'll be giving releasing some source to a plugin I've spent probably 1 hour on called
Arkham Enchants. It was/is going to be a custom enchantment plugin for my server Arkham.fun but I thought maybe I would just release it on GitHub for people to start a custom enchant plugin on. This is just an idea with a base, this plugin actually does nothing besides opens a gui, gives books, and plays sounds/fireworks. Also, if you do /enchanter 1-3 it will give boots with an enchant called "speed" and it will give speed when equipped.

Notes
  • Super Beta (Only version 0.2)
  • Uses 2 APIs (ArmorEquipEvent, Commons)
  • Mainly based of CosmicPvP :p
  • I will be updating this frequently!

Pictures
a77089f87ada939494e1079a915dfb13.gif

1cd47c6520bac558a3ee3b2c5a7c2ffb.gif

Source
Get it here
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Cameron

:)
Banned
Feedback score
33
Posts
745
Reactions
490
Resources
0
Banned forever. Reason: Admitting to Scamming (https://imgur.com/a/hbFlY)

Cameron

:)
Banned
Feedback score
33
Posts
745
Reactions
490
Resources
0
You shouldn't really need an api for armor equip event. I get not reinventing the wheel and all but for this simple base you already have two dependencies.

What are you using commons for? I just skimmed through the project and I can only see you using it for sounds and fireworks. You don't need that large of an API just for those small things. This could easily go down to having 0 dependencies in just 5 minutes.

Also your variables should follow typical Java naming conventions and you should have one utils class instead of two different classes with one method in both of them that just returns a message.
You're right I got lazy so I used api's. As for the Utils that is right, I'll put in 1 class.
 
Banned forever. Reason: Admitting to Scamming (https://imgur.com/a/hbFlY)
Status
This thread has been locked.
Top