You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -10,22 +10,34 @@ _Adapt is a drag and drop solution for balanced passive abilities and skills tha
10
10
11
11
### Description
12
12
13
-
Adapt Abilities are all accessible in the in-game GUI (Right-clicking any Bookshelf **_Face_**) providing a more user-friendly experience to a "skills" system. Most servers want to increase the quality of the "vanilla" experience. Most Skill based plugins are about powers, game breaking systems, and riddles with bugs. That's where Adapt comes in. Lightweight on the server, and providing mere quality of life enhancements to a user's experience. Below is a **WIP** List of features (_and descriptions_) that ill fill when i can. But this should give you a good idea of the roadmap for this plugin! Keep in mine this all WIP, can change at any time, and all of these can be configured / disabled!
13
+
Adapt Abilities are all accessible in the in-game GUI (Right-clicking any Bookshelf **_Face_**) providing a more
14
+
user-friendly experience to a "skills" system. Most servers want to increase the quality of the "vanilla" experience.
15
+
Most Skill based plugins are about powers, game breaking systems, and riddles with bugs. That's where Adapt comes in.
16
+
Lightweight on the server, and providing mere quality of life enhancements to a user's experience. Below is a **WIP**
17
+
List of features (_and descriptions_) that ill fill when i can. But this should give you a good idea of the roadmap for
18
+
this plugin! Keep in mine this all WIP, can change at any time, and all of these can be configured / disabled!
14
19
15
20
The master branch is for the latest version of minecraft.
16
21
17
22
### Language and Localization
18
23
19
-
Do you know a language other than english? do you want to be a big part in Adapt's localization into different languages? Join the discord and let us know, or [Click Here](https://gitlocalize.com/repo/8085), and you can help is remotely with language localizations! if you don't see a language you can easily add it, or let us know here in discussions! We take this on an Honor System, so please only if you are confident in the language submit a translation key, they will be verified.
24
+
Do you know a language other than english? do you want to be a big part in Adapt's localization into different
25
+
languages? Join the discord and let us know, or [Click Here](https://gitlocalize.com/repo/8085), and you can help is
26
+
remotely with language localizations! if you don't see a language you can easily add it, or let us know here in
27
+
discussions! We take this on an Honor System, so please only if you are confident in the language submit a translation
### _Consider supporting our development by buying Adapt on [spigot](https://www.spigotmc.org/resources/adapt-leveling-skills-and-abilities.103790/)! We work hard to make Adapt the best it can be for everyone._
34
+
### _Consider supporting our development by buying Adapt
35
+
on [spigot](https://www.spigotmc.org/resources/adapt-leveling-skills-and-abilities.103790/)! We work hard to make Adapt
36
+
the best it can be for everyone._
26
37
27
-
28
-
Building Adapt is not as Straightforward as [Iris](https://www.spigotmc.org/resources/iris-world-gen-custom-biome-colors.84586/), though you will need to setup a few things if your system has never been used for java development.
38
+
Building Adapt is not as Straightforward
39
+
as [Iris](https://www.spigotmc.org/resources/iris-world-gen-custom-biome-colors.84586/), though you will need to setup a
40
+
few things if your system has never been used for java development.
29
41
30
42
<details>
31
43
@@ -35,7 +47,8 @@ Building Adapt is not as Straightforward as [Iris](https://www.spigotmc.org/reso
35
47
36
48
### IDE Builds (for development & Compilation)
37
49
38
-
You NEED TO BE USING Intelij To build this project, or anything that can support the plugin [Manifold](https://plugins.jetbrains.com/plugin/10057-manifold)
50
+
You NEED TO BE USING Intelij To build this project, or anything that can support the
## Preface: if you need help compiling ask for support in the [discord](https://discord.gg/volmit), we give help regardless if you want to donate to us on spigot or compile it here :) we just want to be sure that you are able to use and enjoy the software regardless of circumstance.
41
54
@@ -56,30 +69,34 @@ You NEED TO BE USING Intelij To build this project, or anything that can support
56
69
5. Quit & Reopen Terminal and verify with `echo $JAVA_HOME`. It should print a directory
57
70
58
71
3. Setup Gradle
72
+
59
73
<details>
60
74
<summary> Gradle Setup </summary>
61
75
62
-
* Run `gradlew setup` any time you get dependency issues with craftbukkit
63
-
* Configure ITJ Gradle to use JDK 17 (in settings, search for gradle)
64
-
* Resync the project & run your newly created task (under the development folder in gradle tasks!)
65
-
76
+
* Run `gradlew setup` any time you get dependency issues with craftbukkit
77
+
* Configure ITJ Gradle to use JDK 17 (in settings, search for gradle)
78
+
* Resync the project & run your newly created task (under the development folder in gradle tasks!)
5. If this is your first time building Adapt for MC 1.19+ run `gradlew setup` inside the root Adapt project folder. Otherwise, skip this step. Grab a coffee, this may take up to 5 minutes depending on your cpu & internet connection.
83
+
5. If this is your first time building Adapt for MC 1.19+ run `gradlew setup` inside the root Adapt project folder.
84
+
Otherwise, skip this step. Grab a coffee, this may take up to 5 minutes depending on your cpu & internet connection.
70
85
6. Once the project has setup, run `gradlew adapt`
71
86
7. The Adapt jar will be placed in `Adapt/build/Adapt-XXX-XXX.jar` Enjoy! Consider supporting us by buying it on spigot!
72
-
87
+
73
88
</details>
74
89
75
90
76
91
<details>
77
92
<summary> SKILLS </summary>
78
93
79
-
_The skills below are the fundamentals that we want implemented but PLEASE feel free to make an issue request for an idea/Added Ability into adapt.
94
+
_The skills below are the fundamentals that we want implemented but PLEASE feel free to make an issue request for an
95
+
idea/Added Ability into adapt.
80
96
Keep in mind it should be simple, but complex ones are welcome too!_
81
97
82
98
## Agility:
99
+
83
100
-[ ] Slide?
84
101
-[X] Super jump (Allows a Crouch jump to launch yourself up to 5 blocks High)
85
102
-[X] Wall jump (Jump on walls)
@@ -89,13 +106,15 @@ Keep in mind it should be simple, but complex ones are welcome too!_
89
106
-[ ] Climb WOod
90
107
91
108
## Architect:
109
+
92
110
-[X] Temporary blocks (Crouch off a ledge)
93
111
-[X] BuildersWand (Small) (You can place up to 16 blocks at once)
94
112
-[ ] TypeReplace Blocks
95
113
-[X] DontBreakGlass (Passive Silk-Touch for Glass only)
96
114
-[ ] Forced Leaf Decay
97
115
98
116
## Axe:
117
+
99
118
-[ ] Tomahawk Throw
100
119
-[X] Drop to inventory
101
120
-[X] Axe Ground-Smash
@@ -105,18 +124,21 @@ Keep in mind it should be simple, but complex ones are welcome too!_
105
124
-[ ] Wood Dupe?
106
125
107
126
## Brewing:
127
+
108
128
-[ ] Chance not to consume potion
109
129
-[ ] Chance to refund ingredients
110
130
-[X] Lingering Potions (Crafted potions last longer)
111
131
-[X] Splash Range Increase (Chance to increase Range)
112
132
113
133
## Crafting:
134
+
114
135
-[X] Xp for crafting
115
136
-[ ] Chance for Extras
116
-
-[ ] offhand autocrafting
137
+
-[ ] offhand autocrafting
117
138
-[X] Deconstruction Table (De-craft to basics)
118
139
119
140
## Discovery:
141
+
120
142
-[ ] Tiny Potato
121
143
-[ ] Armored Elytras
122
144
-[X] Worldly Armor
@@ -125,19 +147,22 @@ Keep in mind it should be simple, but complex ones are welcome too!_
125
147
-[X] Xp Damage Mitigation
126
148
127
149
## Enchanting:
150
+
128
151
-[X] XP Refund
129
152
-[X] Lapis Refund (Chance per enchant to give Lapis)
130
153
-[X] In-Inventory Enchanting (Books to Items)
131
154
-[ ] Xp for making Bookshelf/Book/Table
132
155
-[ ] Better Enchant Levels
133
156
134
157
## Excavation**:
158
+
135
159
-[ ] Dirt/Grass does not consume Durability
136
160
-[X] Haste while digging
137
161
-[X] Drop to inventory
138
162
-[X] MultiTool (Merge multiple tools into one)
139
163
140
164
## Herbalism:
165
+
141
166
-[X] Hunger Shield (up to 50% less hunger consumption)
142
167
-[X] Drop to inventory
143
168
-[X] Replanted (replant items by right-clicking)
@@ -150,24 +175,27 @@ Keep in mind it should be simple, but complex ones are welcome too!_
150
175
-[X] Faster Grow Aura
151
176
152
177
## Hunter:
178
+
153
179
-[X] Adrenaline (more damage lower the health)
154
180
-[X] Drop to inventory
155
181
-[X] Regen while in combat -> massive loss in hunger
156
-
-[X] Resistance in combat -> massive loss in hunger
157
-
-[X] Speed while in combat -> massive loss in hunger
158
-
-[X] JumpBoost while in combat -> massive loss in hunger
159
-
-[X] Luck while in combat -> massive loss in hunger
160
-
-[X] Invisibility while in combat -> massive loss in hunger
182
+
-[X] Resistance in combat -> massive loss in hunger
183
+
-[X] Speed while in combat -> massive loss in hunger
184
+
-[X] JumpBoost while in combat -> massive loss in hunger
185
+
-[X] Luck while in combat -> massive loss in hunger
186
+
-[X] Invisibility while in combat -> massive loss in hunger
161
187
-[ ] Prevent the first damage proc
162
188
163
189
## Nether:
190
+
164
191
-[X] Wither Resist (Resistance to wither)
165
192
-[X] Wither Skull Throw (Pvsshhh)
166
193
-[ ] Soul Speed
167
194
-[ ] Nether Tools Apply Wither
168
195
-[ ] Nearby Withering applies regen
169
196
170
197
## Pickaxe:
198
+
171
199
-[X] Chisel ores (more ore, less durability)
172
200
-[X] Vein-miner (Vein-miner)
173
201
-[ ] Locate Nearest Ore:
@@ -177,46 +205,53 @@ Keep in mind it should be simple, but complex ones are welcome too!_
177
205
-[ ] Chance not to eat Durability
178
206
179
207
## Ranged**:
208
+
180
209
-[X] Ranged Arrow Recovery (On hit, chance to refund)
0 commit comments