0.6.0 RP, Glyphs, ClientSide builds

This commit is contained in:
unurled 2023-06-06 17:25:19 +02:00
parent c80a684d8e
commit e92772a714
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F
47 changed files with 1120 additions and 239 deletions

View file

@ -22,6 +22,7 @@
- [ ] guilds
- [ ] quests (hard coded) and db/json
- [ ] filter chat
- [ ] resource pack (host, upload, compress)
## tests

12
docs/examples/Glyphs.md Normal file
View file

@ -0,0 +1,12 @@
# Glyphs
this is an example of a simple glyph
```yaml
testGlyph:
Pack:
model: raxen/testGlyph
texture: raxen/testGlyph
char: "\uE000"
placeholder: ":test:"
```

View file

@ -2,6 +2,9 @@
see all the exemples in this folder :
to create any of the following, create a new file in the folder type of your choice (e.g. `
plugins/Raxen/items/exampleItem.yml`)
- [Effects.md](/Elixium/raxen/src/branch/plugin/docs/examples/Effects.md)
- [Items.md](/Elixium/raxen/src/branch/plugin/docs/examples/Items.md)
- [Mobs.md](/Elixium/raxen/src/branch/plugin/docs/examples/Mobs.md)