Raxen/README.md

33 lines
1,001 B
Markdown

# Raxen
Project made by unurled.
Minecraft Plugin that do multiple stuff. (cutsom items, custom mobs...)
## Future of the Plugin/to do
[FUTURE.md](/Elixium/raxen/src/branch/plugin/docs/FUTURE.md)
![Schema of Raxen](docs/main.svg)
## Installing
- `gradle build`
- place inside plugins folder of an minecraft server ([PaperMC](https://papermc.io))
- you also need a redis instance to connect to
for more info contact me.
discord: @unurled\
or create an [issue](https://git.unurled.me/Elixium/Raxen/issues/new)
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
## Developing
you can see [TODO.md](/Elixium/raxen/src/branch/plugin/docs/TODO.md) in which I did a list of what
we must do