⚔️ SwordWork ⚔️ icon

⚔️ SwordWork ⚔️ -----

⚔️ The best Framework for creating custom items ⚔️



[​IMG]
What is SwordWork?
Swordwork is an Framework, for creating items super easily!
You don't need much java experience to code your own code, just an IDE.

[​IMG]
- Ingame commands to get your items, list all items, and unregister Items you don't like.
- It's an very lightweight Plugin
- It can handle servers on 1.8 and 1.16 (Soon more)
- Much more! Try it yourself :)

[​IMG]
/swordwork Permission: swordwork.use
/swordwork list Permission: swordwork.list
/swordwork getFromName <Name> Permission: swordwork.get.name
/swordwork getFromID <ID> Permission: swordwork.get.id
/swordwork unregister <ID> Permission: swordwork.unregister

[​IMG]
- Coding the Plugin for every version
- Coding the Plugin for bungeecord
- language.yml for translating messages
- Creating Items Ingame

[​IMG]
- You are not allowed to decompile the Plugin
- You are not allowed to say it is your plugin
- You are not allowed to copy & paste the src in your project.

[​IMG]
First you will create your Class, name it how you want.
Let the Class extend from the SwordItem, and implement everything the IDE wants.
In the constructor you will need to say the Class SwordItem, your ID, Name, Material, etc.
so you will do it like that:
Code (Text):
super(Your ID as Int, "Your Name", Material., Can It break blocks?, Is it oneTimeUse?, "The Displayname");
And in your main you will register the item with SwordWorkMain.getInstance().api.registerItem(new YourClassName());

Don't forget to depend/softdepend the plugin! ;)
Resource Information
Author:
----------
Total Downloads: 104
First Release: May 17, 2021
Last Update: May 17, 2021
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings