Raxen/README.md

34 lines
1,001 B
Markdown
Raw Normal View History

2024-04-02 07:49:38 +00:00
# Raxen
2021-12-14 10:51:35 +00:00
Project made by unurled.
2022-12-21 18:02:03 +00:00
Minecraft Plugin that do multiple stuff. (cutsom items, custom mobs...)
2021-12-14 10:51:35 +00:00
2021-12-24 14:36:51 +00:00
## Future of the Plugin/to do
2022-03-16 07:41:13 +00:00
[FUTURE.md](/Elixium/raxen/src/branch/plugin/docs/FUTURE.md)
2021-12-24 14:36:51 +00:00
2022-12-21 18:02:03 +00:00
![Schema of Raxen](docs/main.svg)
2021-12-14 10:51:35 +00:00
## Installing
2024-04-02 07:49:38 +00:00
- `gradle build`
- place inside plugins folder of an minecraft server ([PaperMC](https://papermc.io))
- you also need a redis instance to connect to
2021-12-15 07:51:50 +00:00
for more info contact me.
2024-04-02 07:49:38 +00:00
discord: @unurled\
2023-04-19 18:06:08 +00:00
or create an [issue](https://git.unurled.me/Elixium/Raxen/issues/new)
2024-04-02 07:49:38 +00:00
to use custom texture for items, modify the custom data
model => [Example](https://www.youtube.com/watch?v=XGxn_Mb8VzI)
see [Examples](/Elixium/raxen/docs/examples) for some config examples
model/item/item.json [Example](https://github.com/elBukkit/MagicPlugin/wiki/ResourcePack#customizing)
custom Items uses custom model data to work => need to update in
2022-04-04 11:09:26 +00:00
## Developing
you can see [TODO.md](/Elixium/raxen/src/branch/plugin/docs/TODO.md) in which I did a list of what
2024-04-02 07:49:38 +00:00
we must do