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
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,19 @@
14
14
15
15
# 📌 ModdedIntegration
16
16
17
-
A simple Minecraft Plugin that auto-populates the [Essentials](https://www.spigotmc.org/resources/essentialsx.9089/)' [items.csv file](https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/items.csv) with [Forge](http://files.minecraftforge.net/) items and blocks.
17
+
A simple Minecraft Plugin that auto-populates the [Essentials](https://www.spigotmc.org/resources/essentialsx.9089/)' items file with modded items and blocks.
18
18
19
19
# ✅ Requirements
20
20
This Plugin needs some dependencies in order to work.
21
21
*[Mohist](https://mohistmc.com), [Arclight](https://github.com/IzzelAliz/Arclight), Magma _(abandoned)_ or any other hybrid server implementation.
> Currently only **1.12**, **1.16**, and **1.18 to 1.21** implementations have been tested and confirmed to work.
26
+
24
27
# 🔮 How do I use it?
25
28
Put the [plugin jar](https://github.com/UknownGino/ModdedIntegration/releases/latest/download/ModdedIntegration.jar) in your plugins folder and start your server.
26
-
Now the [Essentials](https://www.spigotmc.org/resources/essentialsx.9089/)' [items.csv file](https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/items.csv) is populated.
29
+
Now the [Essentials](https://www.spigotmc.org/resources/essentialsx.9089/)' items file is populated.
27
30
28
31
To use modded materials with essentials you need to follow the following scheme: `<modID>_<itemID>`
29
32
@@ -42,10 +45,10 @@ There are different sub-commands for the command:
42
45
|`/moddedintegration reload`| Reloads the config |_moddedintegration.command.moddedintegration_|
43
46
44
47
# ⚙ Configuration
45
-
The only thing that can be modified in the **config.yml file** is the `reload-delay`_(default: **10 ticks**)_. The reload delay is the **amount of ticks** between the **items.csv saving** and the **EssentialsX reloading**.
48
+
The only thing that can be modified in the **config.yml file** is the `reload-delay`_(default: **10 ticks**)_. The reload delay is the **amount of ticks** between the **items file saving** and the **EssentialsX reloading**.
46
49
47
50
# ❓ How it works?
48
-
The plugin gets all the modded materials (blocks and items) and puts them into the essentials' [items.csv](https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/items.csv) file.
51
+
The plugin gets all the modded materials (blocks and items) and puts them into the essentials' [items.csv](https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/items.csv)/[items.json](https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/items.json) file.
49
52
50
53
# 💡 Original idea
51
54
The idea of creating this plugin came to me through [this issue](https://git.magmafoundation.org/magmafoundation/Magma/-/issues/311) opened on the [Magma's GitLab](https://git.magmafoundation.org/magmafoundation/Magma).
0 commit comments